mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
5 lines
129 B
C
5 lines
129 B
C
|
void plugin_initialize();
|
||
|
void plugin_load_all();
|
||
|
GModule *plugin_load(gchar *name);
|
||
|
GModule *plugin_load_absolute(gchar *name);
|