From f0749ed617e2a899e8d86d3dca8ec177f4d40a8b Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 22 Jun 2011 16:41:13 +0200 Subject: [PATCH] rtsp: fix for uri changes --- gst/rtsp/gstrtspsrc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 };