mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
sdpdemux: unbreak standard manager setup
This commit is contained in:
parent
669425c4c0
commit
6c96f8cf1e
1 changed files with 5 additions and 6 deletions
|
@ -1373,13 +1373,12 @@ gst_sdp_demux_start (GstSDPDemux * demux)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* try to get and configure a manager */
|
/* we get here when we didn't do a redirect */
|
||||||
if (uri) {
|
|
||||||
/* we get here when we didn't do a redirect */
|
|
||||||
if (!gst_sdp_demux_configure_manager (demux, uri))
|
|
||||||
goto no_manager;
|
|
||||||
} else {
|
|
||||||
|
|
||||||
|
/* try to get and configure a manager */
|
||||||
|
if (!gst_sdp_demux_configure_manager (demux, uri))
|
||||||
|
goto no_manager;
|
||||||
|
if (!uri) {
|
||||||
/* create streams with UDP sources and sinks */
|
/* create streams with UDP sources and sinks */
|
||||||
n_streams = gst_sdp_message_medias_len (&sdp);
|
n_streams = gst_sdp_message_medias_len (&sdp);
|
||||||
for (i = 0; i < n_streams; i++) {
|
for (i = 0; i < n_streams; i++) {
|
||||||
|
|
Loading…
Reference in a new issue