Home
last modified time | relevance | path

Searched refs:input_handler_user_data_destroy (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/
Drtmpconnection.c71 GDestroyNotify input_handler_user_data_destroy; member
436 if (sc->input_handler_user_data_destroy) { in gst_rtmp_connection_set_input_handler()
437 sc->input_handler_user_data_destroy (sc->input_handler_user_data); in gst_rtmp_connection_set_input_handler()
442 sc->input_handler_user_data_destroy = user_data_destroy; in gst_rtmp_connection_set_input_handler()