summaryrefslogtreecommitdiff
path: root/ext/zbar
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2012-09-14 16:45:34 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2012-09-14 16:45:34 +0200
commitb8f913555d75504c0b19bed76d936685182d1b03 (patch)
treeea81b29f674032601b606e6c36c46a091b99b4a4 /ext/zbar
parent0d8f8a5134c16e6bb4754a2d712a5bcad401e44d (diff)
downloadgstreamer-plugins-bad-b8f913555d75504c0b19bed76d936685182d1b03.tar.gz
ffmpegcolorspace is no more
Diffstat (limited to 'ext/zbar')
-rw-r--r--ext/zbar/gstzbar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/zbar/gstzbar.c b/ext/zbar/gstzbar.c
index b1abd0e95..d31e44124 100644
--- a/ext/zbar/gstzbar.c
+++ b/ext/zbar/gstzbar.c
@@ -61,10 +61,10 @@
* <refsect2>
* <title>Example launch lines</title>
* |[
- * gst-launch -m v4l2src ! ffmpegcolorspace ! zbar ! ffmpegcolorspace ! xvimagesink
+ * gst-launch -m v4l2src ! videoconvert ! zbar ! videoconvert ! xvimagesink
* ]| This pipeline will detect barcodes and send them as messages.
* |[
- * gst-launch -m v4l2src ! tee name=t ! queue ! ffmpegcolorspace ! zbar ! fakesink t. ! queue ! xvimagesink
+ * gst-launch -m v4l2src ! tee name=t ! queue ! videoconvert ! zbar ! fakesink t. ! queue ! xvimagesink
* ]| Same as above, but running the filter on a branch to keep the display in color
* </refsect2>
*/