mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-14 10:15:48 +00:00
4 lines
129 B
C
4 lines
129 B
C
void plugin_initialize();
|
|
void plugin_load_all();
|
|
GModule *plugin_load(gchar *name);
|
|
GModule *plugin_load_absolute(gchar *name);
|