summaryrefslogtreecommitdiff
path: root/gst/debugutils/progressreport.c
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2012-08-26 22:39:55 +0100
committerTim-Philipp Müller <tim@centricular.net>2012-08-27 21:20:30 +0100
commit4bb52bbadfe7e3de57ab3908dbc0f4f1b964514f (patch)
treedeb30ed338b5ec2e038ac8233f283e8c1c00683c /gst/debugutils/progressreport.c
parente4cb67fad898cd6d0c7516e48168e9632995872f (diff)
docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvert
Diffstat (limited to 'gst/debugutils/progressreport.c')
-rw-r--r--gst/debugutils/progressreport.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/debugutils/progressreport.c b/gst/debugutils/progressreport.c
index 4b9e23cd7..18e14373e 100644
--- a/gst/debugutils/progressreport.c
+++ b/gst/debugutils/progressreport.c
@@ -56,10 +56,10 @@
* <refsect2>
* <title>Example launch line</title>
* |[
- * gst-launch -m filesrc location=foo.ogg ! decodebin ! progressreport update-freq=1 ! audioconvert ! audioresample ! autoaudiosink
+ * gst-launch-1.0 -m filesrc location=foo.ogg ! decodebin ! progressreport update-freq=1 ! audioconvert ! audioresample ! autoaudiosink
* ]| This shows a progress query where a duration is available.
* |[
- * gst-launch -m audiotestsrc ! progressreport update-freq=1 ! audioconvert ! autoaudiosink
+ * gst-launch-1.0 -m audiotestsrc ! progressreport update-freq=1 ! audioconvert ! autoaudiosink
* ]| This shows a progress query where no duration is available.
* </refsect2>
*/