diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-09-14 16:28:54 +0200 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-09-14 16:28:54 +0200 |
commit | 49f5cb7d769f83cc6c33a017b9cd577db919c556 (patch) | |
tree | 19468bdc0a9a428cb2657de1f4d8343be8982ac6 /tests | |
parent | 717ae6cc20abd888a61eb511950259943da1899b (diff) |
rename some caps and elements in examples
Diffstat (limited to 'tests')
-rw-r--r-- | tests/check/elements/mpeg2dec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/check/elements/mpeg2dec.c b/tests/check/elements/mpeg2dec.c index 1e318cc2..20d716b9 100644 --- a/tests/check/elements/mpeg2dec.c +++ b/tests/check/elements/mpeg2dec.c @@ -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[] = { |