[Bug 782221] New: jpeg2000parse does not play nice with rtpj2kpay

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri May 5 13:53:23 UTC 2017


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

            Bug ID: 782221
           Summary: jpeg2000parse does not play nice with rtpj2kpay
    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: boxerab at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

The following pipeline fails negotiation:

gst-launch-1.0 -v videotestsrc pattern=ball ! openjpegenc ! jpeg2000parse !
rtpj2kpay ! rtpj2kdepay ! openjpegdec ! videoconvert ! ximagesink

with the following output:

Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
/GstPipeline:pipeline0/GstVideoTestSrc:videotestsrc0.GstPad:src: caps =
video/x-raw, width=(int)320, height=(int)240, framerate=(fraction)30/1,
format=(string)ARGB64, multiview-mode=(string)mono,
pixel-aspect-ratio=(fraction)1/1, interlace-mode=(string)progressive
/GstPipeline:pipeline0/GstOpenJPEGEnc:openjpegenc0.GstPad:src: caps =
image/x-j2c, colorspace=(string)sRGB, sampling=(string)RGBA,
num-components=(int)4, width=(int)320, height=(int)240,
pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1,
interlace-mode=(string)progressive, colorimetry=(string)sRGB,
multiview-mode=(string)mono,
multiview-flags=(GstVideoMultiviewFlagsSet)0:ffffffff:/right-view-first/left-flipped/left-flopped/right-flipped/right-flopped/half-aspect/mixed-mono
/GstPipeline:pipeline0/GstJPEG2000Parse:jpeg2000parse0.GstPad:sink: caps =
image/x-j2c, colorspace=(string)sRGB, sampling=(string)RGBA,
num-components=(int)4, width=(int)320, height=(int)240,
pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1,
interlace-mode=(string)progressive, colorimetry=(string)sRGB,
multiview-mode=(string)mono,
multiview-flags=(GstVideoMultiviewFlagsSet)0:ffffffff:/right-view-first/left-flipped/left-flopped/right-flipped/right-flopped/half-aspect/mixed-mono


while these pipelines work fine:


gst-launch-1.0 -v videotestsrc pattern=ball ! openjpegenc ! jpeg2000parse !
openjpegdec ! videoconvert ! ximagesink


gst-launch-1.0 -v videotestsrc pattern=ball ! openjpegenc ! rtpj2kpay !
rtpj2kdepay ! jpeg2000parse ! openjpegdec ! videoconvert ! ximagesink

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