[rhythmbox] add get_type function declarations for builtin GStreamer elements



commit fecc39f259ee44550614d0b6845cd6858b79a855
Author: Jonathan Matthew <jonathan d14n org>
Date:   Sun Apr 4 08:22:23 2010 +1000

    add get_type function declarations for builtin GStreamer elements
    
    GST_BOILERPLATE_FULL recently stopped declaring these, so we have to do
    it ourselves.

 plugins/fmradio/rb-fm-radio-gst-src.c |    1 +
 plugins/mtpdevice/rb-mtp-gst-sink.c   |    1 +
 plugins/mtpdevice/rb-mtp-gst-src.c    |    1 +
 3 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/plugins/fmradio/rb-fm-radio-gst-src.c b/plugins/fmradio/rb-fm-radio-gst-src.c
index 041cd04..f51b517 100644
--- a/plugins/fmradio/rb-fm-radio-gst-src.c
+++ b/plugins/fmradio/rb-fm-radio-gst-src.c
@@ -67,6 +67,7 @@ GST_ELEMENT_DETAILS ("RB Silence Source",
 	"Outputs buffers of silence",
 	"James Henstridge <james jamesh id au>");
 
+GType rb_fm_radio_src_get_type (void);
 static void rb_fm_radio_src_uri_handler_init (gpointer g_iface,
 					      gpointer iface_data);
 
diff --git a/plugins/mtpdevice/rb-mtp-gst-sink.c b/plugins/mtpdevice/rb-mtp-gst-sink.c
index 822256f..d050307 100644
--- a/plugins/mtpdevice/rb-mtp-gst-sink.c
+++ b/plugins/mtpdevice/rb-mtp-gst-sink.c
@@ -89,6 +89,7 @@ GST_ELEMENT_DETAILS ("RB MTP Sink",
 	"Uploads tracks to MTP devices",
 	"Jonathan Matthew <jonathan d14n org>");
 
+GType rb_mtp_sink_get_type (void);
 static void rb_mtp_sink_uri_handler_init (gpointer g_iface, gpointer iface_data);
 
 static void
diff --git a/plugins/mtpdevice/rb-mtp-gst-src.c b/plugins/mtpdevice/rb-mtp-gst-src.c
index 9430059..23a7b6c 100644
--- a/plugins/mtpdevice/rb-mtp-gst-src.c
+++ b/plugins/mtpdevice/rb-mtp-gst-src.c
@@ -90,6 +90,7 @@ GST_ELEMENT_DETAILS ("RB MTP Source",
 	"Jonathan Matthew <jonathan d14n org>");
 
 
+GType rb_mtp_src_get_type (void);
 static void rb_mtp_src_uri_handler_init (gpointer g_iface, gpointer iface_data);
 
 static void



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]