GNOME Bugzilla – Bug 776448
videomixer internal data stream error when requesting some colorimetries
Last modified: 2018-11-03 15:15:24 UTC
This pipeline fails: gst-launch-1.0 videotestsrc ! "video/x-raw, format=(string)NV12, width=(int)1920, height=(int)1080, framerate=(fraction)30, colorimetry=(string)bt2020" ! videomixer ! "video/x-raw, format=(string)NV12, width=(int)3840, height=(int)2160, framerate=(fraction)30, colorimetry=(string)bt2020" ! fakesink ERREUR : de l’élément /GstPipeline:pipeline0/GstVideoTestSrc:videotestsrc0 : Internal data stream error. Also fails: gst-launch-1.0 videotestsrc ! "video/x-raw, format=(string)NV12, width=(int)1920, height=(int)1080, framerate=(fraction)30, colorimetry=(string)bt2020" ! videomixer ! "video/x-raw, format=(string)NV12, width=(int)3840, height=(int)2160, framerate=(fraction)30, colorimetry=(string)bt601" ! fakesink Oddly, this works: gst-launch-1.0 videotestsrc ! "video/x-raw, format=(string)NV12, width=(int)1920, height=(int)1080, framerate=(fraction)30, colorimetry=(string)bt2020" ! videomixer ! "video/x-raw, format=(string)NV12, width=(int)3840, height=(int)2160, framerate=(fraction)30, colorimetry=(string)bt709" ! fakesink
Created attachment 348402 [details] [review] fix assert when failing to negotiate caps
Created attachment 348403 [details] [review] fix caps negotiation with different colorimetries
The pipelines above now play, fail and fail, respectively.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/336.