GNOME Bugzilla – Bug 767500
FLUSH pad probe are called too much
Last modified: 2016-06-10 16:10:06 UTC
Created attachment 329579 [details] test case See test case, it's called a lot with values 4224 and 4112 which is: - GST_PAD_PROBE_TYPE_BUFFER | GST_PAD_PROBE_TYPE_PUSH - GST_PAD_PROBE_TYPE_EVENT_UPSTREAM | GST_PAD_PROBE_TYPE_PUSH
Fixed by 45b0e7aa16a19e9028d7ddd5ea4a52acaa4e5349 (pad: consider PROBE_TYPE_EVENT_FLUSH when using PROBE_TYPE_ALL_BOTH) which is part of master.
*** This bug has been marked as a duplicate of bug 762330 ***