Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/
Drtmpconnection.c75 GDestroyNotify output_handler_user_data_destroy; member
450 if (sc->output_handler_user_data_destroy) { in gst_rtmp_connection_set_output_handler()
451 sc->output_handler_user_data_destroy (sc->output_handler_user_data); in gst_rtmp_connection_set_output_handler()
456 sc->output_handler_user_data_destroy = user_data_destroy; in gst_rtmp_connection_set_output_handler()