sdpdemux: update for gstrtpbin -> rtpbin renaming

This commit is contained in:
Tim-Philipp Müller 2011-11-24 00:56:45 +00:00
parent 026af880b5
commit bd92bc966f

View file

@ -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 */