mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-05-02 14:34:51 +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);
|