Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/
Drtmpconnection.c106 static void gst_rtmp_connection_finalize (GObject * object);
244 gobject_class->finalize = gst_rtmp_connection_finalize; in gst_rtmp_connection_class_init()
292 gst_rtmp_connection_finalize (GObject * object) in gst_rtmp_connection_finalize() function