rtsp: fix for uri changes
authorWim Taymans <wim.taymans@collabora.co.uk>
Wed, 22 Jun 2011 14:41:13 +0000 (16:41 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Wed, 22 Jun 2011 14:41:13 +0000 (16:41 +0200)
gst/rtsp/gstrtspsrc.c

index 1e283f6..bf7c45a 100644 (file)
@@ -6558,13 +6558,13 @@ gst_rtspsrc_send_event (GstElement * element, GstEvent * event)
 /*** GSTURIHANDLER INTERFACE *************************************************/
 
 static GstURIType
-gst_rtspsrc_uri_get_type (void)
+gst_rtspsrc_uri_get_type (GType type)
 {
   return GST_URI_SRC;
 }
 
 static gchar **
-gst_rtspsrc_uri_get_protocols (void)
+gst_rtspsrc_uri_get_protocols (GType type)
 {
   static const gchar *protocols[] =
       { "rtsp", "rtspu", "rtspt", "rtsph", "rtsp-sdp", NULL };