mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
1762dfbf98
Original commit message from CVS: initial checkin
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);
|