mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 19:55:32 +00:00
small fix
Original commit message from CVS: small fix
This commit is contained in:
parent
5b8cf51087
commit
8557496cae
1 changed files with 1 additions and 1 deletions
|
@ -913,12 +913,12 @@ gst_vorbisenc_change_state (GstElement *element)
|
|||
case GST_STATE_NULL_TO_READY:
|
||||
case GST_STATE_READY_TO_PAUSED:
|
||||
vorbisenc->eos = FALSE;
|
||||
vorbisenc->setup = FALSE;
|
||||
break;
|
||||
case GST_STATE_PAUSED_TO_PLAYING:
|
||||
case GST_STATE_PLAYING_TO_PAUSED:
|
||||
break;
|
||||
case GST_STATE_PAUSED_TO_READY:
|
||||
vorbisenc->setup = FALSE;
|
||||
break;
|
||||
case GST_STATE_READY_TO_NULL:
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue