qtmux: Use complete MPEG caps in the unit test

This commit is contained in:
Sebastian Dröge 2011-09-07 14:26:01 +02:00
parent 69869f0839
commit 0fd1397921

View file

@ -43,6 +43,7 @@ static GstPad *mysrcpad, *mysinkpad;
"rate = (int) 48000"
#define VIDEO_CAPS_STRING "video/mpeg, " \
"mpegversion = (int) 4, " \
"systemstream = (boolean) false, " \
"width = (int) 384, " \
"height = (int) 288, " \
"framerate = (fraction) 25/1"