[gstreamer-bugs] [Bug 161675] New: [ffmpegcolorspace] conversion of RGB depth=15 is wrong

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Sat Dec 18 19:15:38 PST 2004


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

           Summary: [ffmpegcolorspace] conversion of RGB depth=15 is wrong
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: minor
          Priority: Normal
         Component: gst-plugins
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: ds at schleef.org
         QAContact: gstreamer-bugs at lists.sourceforge.net


Conversion from

video/x-raw-rgb, bpp=(int)16, endianness=(int)1234, depth=(int)15,
red_mask=(int)31744, green_mask=(int)992, blue_mask=(int)31, width=(int)320,
height=(int)240, framerate=(double)30, pixel-aspect-ratio=(fraction)1/1

to

video/x-raw-rgb, width=(int)320, height=(int)240, framerate=(double)30,
bpp=(int)32, depth=(int)24, red_mask=(int)65280, green_mask=(int)16711680,
blue_mask=(int)-16777216, endianness=(int)4321, pixel-aspect-ratio=(fraction)1/1

gives incorrect colors.  Tested with videotestsrc ! 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