diff --git a/gst/rtsp/gstrtspsrc.c b/gst/rtsp/gstrtspsrc.c index 1e283f62d8..bf7c45a39f 100644 --- a/gst/rtsp/gstrtspsrc.c +++ b/gst/rtsp/gstrtspsrc.c @@ -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 };