diff options
author | Luis de Bethencourt <luisbg@osg.samsung.com> | 2015-11-19 17:24:53 +0000 |
---|---|---|
committer | Luis de Bethencourt <luisbg@osg.samsung.com> | 2015-11-19 17:25:01 +0000 |
commit | 49ccb72b4751d608a0160533c18c9e3f9fcec7ab (patch) | |
tree | 672cdd9b8d872920993c8d290d75ae0f77b74534 /tests | |
parent | ab3fd36d64f81a86b0b612fcef2c1e3410ccc838 (diff) | |
download | gstreamer-plugins-bad-49ccb72b4751d608a0160533c18c9e3f9fcec7ab.tar.gz |
docs: update gst-launch-0.10 lines
Update references to gst-launch-0.10 to gst-launch-1.0
Diffstat (limited to 'tests')
-rw-r--r-- | tests/check/elements/dataurisrc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/elements/dataurisrc.c b/tests/check/elements/dataurisrc.c index 8deeccf41..b034b2eff 100644 --- a/tests/check/elements/dataurisrc.c +++ b/tests/check/elements/dataurisrc.c @@ -23,7 +23,7 @@ #include <gst/check/gstcheck.h> /* sine wave encoded in ogg/vorbis, created with: - * gst-launch-0.10 audiotestsrc num-buffers=110 ! audioconvert ! \ + * gst-launch-1.0 audiotestsrc num-buffers=110 ! audioconvert ! \ * audio/x-raw,channels=1 ! vorbisenc ! oggmux ! \ * filesink location=sine.ogg * and then encoded to base64 */ |