codecanalyzer: fix typo leading to implicit decl warning at build-time

This commit is contained in:
Reynaldo H. Verdejo Pinochet 2016-01-28 14:59:08 -08:00
parent 13010830b6
commit ad3e8680a2

View file

@ -97,7 +97,7 @@ gboolean gst_analyzer_start (GstAnalyzer *analyzer);
gboolean gst_analyzer_stop (GstAnalyzer *analyzer);
void gst_analyzer_destory (GstAnalyzer *analyzer);
void gst_analyzer_destroy (GstAnalyzer *analyzer);
GstAnalyzerVideoInfo *gst_analyzer_video_info_new ();