[Gstreamer-bugs] [Bug 112621] New - lots of plugins get RGB caps wrong

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Fri May 9 01:19:27 PDT 2003


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=112621

Changed by ds at schleef.org.

--- shadow/112621	Fri May  9 04:19:27 2003
+++ shadow/112621.tmp.13292	Fri May  9 04:19:27 2003
@@ -0,0 +1,31 @@
+Bug#: 112621
+Product: GStreamer
+Version: HEAD CVS
+OS: Linux
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: gst-plugins
+AssignedTo: ds at schleef.org                            
+ReportedBy: ds at schleef.org               
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: 0.6.x
+URL: 
+Summary: lots of plugins get RGB caps wrong
+
+I've noticed recently that plugins' handling of caps for RGB video
+is pretty inconsistent.  I did a bunch of mucking in places that
+looked like it needed work, but I'd like to see some discussion
+before checking in.  It will probably break stuff.
+
+Basically, I've changed everything so that:
+
+  - 24 and 32 bit RGB is always big endian, with color masks
+    appropriately defined (i.e., in big endian order)
+
+  - 15 and 16 bit RGB is always host endian, except for cases
+    where the video is truly byte swapped.
+
+  - (almost) every caps definition contains all fields.





More information about the Gstreamer-bugs mailing list