deinterlace: update example pipeline
authorLuis de Bethencourt <luisbg@osg.samsung.com>
Thu, 25 Jun 2015 09:47:06 +0000 (10:47 +0100)
committerLuis de Bethencourt <luis.bg@samsung.com>
Thu, 25 Jun 2015 09:47:40 +0000 (10:47 +0100)
Update reference to decodebin2 to decodebin

gst/deinterlace/gstdeinterlace.c

index 4496ec7..0c46a42 100644 (file)
@@ -29,7 +29,7 @@
  * <refsect2>
  * <title>Example launch line</title>
  * |[
- * gst-launch-1.0 -v filesrc location=/path/to/file ! decodebin2 ! videoconvert ! deinterlace ! videoconvert ! autovideosink
+ * gst-launch-1.0 -v filesrc location=/path/to/file ! decodebin ! videoconvert ! deinterlace ! videoconvert ! autovideosink
  * ]| This pipeline deinterlaces a video file with the default deinterlacing options.
  * </refsect2>
  */