[Bug 793213] blocking probe and flush events issue

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Feb 7 09:28:46 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=793213

--- Comment #4 from Patricia Muscalu <patricia at axis.com> ---
> 
> So the probes work if you only register for the flushes but not if you
> register for flushes and data? Or does it only work if you register for
> flushes after a data probe triggered already?
> 

My observations:

* the probe does work if it's only registered for flushes:
  test_pad_probe_flush_events_only () in tests/check/gst/gstpad.c
* the probe does work if it's registered for flushes and downstream events:
  test_pad_probe_flush_events ()
* the probe doesn't work if it's registered for flushes and data:
  test case in the attached test application

-- 
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