mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
ges: discoverer-manager: Use appropriate key hash function
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5608>
This commit is contained in:
parent
b8a7b2c9e2
commit
05ce97c5c1
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ ges_discoverer_manager_class_init (GESDiscovererManagerClass * klass)
|
||||||
void
|
void
|
||||||
ges_discoverer_manager_init (GESDiscovererManager * self)
|
ges_discoverer_manager_init (GESDiscovererManager * self)
|
||||||
{
|
{
|
||||||
self->discoverers = g_hash_table_new_full (g_direct_hash, g_str_equal,
|
self->discoverers = g_hash_table_new_full (g_direct_hash, g_direct_equal,
|
||||||
NULL, (GDestroyNotify) ges_discoverer_data_unref);
|
NULL, (GDestroyNotify) ges_discoverer_data_unref);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue