mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
manual: move section around
This commit is contained in:
parent
f31dcf4e71
commit
e2fd56a8c3
1 changed files with 15 additions and 15 deletions
|
@ -672,22 +672,22 @@ main (int argc, char *argv[])
|
|||
<!-- example-end appsink.c --></programlisting>
|
||||
</sect3>
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
||||
<sect2 id="section-spoof-format">
|
||||
<title>Forcing a format</title>
|
||||
<para>
|
||||
Sometimes you'll want to set a specific format, for example a video
|
||||
size and format or an audio bitsize and number of channels. You can
|
||||
do this by forcing a specific <classname>GstCaps</classname> on
|
||||
the pipeline, which is possible by using
|
||||
<emphasis>filtered caps</emphasis>. You can set a filtered caps on
|
||||
a link by using the <quote>capsfilter</quote> element in between the
|
||||
two elements, and specifying a <classname>GstCaps</classname> as
|
||||
<quote>caps</quote> property on this element. It will then
|
||||
only allow types matching that specified capability set for
|
||||
negotiation. See also <xref linkend="section-caps-filter"/>.
|
||||
</para>
|
||||
</sect2>
|
||||
<sect1 id="section-spoof-format">
|
||||
<title>Forcing a format</title>
|
||||
<para>
|
||||
Sometimes you'll want to set a specific format, for example a video
|
||||
size and format or an audio bitsize and number of channels. You can
|
||||
do this by forcing a specific <classname>GstCaps</classname> on
|
||||
the pipeline, which is possible by using
|
||||
<emphasis>filtered caps</emphasis>. You can set a filtered caps on
|
||||
a link by using the <quote>capsfilter</quote> element in between the
|
||||
two elements, and specifying a <classname>GstCaps</classname> as
|
||||
<quote>caps</quote> property on this element. It will then
|
||||
only allow types matching that specified capability set for
|
||||
negotiation. See also <xref linkend="section-caps-filter"/>.
|
||||
</para>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="section-data-manager">
|
||||
|
|
Loading…
Reference in a new issue