[gstreamer-bugs] [Bug 164176] New: [ffmpegcolorspace] conversion bugs (wrong strides?)

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Sat Jan 15 11:29:23 PST 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=164176
 GStreamer | gst-plugins | Ver: HEAD CVS

           Summary: [ffmpegcolorspace] conversion bugs (wrong strides?)
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: algernon at bonehunter.rulez.org
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: all-bugs at bugzilla.gnome.org


It seems that ffmpegcolorspace insists on rounding up widths and heights at
times, which breaks other elements.

gst-launch filesrc blocksize=1000000 location=aay.jpg ! jpegdec !
ffmpegcolorspace ! video/x-raw-rgb ! ffmpegcolorspace ! jpegenc ! filesink
location=out.jpg

This pipeline results in out.jpg having bad colors. The Y plane is correct (no
rounding there, no wonder it is good!), but the U and V planes appear to have
bad strides.

Similar problems happen in other cases too, but I haven't been able to come up
with a simple case to reproduce those, yet.

Find attached the input and output pictures mentioned above.

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




More information about the Gstreamer-bugs mailing list