GNOME Bugzilla – Bug 664745
GST_PAD_PROBE_TYPE_BLOCKING doesn't block the pad
Last modified: 2011-11-25 06:15:22 UTC
Created attachment 202073 [details] [review] Unit test gst_pad_push returns GST_FLOW_NOT_LINKED instead of blocking
Thanks! should be fixed now. commit 933e8b230c9ebba97e314f8a1090653b40d0ffff Author: Wim Taymans <wim.taymans@collabora.co.uk> Date: Fri Nov 25 07:11:24 2011 +0100 pad: fix blocking probe emission If we are dealing with a blocking probe, only then check if one the blocking flags of the hook matches. Add some more debug. Make the pad unit test less racy. commit 0b2ecbf6fc4f4e2508b19f4b00a87fcabae3f85e Author: Matej Knopp <matej.knopp@gmail.com> Date: Thu Nov 24 17:47:09 2011 +0100 Add test for PAD_PROBE_TYPE_BLOCK and PAD_PROBE_TYPE_BLOCKING