mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
pad.override: fix pad probe return value handling
Don't forget to return the return value, makes buffer and event probes work much better.
This commit is contained in:
parent
7aac292293
commit
f2aee621a4
1 changed files with 2 additions and 0 deletions
|
@ -911,6 +911,8 @@ data_probe_callback_marshal(GstPad *pad, GstMiniObject *obj, gpointer user_data)
|
|||
}
|
||||
|
||||
pyg_gil_state_release(state);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
static PyObject *
|
||||
|
|
Loading…
Reference in a new issue