pad: Recheck sticky events after non-blocking buffer probes and blocking event probes
authorSebastian Dröge <sebastian@centricular.com>
Wed, 2 Aug 2017 18:02:32 +0000 (21:02 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 2 Aug 2017 18:02:32 +0000 (21:02 +0300)
commit087eca882733cf20e007171a161db964de254293
tree2fe3f0eae841083cd17d77b5a2f4e86108820e45
parenta79503a4334d53d4a835064a20a42da8f073d2d3
pad: Recheck sticky events after non-blocking buffer probes and blocking event probes

Without the former, event changes (e.g. setting a pad offset) does not
take effect for the current buffer but only for the next one. Without
the latter, non-blocking event probes would not see any updated events
yet.
gst/gstpad.c