From 7c42ba97d7ca394c0a2db097a65d3a895f6b5605 Mon Sep 17 00:00:00 2001 From: Vineeth TM Date: Mon, 14 Dec 2015 11:09:46 +0900 Subject: 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 --- sys/vdpau/gstvdpvideopostprocess.c | 2 +- sys/vdpau/mpeg/gstvdpmpegdec.c | 2 +- sys/vdpau/mpeg4/gstvdpmpeg4dec.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/vdpau') diff --git a/sys/vdpau/gstvdpvideopostprocess.c b/sys/vdpau/gstvdpvideopostprocess.c index b7b68798c..5afe5cd41 100644 --- a/sys/vdpau/gstvdpvideopostprocess.c +++ b/sys/vdpau/gstvdpvideopostprocess.c @@ -26,7 +26,7 @@ * * Example launch line * |[ - * gst-launch -v -m fakesrc ! vdpauvideopostprocess ! fakesink silent=TRUE + * gst-launch-1.0 -v -m fakesrc ! vdpauvideopostprocess ! fakesink silent=TRUE * ]| * */ diff --git a/sys/vdpau/mpeg/gstvdpmpegdec.c b/sys/vdpau/mpeg/gstvdpmpegdec.c index efa836d0d..e6f6f95e9 100644 --- a/sys/vdpau/mpeg/gstvdpmpegdec.c +++ b/sys/vdpau/mpeg/gstvdpmpegdec.c @@ -26,7 +26,7 @@ * * Example launch line * |[ - * gst-launch -v -m fakesrc ! vdpaumpegdec ! fakesink silent=TRUE + * gst-launch-1.0 -v -m fakesrc ! vdpaumpegdec ! fakesink silent=TRUE * ]| * */ diff --git a/sys/vdpau/mpeg4/gstvdpmpeg4dec.c b/sys/vdpau/mpeg4/gstvdpmpeg4dec.c index a3be09f53..a959ae7a6 100644 --- a/sys/vdpau/mpeg4/gstvdpmpeg4dec.c +++ b/sys/vdpau/mpeg4/gstvdpmpeg4dec.c @@ -26,7 +26,7 @@ * * Example launch line * |[ - * gst-launch -v -m fakesrc ! vdpaumpeg4dec ! fakesink silent=TRUE + * gst-launch-1.0 -v -m fakesrc ! vdpaumpeg4dec ! fakesink silent=TRUE * ]| * */ -- cgit v1.2.1