mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
tests: fix h264 caps in mpegtsmux test
Needs to be stream-format=byte-stream, not format=byte-stream.
This commit is contained in:
parent
5fddf3f4d6
commit
e6e1479b75
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ static GstPad *mysrcpad, *mysinkpad;
|
|||
"rate = (int) 8000, " \
|
||||
"mpegversion = (int) 1"
|
||||
#define VIDEO_CAPS_STRING "video/x-h264, " \
|
||||
"format = (string) byte-stream"
|
||||
"stream-format = (string) byte-stream"
|
||||
|
||||
/* setup and teardown needs some special handling for muxer */
|
||||
static GstPad *
|
||||
|
|
Loading…
Reference in a new issue