From: Wim Taymans Date: Wed, 22 Jun 2011 14:41:13 +0000 (+0200) Subject: rtsp: fix for uri changes X-Git-Tag: RELEASE-0.11.1~555 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f0749ed617e2a899e8d86d3dca8ec177f4d40a8b;p=platform%2Fupstream%2Fgst-plugins-good.git rtsp: fix for uri changes --- diff --git a/gst/rtsp/gstrtspsrc.c b/gst/rtsp/gstrtspsrc.c index 1e283f6..bf7c45a 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 };