[gstreamer-bugs] [Bug 620412] [PATCH] Incomplete support for 15 and 16 bit RGB and BGR formats

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Jun 6 19:02:11 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=620412
  GStreamer | gst-plugins-base | git

--- Comment #5 from David Schleef <ds at schleef.org> 2010-06-07 02:02:06 UTC ---
ffmpegcolorspace assumes native-endianness for 15 and 16 bit video, which is
technically wrong, but unlikely to ever be noticed.  The reason is because
15/16 bit video is getting to be very rare, big endian is getting to be rare,
and transmitting uncompressed RGB video over the network (such that endianness
might be a problem) is pretty rare.  The combination of all three is *very*
rare.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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