mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
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
2 changed files with 7 additions and 0 deletions
|
@ -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…
Reference in a new issue