summaryrefslogtreecommitdiff
path: root/gst/mxf/mxfmux.c
diff options
context:
space:
mode:
authorLuis de Bethencourt <luis.bg@samsung.com>2015-05-08 13:54:06 +0100
committerLuis de Bethencourt <luis.bg@samsung.com>2015-05-08 13:54:08 +0100
commit8899efae6061c7293543fdd238011c983a7b82ad (patch)
tree9e94cc1ec9c40c5180fdd24dc272c2e6da4bbb90 /gst/mxf/mxfmux.c
parentd1f7c0e6fef07f68d9152a442c2eabdc4e5839f5 (diff)
downloadgstreamer-plugins-bad-8899efae6061c7293543fdd238011c983a7b82ad.tar.gz
Update references to decodebin
Update old references for decodebin2 to decodebin.
Diffstat (limited to 'gst/mxf/mxfmux.c')
-rw-r--r--gst/mxf/mxfmux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/mxf/mxfmux.c b/gst/mxf/mxfmux.c
index a08d05e82..273d3b699 100644
--- a/gst/mxf/mxfmux.c
+++ b/gst/mxf/mxfmux.c
@@ -25,7 +25,7 @@
* <refsect2>
* <title>Example launch line</title>
* |[
- * gst-launch -v filesrc location=/path/to/audio ! decodebin2 ! queue ! mxfmux name=m ! filesink location=file.mxf filesrc location=/path/to/video ! decodebin2 ! queue ! m.
+ * gst-launch -v filesrc location=/path/to/audio ! decodebin ! queue ! mxfmux name=m ! filesink location=file.mxf filesrc location=/path/to/video ! decodebin ! queue ! m.
* ]| This pipeline muxes an audio and video file into a single MXF file.
* </refsect2>
*/