Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/aes/
Dgstaesdec.c116 static void gst_aes_dec_finalize (GObject * object);
132 gobject_class->finalize = gst_aes_dec_finalize; in gst_aes_dec_class_init()
245 gst_aes_dec_finalize (GObject * object) in gst_aes_dec_finalize() function