From: Mark Nauwelaerts Date: Mon, 2 Jul 2012 09:46:23 +0000 (+0200) Subject: tests: video: tweak RGB caps test X-Git-Tag: 1.19.3~511^2~6265 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c849c9c66bbfa4867a18110b0fa78ce39e8de954;p=platform%2Fupstream%2Fgstreamer.git tests: video: tweak RGB caps test --- diff --git a/tests/check/libs/video.c b/tests/check/libs/video.c index 116b795..a4e98c7 100644 --- a/tests/check/libs/video.c +++ b/tests/check/libs/video.c @@ -631,7 +631,8 @@ GST_START_TEST (test_parse_caps_rgb) gst_caps_set_simple (caps, "width", G_TYPE_INT, 2 * (i + 1), "height", G_TYPE_INT, i + 1, "framerate", GST_TYPE_FRACTION, 15, 1, "pixel-aspect-ratio", GST_TYPE_FRACTION, 1, 1, - "interlace-mode", G_TYPE_STRING, "progressive", NULL); + "interlace-mode", G_TYPE_STRING, "progressive", + "colorimetry", G_TYPE_STRING, "1:1:0:0", NULL); g_assert (gst_caps_is_fixed (caps)); GST_DEBUG ("testing caps: %" GST_PTR_FORMAT, caps);