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:
Tim-Philipp Müller 2011-09-06 19:07:35 +01:00
parent 7aac292293
commit f2aee621a4

View file

@ -911,6 +911,8 @@ data_probe_callback_marshal(GstPad *pad, GstMiniObject *obj, gpointer user_data)
}
pyg_gil_state_release(state);
return ret;
}
static PyObject *