mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
gst: fix typo in comment
This commit is contained in:
parent
9f36b4383b
commit
433581c05a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue