From dc212cdb3de27c3a42310342fcd5ee9fa78556a1 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 1 Mar 2007 09:29:34 +0000 Subject: gst/rtsp/gstrtpdec.c: Make state change to PAUSED NO_PREROLL because that's what it will be in the future and rtspsrc... Original commit message from CVS: * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state): Make state change to PAUSED NO_PREROLL because that's what it will be in the future and rtspsrc relies on it. * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_change_state): Don't error out when we don't get an error from the state change function. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4c07c6b4..23803a5a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2007-03-01 Wim Taymans + + * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state): + Make state change to PAUSED NO_PREROLL because that's what it will be in + the future and rtspsrc relies on it. + + * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport), + (gst_rtspsrc_change_state): + Don't error out when we don't get an error from the state change + function. + 2007-03-01 Sebastian Dröge * ext/hal/gsthalaudiosink.c: (do_toggle_element): -- cgit