deinterlace: update example pipeline

Update reference to decodebin2 to decodebin
This commit is contained in:
Luis de Bethencourt 2015-06-25 10:47:06 +01:00 committed by Luis de Bethencourt
parent 72f63c58ad
commit 34caf9d7c5

View 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>
*/