pad: Check if new probes need to be called when adding/removing some
authorSebastian Dröge <sebastian@centricular.com>
Thu, 2 Jan 2014 12:33:20 +0000 (13:33 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 2 Jan 2014 12:33:20 +0000 (13:33 +0100)
commit93ce90f83320e845867d28b9cbeea5b596a1ef04
treee87338f88c4d92cd57e3afc8abd49b1c43a199f5
parent34f8b4d6f3e6a61519f23e8ef0644a6fdfc99daa
pad: Check if new probes need to be called when adding/removing some

This allows blocking a pad, add a new blocking probe, removing
the first probe and then having the second probe called. Which
could then decide that data-flow should actually continue
instead of blocking now.

https://bugzilla.gnome.org/show_bug.cgi?id=721289
gst/gstpad.c