multifile: Include headers instead fo defining functions
authorBenjamin Otte <otte@redhat.com>
Sun, 21 Mar 2010 16:36:28 +0000 (17:36 +0100)
committerBenjamin Otte <otte@redhat.com>
Sun, 21 Mar 2010 16:36:28 +0000 (17:36 +0100)
gst/multifile/gstmultifile.c

index aaa69c8..d2ba57b 100644 (file)
@@ -28,8 +28,8 @@
 
 #include <gst/gst.h>
 
-GType gst_multi_file_src_get_type (void);
-GType gst_multi_file_sink_get_type (void);
+#include "gstmultifilesink.h"
+#include "gstmultifilesrc.h"
 
 static gboolean
 plugin_init (GstPlugin * plugin)