mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
pad-monitor: also track flush events on probes
This commit is contained in:
parent
41e0bf1e91
commit
49d39be022
1 changed files with 2 additions and 1 deletions
|
@ -1658,7 +1658,8 @@ gst_validate_pad_monitor_do_setup (GstValidateMonitor * monitor)
|
|||
/* add buffer/event probes */
|
||||
pad_monitor->pad_probe_id =
|
||||
gst_pad_add_probe (pad,
|
||||
GST_PAD_PROBE_TYPE_BUFFER | GST_PAD_PROBE_TYPE_EVENT_DOWNSTREAM,
|
||||
GST_PAD_PROBE_TYPE_BUFFER | GST_PAD_PROBE_TYPE_EVENT_DOWNSTREAM |
|
||||
GST_PAD_PROBE_TYPE_EVENT_FLUSH,
|
||||
(GstPadProbeCallback) gst_validate_pad_monitor_pad_probe, pad_monitor,
|
||||
NULL);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue