mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 04:56:24 +00:00
docs: fix up reference to gst-launch-0.8
Also mention decodebin2, uridecodebin, and playbin2
This commit is contained in:
parent
c811d51471
commit
df851d54ef
1 changed files with 13 additions and 2 deletions
|
@ -175,6 +175,9 @@ main (gint argc,
|
||||||
the commandline, using the command <quote>gst-launch-0.10 playbin
|
the commandline, using the command <quote>gst-launch-0.10 playbin
|
||||||
uri=file:///path/to/file</quote>.
|
uri=file:///path/to/file</quote>.
|
||||||
</para>
|
</para>
|
||||||
|
<para>
|
||||||
|
New applications should use playbin2 instead of the old playbin.
|
||||||
|
</para>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
<sect1 id="section-components-decodebin">
|
<sect1 id="section-components-decodebin">
|
||||||
|
@ -362,8 +365,16 @@ main (gint argc,
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
<para>
|
<para>
|
||||||
Decodebin can be easily tested on the commandline, e.g. by using the
|
Decodebin can be easily tested on the commandline, e.g. by using the
|
||||||
command <command>gst-launch-0.8 filesrc location=file.ogg ! decodebin
|
command <command>gst-launch-0.10 filesrc location=file.ogg ! decodebin
|
||||||
! audioconvert ! alsasink</command>.
|
! audioconvert ! audioresample ! autoaudiosink</command>.
|
||||||
|
</para>
|
||||||
|
<para>
|
||||||
|
New applications should use decodebin2 instead of the old decodebin.
|
||||||
|
</para>
|
||||||
|
<para>
|
||||||
|
The uridecodebin element is very similar to decodebin2, only that it
|
||||||
|
automatically plugs a source plugin based on the protocol of the URI
|
||||||
|
given.
|
||||||
</para>
|
</para>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue