mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
playsink: initialize variable too
This commit is contained in:
parent
c05541c195
commit
52da312fa5
1 changed files with 1 additions and 0 deletions
|
@ -2359,6 +2359,7 @@ gst_play_sink_change_state (GstElement * element, GstStateChange transition)
|
|||
ret = GST_STATE_CHANGE_ASYNC;
|
||||
break;
|
||||
default:
|
||||
ret = GST_STATE_CHANGE_SUCCESS;
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue