From 7de14c5dbe6805bd581bd4302dcbed3623b3e1c8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 15 Feb 2013 15:43:43 +0000 Subject: [PATCH] tests: fix some h264 caps Doesn't fix anything in particular, but is still needed here for correctness. --- tests/check/pipelines/tagschecking.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/check/pipelines/tagschecking.c b/tests/check/pipelines/tagschecking.c index d1e426c..f09a320 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," \ -- 2.7.4