summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2013-02-15 15:43:43 +0000
committerTim-Philipp Müller <tim@centricular.net>2013-02-16 15:05:34 +0000
commit7de14c5dbe6805bd581bd4302dcbed3623b3e1c8 (patch)
tree5ddcfb71dad1fc6e99ec8bec3474a48095cc9ffa
parent99f84b8c4c6fa9d32e6d44ff00203ca00562f04f (diff)
tests: fix some h264 caps
Doesn't fix anything in particular, but is still needed here for correctness.
-rw-r--r--tests/check/pipelines/tagschecking.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/check/pipelines/tagschecking.c b/tests/check/pipelines/tagschecking.c
index d1e426c5b..f09a32027 100644
--- a/tests/check/pipelines/tagschecking.c
+++ b/tests/check/pipelines/tagschecking.c
@@ -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," \