mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
Fix problem transitioning to PLAYING. (#122481)
Original commit message from CVS: Fix problem transitioning to PLAYING. (#122481)
This commit is contained in:
parent
52db12c305
commit
ffb4b651be
1 changed files with 0 additions and 1 deletions
|
@ -155,7 +155,6 @@ gst_wavenc_change_state (GstElement *element)
|
|||
|
||||
switch (GST_STATE_TRANSITION (element)) {
|
||||
case GST_STATE_PAUSED_TO_READY:
|
||||
case GST_STATE_READY_TO_PAUSED:
|
||||
wavenc->setup = FALSE;
|
||||
wavenc->flush_header = TRUE;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue