mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
decodebin: fix typo
Hided -> hid
This commit is contained in:
parent
bc14cdf529
commit
1d1bebd769
1 changed files with 1 additions and 1 deletions
|
@ -3421,7 +3421,7 @@ gst_decode_group_free_internal (GstDecodeGroup * group, gboolean hide)
|
|||
}
|
||||
}
|
||||
|
||||
GST_DEBUG_OBJECT (group->dbin, "%s group %p", (hide ? "Hided" : "Freed"),
|
||||
GST_DEBUG_OBJECT (group->dbin, "%s group %p", (hide ? "Hid" : "Freed"),
|
||||
group);
|
||||
if (!hide)
|
||||
g_slice_free (GstDecodeGroup, group);
|
||||
|
|
Loading…
Reference in a new issue