mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
tests: fix some h264 caps
Doesn't fix anything in particular, but is still needed here for correctness.
This commit is contained in:
parent
99f84b8c4c
commit
7de14c5dbe
1 changed files with 2 additions and 1 deletions
|
@ -271,7 +271,8 @@ test_tags (const gchar * tag_str, const gchar * caps, const gchar * muxer,
|
|||
#define H264_CAPS "video/x-h264, width=(int)320, height=(int)240," \
|
||||
" framerate=(fraction)30/1, codec_data=(buffer)" \
|
||||
"01401592ffe10017674d401592540a0fd8088000000300" \
|
||||
"8000001e478b175001000468ee3c80, stream-format=(string)avc"
|
||||
"8000001e478b175001000468ee3c80, "\
|
||||
"stream-format=(string)avc, alignment=(string)au"
|
||||
|
||||
#define COMMON_TAGS \
|
||||
"taglist,title=test_title," \
|
||||
|
|
Loading…
Reference in a new issue