[Gstreamer-bugs] [Bug 114442] New - non-intuitive event handling

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Wed Jun 4 20:33:57 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=114442

Changed by vishnu at pobox.com.

--- shadow/114442	Wed Jun  4 23:33:57 2003
+++ shadow/114442.tmp.1342	Wed Jun  4 23:33:57 2003
@@ -0,0 +1,31 @@
+Bug#: 114442
+Product: GStreamer
+Version: HEAD CVS
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: gstreamer (core)
+AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
+ReportedBy: vishnu at pobox.com               
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: 0.6.x
+URL: 
+Summary: non-intuitive event handling
+
+It's non-intuitive that the following code only happens when linking pads
+in the scheduler:
+
+  GST_RPAD_EVENTHANDLER (srcpad) = GST_RPAD_EVENTFUNC (srcpad);
+
+If i have this pipeline:
+
+  ./gst-launch filesrc location=/local/aleader/trans.mpg ! mpegdemux
+name=demux demux.video_00 ! mpeg2dec
+
+When i try to do a seek, send an event to the src pad of mpeg2dec, then it
+doesn't work because the eventhandler hasn't been setup because there is no
+element linked after mpeg2dec.  So i must add a fakesink after mpeg2dec and
+then it works.  This seem crazy.





More information about the Gstreamer-bugs mailing list