mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06:23 +00:00
sdpdemux: update for gstrtpbin -> rtpbin renaming
This commit is contained in:
parent
026af880b5
commit
bd92bc966f
1 changed files with 1 additions and 1 deletions
|
@ -937,7 +937,7 @@ gst_sdp_demux_configure_manager (GstSDPDemux * demux, char *rtsp_sdp)
|
|||
g_signal_connect (demux->session, "no-more-pads",
|
||||
(GCallback) rtsp_session_no_more_pads, demux);
|
||||
} else {
|
||||
if (!(demux->session = gst_element_factory_make ("gstrtpbin", NULL)))
|
||||
if (!(demux->session = gst_element_factory_make ("rtpbin", NULL)))
|
||||
goto manager_failed;
|
||||
|
||||
/* connect to signals if we did not already do so */
|
||||
|
|
Loading…
Reference in a new issue