mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
fdsrc: docs: fix and update documentation
Update example to use gst-launch-1.0 and fix a paragraph. https://bugzilla.gnome.org/show_bug.cgi?id=749233
This commit is contained in:
parent
2cd2c4a911
commit
aafce9bea1
1 changed files with 3 additions and 3 deletions
|
@ -30,9 +30,9 @@
|
|||
* The above mentioned pipeline should dump data packets to the console.
|
||||
*
|
||||
* If the #GstFdSrc:timeout property is set to a value bigger than 0, fdsrc will
|
||||
* generate an element message named
|
||||
* <classname>"GstFdSrcTimeout"</classname>
|
||||
* generate an element message named <classname>"GstFdSrcTimeout"</classname>
|
||||
* if no data was received in the given timeout.
|
||||
*
|
||||
* The message's structure contains one field:
|
||||
* <itemizedlist>
|
||||
* <listitem>
|
||||
|
@ -47,7 +47,7 @@
|
|||
* <refsect2>
|
||||
* <title>Example launch line</title>
|
||||
* |[
|
||||
* echo "Hello GStreamer" | gst-launch -v fdsrc ! fakesink dump=true
|
||||
* echo "Hello GStreamer" | gst-launch-1.0 -v fdsrc ! fakesink dump=true
|
||||
* ]| A simple pipeline to read from the standard input and dump the data
|
||||
* with a fakesink as hex ascii block.
|
||||
* </refsect2>
|
||||
|
|
Loading…
Reference in a new issue