[gstreamer-bugs] [Bug 166207] New: [ffmpegcolorspace] AYUV->RGB is broken

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Thu Feb 3 12:23:17 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=166207
 GStreamer | gst-plugins | Ver: HEAD CVS

           Summary: [ffmpegcolorspace] AYUV->RGB is broken
           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


Test case:

gst-launch videotestsrc ! alpha ! ffmpegcolorspace ! ximagesink

Result:

Observe that the picture is half the expected width (the rest being black), and
the colors are rather weird.

Expected result:

The normal videotestsrc result.

Workaround:

Converting to another YUV format, and then to RGB seems to fix the problem.

Eg, this works:

gst-launch videotestsrc ! alpha ! ffmpegcolorspace !
video/x-raw-yuv,format=(fourcc)AYUV ! ffmpegcolorspace ! ximagesink

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