[Bug 784320] New: vaapipostproc: Fails to play MVC encoded data correctly

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Jun 29 06:20:25 UTC 2017


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

            Bug ID: 784320
           Summary: vaapipostproc: Fails to play MVC encoded data
                    correctly
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gstreamer-vaapi
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: zzoon at igalia.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
                CC: bsreerenj at gmail.com, vjaquez at igalia.com
     GNOME version: ---

Reproduce step
1\ Making MVC encoded data using vaapih264enc
gst-launch-1.0 -v videotestsrc pattern=ball name=left videotestsrc name=right
glstereomix name=mix \
left. ! video/x-raw,width=640,height=480! glupload ! mix. \
right. ! video/x-raw,width=640,height=480! glupload ! mix. \
mix. ! video/x-raw'(memory:GLMemory)',multiview-mode=frame-by-frame ! queue !
glcolorconvert ! gldownload ! vaapih264enc num-views=2 ! filesink
location=mvc_test.264

2\ Playing the produced data
gst-play-1.0 mvc_test.264  --videosink="glimagesink
output-multiview-mode=side-by-side"
-> This fails.

While this pipeline is working correctly:
gst-launch-1.0 filesrc location=mvc_test.264 ! h264parse ! vaapih264dec !
glimagesink output-multiview-mode=side-by-side

This is because vaapipostproc doesn't pass information of multiview mode to src
caps.

-- 
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