[gstreamer-bugs] [Bug 340060] [collectpads] eat newsegement events or forward them?

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu May 4 11:38:51 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=340060
 GStreamer | gstreamer (core) | Ver: HEAD CVS


Stefan Kost changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|gstreamer-                  |ensonic at sonicpulse.de
                   |bugs at lists.sourceforge.net  |




------- Comment #7 from Stefan Kost  2006-05-04 18:38 UTC -------
Do we want to support this behaviour in avimux?
/* FIXME: hacked way to override/extend the event function of
 * GstCollectPads; because it sets its own event function giving the
 * element no access to events */
avimux->collect_event = (GstPadEventFunction) GST_PAD_EVENTFUNC (newpad);
gst_pad_set_event_function (newpad,
    GST_DEBUG_FUNCPTR (gst_avi_mux_handle_event));

or add a GstCollectPadsEventFunction to collectpads?


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list