mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 10:25:33 +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;
|
ret = GST_STATE_CHANGE_ASYNC;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
ret = GST_STATE_CHANGE_SUCCESS;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue