pad: Don't call remaining probes after they return DROPPED|HANDLED
authorEdward Hervey <edward@centricular.com>
Mon, 4 Sep 2017 12:33:29 +0000 (14:33 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Mon, 4 Sep 2017 12:37:42 +0000 (14:37 +0200)
commitaed32ee2abf866f905b710102ef1a3f2dcd4e502
tree1335ba16a47563a3a4776f93770d34011bf735db
parent996bedb81d9d00811d234e17636e9038bc0f9f05
pad: Don't call remaining probes after they return DROPPED|HANDLED

If multiple probes are set on a pad and one probe returns either
GST_PAD_PROBE_HANDLED or GST_PAD_PROBE_DROPPED we need to stop
calling the remaining probes.

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