Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/ext/opus/
Dgstopusenc.c220 static void gst_opus_enc_finalize (GObject * object);
348 gobject_class->finalize = GST_DEBUG_FUNCPTR (gst_opus_enc_finalize); in gst_opus_enc_class_init()
359 gst_opus_enc_finalize (GObject * object) in gst_opus_enc_finalize() function