Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/ext/theora/
Dgsttheoradec.c103 static gboolean theora_dec_stop (GstVideoDecoder * decoder);
187 video_decoder_class->stop = GST_DEBUG_FUNCPTR (theora_dec_stop); in gst_theora_dec_class_init()
232 theora_dec_stop (GstVideoDecoder * decoder) in theora_dec_stop() function