mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-04 13:32:29 +00:00
tests: mpeg2dec: Don't expect BT601 color space
If it's required, mpeg2dec should set it explicitly. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly/-/merge_requests/70>
This commit is contained in:
parent
aaa4acb2dd
commit
a798b7d6a0
1 changed files with 2 additions and 2 deletions
|
@ -1789,7 +1789,7 @@ GST_START_TEST (test_decode_stream1)
|
|||
GST_VIDEO_INFO_FPS_D (&info) = 1;
|
||||
GST_VIDEO_INFO_CHROMA_SITE (&info) = GST_VIDEO_CHROMA_SITE_MPEG2;
|
||||
gst_video_colorimetry_from_string (&GST_VIDEO_INFO_COLORIMETRY (&info),
|
||||
GST_VIDEO_COLORIMETRY_BT601);
|
||||
"2:0:0:0");
|
||||
GST_VIDEO_INFO_MULTIVIEW_MODE (&info) = GST_VIDEO_MULTIVIEW_MODE_MONO;
|
||||
|
||||
out_caps = gst_video_info_to_caps (&info);
|
||||
|
@ -1872,7 +1872,7 @@ GST_START_TEST (test_decode_stream2)
|
|||
GST_VIDEO_INFO_FPS_D (&info) = 1;
|
||||
GST_VIDEO_INFO_CHROMA_SITE (&info) = GST_VIDEO_CHROMA_SITE_MPEG2;
|
||||
gst_video_colorimetry_from_string (&GST_VIDEO_INFO_COLORIMETRY (&info),
|
||||
GST_VIDEO_COLORIMETRY_BT601);
|
||||
"2:0:0:0");
|
||||
GST_VIDEO_INFO_MULTIVIEW_MODE (&info) = GST_VIDEO_MULTIVIEW_MODE_MONO;
|
||||
|
||||
out_caps = gst_video_info_to_caps (&info);
|
||||
|
|
Loading…
Reference in a new issue