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

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Sat Jun 7 06:17:02 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 in7y118 at public.uni-hamburg.de.

--- shadow/114442	Wed Jun  4 23:33:57 2003
+++ shadow/114442.tmp.21727	Sat Jun  7 09:17:01 2003
@@ -26,6 +26,12 @@
 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.
+
+------- Additional Comments From in7y118 at public.uni-hamburg.de  2003-06-07 09:17 -------
+You're supposed to send events to the peer of a sink pad, not to a
+source pad.
+
+And yes, I know that's confusing :)





More information about the Gstreamer-bugs mailing list