[Bug 707605] Need "reverse-funnel" element

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Oct 7 11:35:19 CEST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=707605
  GStreamer | gstreamer (core) | git

--- Comment #33 from Sebastian Dröge (slomo) <slomo at circular-chaos.org> 2013-10-07 09:35:15 UTC ---
Events like flush-start are non-serialized. That means that you can get them
from a thread that is not the streaming thread (for your element). Because of
that your pads could go away at that time if timing is bad (e.g. when your
element is set to READY). If you return a new reference there you can be sure
that nothing destroys the pad until you're done with it.

-- 
Configure bugmail: https://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