[Gstreamer-bugs] [Bug 113488] New - replace GstBuffer with GstData where events may be passed

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Wed May 21 17:33: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=113488

Changed by in7y118 at public.uni-hamburg.de.

--- shadow/113488	Wed May 21 20:33:27 2003
+++ shadow/113488.tmp.8565	Wed May 21 20:33:27 2003
@@ -0,0 +1,24 @@
+Bug#: 113488
+Product: GStreamer
+Version: HEAD CVS
+OS: Linux
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: gstreamer (core)
+AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
+ReportedBy: in7y118 at public.uni-hamburg.de               
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: 0.6.x
+URL: 
+Summary: replace GstBuffer with GstData where events may be passed
+
+A lot of code uses GstBuffers when these may be GstEvents, too.
+It should use GstData in these cases.
+
+Examples include get- and chainfunctions, gst_pad_pull and gst_pad_push.
+
+We need to change that to currectly support gcc's -fstrict-aliasing option
+ (which is used by default in gcc 3.3)





More information about the Gstreamer-bugs mailing list