diff options
Diffstat (limited to 'sys/vdpau')
-rw-r--r-- | sys/vdpau/gstvdpvideopostprocess.c | 2 | ||||
-rw-r--r-- | sys/vdpau/mpeg/gstvdpmpegdec.c | 2 | ||||
-rw-r--r-- | sys/vdpau/mpeg4/gstvdpmpeg4dec.c | 2 |
3 files changed, 3 insertions, 3 deletions
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 @@ * <refsect2> * <title>Example launch line</title> * |[ - * gst-launch -v -m fakesrc ! vdpauvideopostprocess ! fakesink silent=TRUE + * gst-launch-1.0 -v -m fakesrc ! vdpauvideopostprocess ! fakesink silent=TRUE * ]| * </refsect2> */ 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 @@ * <refsect2> * <title>Example launch line</title> * |[ - * gst-launch -v -m fakesrc ! vdpaumpegdec ! fakesink silent=TRUE + * gst-launch-1.0 -v -m fakesrc ! vdpaumpegdec ! fakesink silent=TRUE * ]| * </refsect2> */ 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 @@ * <refsect2> * <title>Example launch line</title> * |[ - * gst-launch -v -m fakesrc ! vdpaumpeg4dec ! fakesink silent=TRUE + * gst-launch-1.0 -v -m fakesrc ! vdpaumpeg4dec ! fakesink silent=TRUE * ]| * </refsect2> */ |