mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
rtsp: fix for uri changes
This commit is contained in:
parent
cc65bff7c1
commit
f0749ed617
1 changed files with 2 additions and 2 deletions
|
@ -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 };
|
||||
|
|
Loading…
Reference in a new issue