mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-19 20:46:22 +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 *************************************************/
|
/*** 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 };
|
||||||
|
|
Loading…
Reference in a new issue