decodebin: fix typo
Hided -> hid
This commit is contained in:
parent
bc14cdf529
commit
1d1bebd769
@ -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);
|
group);
|
||||||
if (!hide)
|
if (!hide)
|
||||||
g_slice_free (GstDecodeGroup, group);
|
g_slice_free (GstDecodeGroup, group);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user