[Bug 665525] [0.11] Pad with probe won't forward flush events even though it's not blocking yet
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Mon Dec 5 11:57:32 PST 2011
https://bugzilla.gnome.org/show_bug.cgi?id=665525
GStreamer | gstreamer (core) | 0.11.x
Matej Knopp <matej.knopp> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #202734|0 |1
is obsolete| |
--- Comment #6 from Matej Knopp <matej.knopp at gmail.com> 2011-12-05 19:57:26 UTC ---
Created an attachment (id=202862)
View: https://bugzilla.gnome.org/attachment.cgi?id=202862
Review: https://bugzilla.gnome.org/review?bug=665525&attachment=202862
Add GST_PAD_PROBE_TYPE_BLOCKING
The patch add new probe type GST_PAD_PROBE_TYPE_BLOCKING
The probe has the type set it will be invoked for flush events and can return
GST_PROBE_DROP that will prevent the flush event to be sent further down
If the pad probe doesn't have GST_PAD_PROBE_TYPE_BLOCKING set the flush event
is forwarded automatically (the probe won't be invoked for flush events)
--
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