mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
inputselector: fix playing variable is never set
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4983>
This commit is contained in:
parent
c81040c901
commit
8f1524a592
1 changed files with 1 additions and 0 deletions
|
@ -2041,6 +2041,7 @@ gst_input_selector_change_state (GstElement * element,
|
|||
self->playing = TRUE;
|
||||
GST_INPUT_SELECTOR_BROADCAST (self);
|
||||
GST_INPUT_SELECTOR_UNLOCK (self);
|
||||
break;
|
||||
}
|
||||
case GST_STATE_CHANGE_PLAYING_TO_PAUSED:{
|
||||
GList *walk;
|
||||
|
|
Loading…
Reference in a new issue