tests: fix some h264 caps
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 15 Feb 2013 15:43:43 +0000 (15:43 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Sat, 16 Feb 2013 15:05:34 +0000 (15:05 +0000)
Doesn't fix anything in particular, but is
still needed here for correctness.

tests/check/pipelines/tagschecking.c

index d1e426c..f09a320 100644 (file)
@@ -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,"    \