diff options
author | Vineeth TM <vineeth.tm@samsung.com> | 2015-12-14 11:09:46 +0900 |
---|---|---|
committer | Luis de Bethencourt <luisbg@osg.samsung.com> | 2015-12-15 10:30:49 +0000 |
commit | 7c42ba97d7ca394c0a2db097a65d3a895f6b5605 (patch) | |
tree | 73f5fe91d76f3c53888bc0ba0ff474ca9edf92c2 /ext/kate/gstkatedec.c | |
parent | ea54d2aaabf8b9ac398884bc281582003a5278e0 (diff) |
plugins-bad: Fix example pipelines
rename gst-launch --> gst-launch-1.0
replace old elements with new elements(ffmpegcolorspace -> videoconvert, ffenc_** -> avenc_**)
fix caps in examples
https://bugzilla.gnome.org/show_bug.cgi?id=759432
Diffstat (limited to 'ext/kate/gstkatedec.c')
-rw-r--r-- | ext/kate/gstkatedec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/kate/gstkatedec.c b/ext/kate/gstkatedec.c index 8748498e0..c61d5142f 100644 --- a/ext/kate/gstkatedec.c +++ b/ext/kate/gstkatedec.c @@ -61,14 +61,14 @@ * <para> * This explicitely decodes a Kate stream: * <programlisting> - * gst-launch filesrc location=test.ogg ! oggdemux ! katedec ! fakesink silent=TRUE + * gst-launch-1.0 filesrc location=test.ogg ! oggdemux ! katedec ! fakesink silent=TRUE * </programlisting> * </para> * <para> * This will automatically detect and use any Kate streams multiplexed * in an Ogg stream: * <programlisting> - * gst-launch playbin uri=file:///tmp/test.ogg + * gst-launch-1.0 playbin uri=file:///tmp/test.ogg * </programlisting> * </para> * </refsect2> |