[Bug 776446] New: rawvideoparse internal data stream error with bt2020 colorimetry if resolution is not 4k

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Dec 23 15:37:18 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=776446

            Bug ID: 776446
           Summary: rawvideoparse internal data stream error with bt2020
                    colorimetry if resolution is not 4k
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: florent.thiery at ubicast.eu
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

gst-launch-1.0 filesrc location=/dev/zero blocksize=3110400 num-buffers=1000 !
rawvideoparse width=1920 height=1080 framerate=30 format=nv12 ! "video/x-raw,
format=(string)NV12, colorimetry=(string)bt2020" ! fakesink -v
ERROR: from element /GstPipeline:pipeline0/GstFileSrc:filesrc0: Internal data
stream error.

The following works okay:
gst-launch-1.0 filesrc location=/dev/zero blocksize=12441600 num-buffers=1000 !
rawvideoparse width=3840 height=2160 framerate=30 format=nv12 ! "video/x-raw,
format=(string)NV12, colorimetry=(string)bt2020" ! fakesink -v

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list