After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 776448 - videomixer internal data stream error when requesting some colorimetries
videomixer internal data stream error when requesting some colorimetries
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-12-23 16:37 UTC by Florent Thiéry
Modified: 2018-11-03 15:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix assert when failing to negotiate caps (1.10 KB, patch)
2017-03-21 12:17 UTC, Vincent Penquerc'h
none Details | Review
fix caps negotiation with different colorimetries (1.84 KB, patch)
2017-03-21 12:18 UTC, Vincent Penquerc'h
none Details | Review

Description Florent Thiéry 2016-12-23 16:37:25 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
Comment 1 Vincent Penquerc'h 2017-03-21 12:17:36 UTC
Created attachment 348402 [details] [review]
fix assert when failing to negotiate caps
Comment 2 Vincent Penquerc'h 2017-03-21 12:18:02 UTC
Created attachment 348403 [details] [review]
fix caps negotiation with different colorimetries
Comment 3 Vincent Penquerc'h 2017-03-21 12:18:31 UTC
The pipelines above now play, fail and fail, respectively.
Comment 4 GStreamer system administrator 2018-11-03 15:15:24 UTC
-- 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.