mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
Fix incorrectly matched tags, as found by xsltproc. ;-)
Original commit message from CVS: Fix incorrectly matched tags, as found by xsltproc. ;-)
This commit is contained in:
parent
46b6f647ff
commit
8f72f095d8
2 changed files with 2 additions and 2 deletions
|
@ -43,6 +43,7 @@
|
|||
<option>--gst-plugin-path=<replaceable>PATH</replaceable></option>
|
||||
Add a directory to the plugin search path.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<option>--help</option> Print the a short desciption of the
|
||||
|
@ -52,7 +53,6 @@
|
|||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
<para>
|
||||
<para>
|
||||
The follwing table gives an overview of the mask values and
|
||||
their meaning. (enabled) means that the corresponding flag
|
||||
|
|
|
@ -207,7 +207,7 @@ gst_play_have_type (GstElement *typefind, GstCaps *caps, GstElement *pipeline)
|
|||
Finally we set the pipeline back to the playing state. At this point the
|
||||
cache will replay the buffers. We will be notified when the cache is empty
|
||||
with the gst_play_cache_empty callback function:
|
||||
<para>
|
||||
</para>
|
||||
|
||||
<programlisting>
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue