mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
Revert "gnlobject: Commit object in READY_TO_PAUSED"
This causes races when seeking, reverting for now even if we will probably want to bring something like that back. This reverts commit 3549e745a8f0de3977b83c60e9b447afaf55d8a0.
This commit is contained in:
parent
bd7d8776a1
commit
38b080deb3
1 changed files with 0 additions and 1 deletions
|
@ -580,7 +580,6 @@ gnl_object_change_state (GstElement * element, GstStateChange transition)
|
|||
}
|
||||
break;
|
||||
case GST_STATE_CHANGE_READY_TO_PAUSED:
|
||||
gnl_object_commit (GNL_OBJECT (element), FALSE);
|
||||
if (gnl_object_prepare (GNL_OBJECT (element)) == GST_STATE_CHANGE_FAILURE) {
|
||||
ret = GST_STATE_CHANGE_FAILURE;
|
||||
goto beach;
|
||||
|
|
Loading…
Reference in a new issue