make plugin_init static
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 11 May 2004 14:00:35 +0000 (14:00 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 11 May 2004 14:00:35 +0000 (14:00 +0000)
Original commit message from CVS:
make plugin_init static

ext/theora/theora.c

index 74c6723..af9ae7e 100644 (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"))