rtsp: fix for uri changes

This commit is contained in:
Wim Taymans 2011-06-22 16:41:13 +02:00
parent cc65bff7c1
commit f0749ed617

View file

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