gst/rtpmanager/gstrtpssrcdemux.c: Don't clean up pads when going to PAUSED.
Original commit message from CVS: * gst/rtpmanager/gstrtpssrcdemux.c: (gst_rtp_ssrc_demux_change_state): Don't clean up pads when going to PAUSED.
This commit is contained in:
parent
a4f86fe1dd
commit
fdd091e26a
@ -1,3 +1,9 @@
|
||||
2007-12-31 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||
|
||||
* gst/rtpmanager/gstrtpssrcdemux.c:
|
||||
(gst_rtp_ssrc_demux_change_state):
|
||||
Don't clean up pads when going to PAUSED.
|
||||
|
||||
2007-12-30 David Schleef <ds@schleef.org>
|
||||
|
||||
* configure.ac:
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user