From aafce9bea1d291d26c4eceaee1e7baac295b6a03 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Mon, 11 May 2015 17:14:50 +0200 Subject: [PATCH] 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 --- plugins/elements/gstfdsrc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/elements/gstfdsrc.c b/plugins/elements/gstfdsrc.c index 8058328..cebca21 100644 --- a/plugins/elements/gstfdsrc.c +++ b/plugins/elements/gstfdsrc.c @@ -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 - * "GstFdSrcTimeout" + * generate an element message named "GstFdSrcTimeout" * if no data was received in the given timeout. + * * The message's structure contains one field: * * @@ -47,7 +47,7 @@ * * Example launch line * |[ - * 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. * -- 2.7.4