simple-launch-lines: Use correct JPEG2000 caps
authorSebastian Dröge <sebastian@centricular.com>
Sat, 11 Jun 2016 09:16:03 +0000 (12:16 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Sat, 11 Jun 2016 09:16:23 +0000 (12:16 +0300)
tests/check/pipelines/simple-launch-lines.c

index e074e49..ed83511 100644 (file)
@@ -214,7 +214,7 @@ GST_START_TEST (test_rtp_payloaders)
       GST_MESSAGE_UNKNOWN, target_state);
 
 #define J2K_TEST_FILE_PATH GST_TEST_FILES_PATH G_DIR_SEPARATOR_S "gradient.j2k"
-#define J2KCAPS "image/x-jpc,colorspace=sYUV,num-components=3,width=720,height=576,pixel-aspect-ratio=1/1,framerate=30/1"
+#define J2KCAPS "image/x-jpc,sampling=YCbCr-4:2:0,width=720,height=576,pixel-aspect-ratio=1/1,framerate=30/1"
   {
     GstElement *pipeline, *src;
     GstFlowReturn flow = GST_FLOW_OK;