mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 19:42:26 +00:00
codecanalyzer: fix typo leading to implicit decl warning at build-time
This commit is contained in:
parent
13010830b6
commit
ad3e8680a2
1 changed files with 1 additions and 1 deletions
|
@ -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 ();
|
||||
|
||||
|
|
Loading…
Reference in a new issue