rename some caps and elements in examples
authorWim Taymans <wim.taymans@collabora.co.uk>
Fri, 14 Sep 2012 14:28:54 +0000 (16:28 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Fri, 14 Sep 2012 14:28:54 +0000 (16:28 +0200)
ext/dvdread/demo-play
tests/check/elements/mpeg2dec.c

index 1def730..ed9d4d8 100755 (executable)
@@ -2,5 +2,5 @@
 AUDIOSINK=`gconftool-2 -g /system/gstreamer/0.8/default/audiosink`
 VIDEOSINK=`gconftool-2 -g /system/gstreamer/0.8/default/videosink`
 gst-launch dvdreadsrc ! dvddemux name=demux .video_00 ! \
-       { queue ! mpeg2dec ! ffmpegcolorspace ! videoscale ! $VIDEOSINK } \
+       { queue ! mpeg2dec ! videoconvert ! videoscale ! $VIDEOSINK } \
        { demux.audio_00 ! queue ! a52dec ! audioconvert ! audioscale ! $AUDIOSINK }
index 1e318cc..20d716b 100644 (file)
@@ -29,7 +29,7 @@
  * get_peer, and then remove references in every test function */
 static GstPad *mysrcpad, *mysinkpad;
 
-/* mpeg2 video created with gst-launch-0.10 videotestsrc num-buffers=32 pattern=blue ! "video/x-raw-yuv,format=(fourcc)I420,width=176,height=144,framerate=(fraction)25/1" ! ffenc_mpeg2video ! filesink location=test.mpg
+/* mpeg2 video created with gst-launch-0.10 videotestsrc num-buffers=32 pattern=blue ! "video/x-raw,format=(string)I420,width=176,height=144,framerate=(fraction)25/1" ! ffenc_mpeg2video ! filesink location=test.mpg
 */
 
 guint8 test_stream1[] = {
@@ -554,7 +554,7 @@ guint test_stream_sizes[] = {
   497, 90
 };
 
-/* mpeg2 video created with gst-launch-0.10 videotestsrc num-buffers=32 pattern=blue ! "video/x-raw-yuv,format=(fourcc)I420,width=183,height=217,framerate=(fraction)25/1" ! ffenc_mpeg2video ! filesink location=test.mpg
+/* mpeg2 video created with gst-launch-0.10 videotestsrc num-buffers=32 pattern=blue ! "video/x-raw,format=(string)I420,width=183,height=217,framerate=(fraction)25/1" ! ffenc_mpeg2video ! filesink location=test.mpg
 */
 
 guint8 test_stream2[] = {