tests: Add a couple of extra caps strings to test
authorJan Schmidt <thaytan@noraisin.net>
Sat, 28 Aug 2010 07:04:43 +0000 (17:04 +1000)
committerJan Schmidt <thaytan@noraisin.net>
Sat, 28 Aug 2010 07:05:29 +0000 (17:05 +1000)
tests/check/gst/capslist.h

index 50d560d..dd09334 100644 (file)
@@ -22,9 +22,14 @@ static const gchar *caps_list[] = {
   /* Test fraction range */
   "test/gst-fraction-range, fraction = (fraction) [ 1/4, 1/3 ]",
   "test/gst-fraction-range, fraction = (fraction) [ MIN, MAX ]",
+  "test/gst-fraction-range, fraction = (fraction) [ 1/MAX, MAX ]",
   /* Test lists of fractions and fraction ranges */
   "test/gst-fraction-range, fraction = (fraction) { [ 1/4, 1/3 ], 1/8 }",
   "test/gst-fraction-range, fraction = (fraction) { [ 1/4, 1/3 ], [ 1/8, 2/8 ] }",
+
+  /* Some random checks */
+  "video/x-raw-yuv, format = (fourcc) { I420, Y42B, Y444 }, framerate = (fraction) [1/MAX, MAX], width = (int) [ 1, MAX ], height = (int) [ 1, MAX ]",
+
   "ANY",
   "EMPTY"
 };