mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
playbin2: Fix stupid bug introduced in last commit
This commit is contained in:
parent
d6dd987ffb
commit
7e5d6ed441
1 changed files with 2 additions and 2 deletions
|
@ -1114,8 +1114,8 @@ free_group (GstPlayBin * playbin, GstSourceGroup * group)
|
|||
g_list_free (group->stream_changed_pending);
|
||||
group->stream_changed_pending = NULL;
|
||||
|
||||
if (group->stream_changed_pending_lock);
|
||||
g_mutex_free (group->stream_changed_pending_lock);
|
||||
if (group->stream_changed_pending_lock)
|
||||
g_mutex_free (group->stream_changed_pending_lock);
|
||||
group->stream_changed_pending_lock = NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue