[Gstreamer-bugs] [Bug 137042] New - sinesrc calls gst_element_found_tags_for_pad

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Fri Mar 12 22:06:16 PST 2004


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

Changed by thaytan at mad.scientist.com.

--- shadow/137042	Sat Mar 13 01:06:16 2004
+++ shadow/137042.tmp.7120	Sat Mar 13 01:06:16 2004
@@ -0,0 +1,26 @@
+Bug#: 137042
+Product: GStreamer
+Version: HEAD CVS
+OS: Linux
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: gst-plugins
+AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
+ReportedBy: thaytan at mad.scientist.com               
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: HEAD
+URL: 
+Summary: sinesrc calls gst_element_found_tags_for_pad
+
+Description of Problem:
+sinesrc issues a taglist using gst_element_found_tags_for_pad but it is a
+get-based element. 
+
+gst_element_found_tags_for_pad can't be used from get-based elements
+because it pushes the taglist onto the pad.
+
+I _think_ the fix is the sinesrc should just fire the signal by calling
+gst_element_found_tags and then return the taglist as the buffer.




More information about the Gstreamer-bugs mailing list