gst: fix typo in comment
authorTim-Philipp Müller <tim@centricular.com>
Thu, 31 Dec 2015 10:57:37 +0000 (10:57 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Thu, 31 Dec 2015 12:20:59 +0000 (12:20 +0000)
gst/gst.c

index 29d737e..0e809a1 100644 (file)
--- a/gst/gst.c
+++ b/gst/gst.c
@@ -128,7 +128,7 @@ HMODULE _priv_gst_dll_handle = NULL;
 #endif
 
 #ifndef GST_DISABLE_REGISTRY
-GList *_priv_gst_plugin_paths = NULL;   /* for delayed processing in post_init */
+GList *_priv_gst_plugin_paths = NULL;   /* for delayed processing in init_post */
 
 extern gboolean _priv_gst_disable_registry_update;
 #endif