[Bug 758717] New: bayer: pixel aspect ratio not forwarded when transforming caps

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Nov 26 10:48:41 PST 2015


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

            Bug ID: 758717
           Summary: bayer: pixel aspect ratio not forwarded when
                    transforming caps
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: All
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: joanpau.beltran at socib.cat
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Negotiation errors may arise when bayer elements are present in the pipeline,
because they do not forward the pixel aspect ratio when transforming the caps:

    # Failure due to the combination of `bayer2rgb` and `videoscale`:
    gst-launch-1.0 -v \
      videotestsrc \
      ! "video/x-bayer,format=rggb,width=1280,height=960,framerate=15/2" \
      ! bayer2rgb \
      ! videoscale \
      ! "video/x-raw,framerate=15/2,width=640,pixel-aspect-ratio=1/1" \
      ! 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