gst/rtpmanager/gstrtpssrcdemux.c: Don't clean up pads when going to PAUSED.
authorWim Taymans <wim.taymans@gmail.com>
Mon, 31 Dec 2007 13:12:06 +0000 (13:12 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 11 Aug 2009 01:30:32 +0000 (02:30 +0100)
Original commit message from CVS:
* gst/rtpmanager/gstrtpssrcdemux.c:
(gst_rtp_ssrc_demux_change_state):
Don't clean up pads when going to PAUSED.

gst/rtpmanager/gstrtpssrcdemux.c

index 170ede3..fa08d57 100644 (file)
@@ -643,6 +643,7 @@ gst_rtp_ssrc_demux_change_state (GstElement * element,
 
   switch (transition) {
     case GST_STATE_CHANGE_PLAYING_TO_PAUSED:
+      break;
     case GST_STATE_CHANGE_PAUSED_TO_READY:
       gst_rtp_ssrc_demux_reset (demux);
       break;