Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix inconsistency in Media2 NoProfile fault message #141

Merged
merged 1 commit into from
Sep 27, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions doc/Media2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1160,7 +1160,7 @@
<term>faults</term>
<listitem>
<para role="param">env:Sender - ter:InvalidArgVal - ter:NoProfile</para>
<para role="text">The requested profile token token does not exist.</para>
<para role="text">The requested profile token does not exist.</para>
<para role="param">env:Sender - ter:InvalidArgVal - ter:NoConfig</para>
<para role="text">The requested configuration does not exist in the given context.</para>
<para role="param">env:Sender - ter:InvalidArgVal - ter:IncompatibleConfiguration</para>
Expand Down Expand Up @@ -1281,7 +1281,7 @@
<term>faults</term>
<listitem>
<para role="param">env:Sender - ter:InvalidArgVal - ter:NoProfile</para>
<para role="text">The requested profile token token does not exist.</para>
<para role="text">The requested profile token does not exist.</para>
<para role="param">env:Sender - ter:InvalidArgVal - ter:InvalidStreamSetup</para>
<para role="text">The specified Protocol is not supported.</para>
<para role="param">env:Sender - ter:OperationProhibited - ter:StreamConflict</para>
Expand Down Expand Up @@ -1329,7 +1329,7 @@
<term>faults</term>
<listitem>
<para role="param">env:Sender - ter:InvalidArgVal - ter:NoProfile</para>
<para role="text">The requested profile token token does not exist.</para>
<para role="text">The requested profile token does not exist.</para>
<para role="param">env:Receiver - ter:Action - ter:IncompleteConfiguration</para>
<para role="text">The specified media profile does contain either unused sources or encoder configurations without a corresponding source.</para>
</listitem>
Expand Down Expand Up @@ -1370,7 +1370,7 @@
<term>faults</term>
<listitem>
<para role="param">env:Sender - ter:InvalidArgVal - ter:NoProfile</para>
<para role="text">The requested profile token token does not exist.</para>
<para role="text">The requested profile token does not exist.</para>
<para role="param">env:Receiver - ter:Action - ter:IncompleteConfiguration</para>
<para role="text">The specified media profile does not contain either a reference to a video encoder a video source configuration, to a audio source or to audio encoder configuration or a reference to a metadata configuration</para>
</listitem>
Expand Down Expand Up @@ -1404,7 +1404,7 @@
<term>faults</term>
<listitem>
<para role="param">env:Sender - ter:InvalidArgVal - ter:NoProfile</para>
<para role="text">The requested profile token token does not exist.</para>
<para role="text">The requested profile token does not exist.</para>
</listitem>
</varlistentry>
<varlistentry>
Expand Down Expand Up @@ -1443,7 +1443,7 @@
<term>faults</term>
<listitem>
<para role="param">env:Sender - ter:InvalidArgVal - ter:NoProfile</para>
<para role="text">The requested profile token token does not exist.</para>
<para role="text">The requested profile token does not exist.</para>
</listitem>
</varlistentry>
<varlistentry>
Expand Down