Fix problem transitioning to PLAYING. (#122481)

Original commit message from CVS:
Fix problem transitioning to PLAYING.  (#122481)
This commit is contained in:
David Schleef 2003-09-19 22:39:28 +00:00
parent 52db12c305
commit ffb4b651be

View file

@ -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;