mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
qtmux: Use complete MPEG caps in the unit test
This commit is contained in:
parent
69869f0839
commit
0fd1397921
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue