mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
validate: pad-monitor: Fix remaining pad functions data handling
That case was missed in a571753089
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7477>
This commit is contained in:
parent
f4af1f6e62
commit
9f898f839c
1 changed files with 2 additions and 1 deletions
|
@ -3022,7 +3022,8 @@ gst_validate_pad_monitor_do_setup (GstValidateMonitor * monitor)
|
|||
gst_pad_set_event_function_full (pad,
|
||||
gst_validate_pad_monitor_sink_event_func, eventdata, eventnotify);
|
||||
} else {
|
||||
gst_pad_set_event_function (pad, gst_validate_pad_monitor_src_event_func);
|
||||
gst_pad_set_event_function_full (pad,
|
||||
gst_validate_pad_monitor_src_event_func, eventdata, eventnotify);
|
||||
|
||||
/* add buffer/event probes */
|
||||
pad_monitor->pad_probe_id =
|
||||
|
|
Loading…
Reference in a new issue