make plugin_init static

Original commit message from CVS:
make plugin_init static
This commit is contained in:
Thomas Vander Stichele 2004-05-11 14:00:35 +00:00
parent 9c92a958ec
commit 590a756a84

View file

@ -26,7 +26,7 @@
extern GType gst_theora_dec_get_type (void);
extern GType gst_theora_enc_get_type (void);
gboolean
static gboolean
plugin_init (GstPlugin * plugin)
{
if (!gst_library_load ("gsttags"))