decodebin3: fix eos event leak
https://bugzilla.gnome.org/show_bug.cgi?id=796860
This commit is contained in:
parent
e0dee7f4c1
commit
a15baf7976
@ -1825,6 +1825,8 @@ multiqueue_src_probe (GstPad * pad, GstPadProbeInfo * info,
|
|||||||
} else if (!was_drained) {
|
} else if (!was_drained) {
|
||||||
check_all_slot_for_eos (dbin);
|
check_all_slot_for_eos (dbin);
|
||||||
}
|
}
|
||||||
|
if (ret == GST_PAD_PROBE_HANDLED)
|
||||||
|
gst_event_unref (ev);
|
||||||
SELECTION_UNLOCK (dbin);
|
SELECTION_UNLOCK (dbin);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user