mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 15:27:07 +00:00
GESTrackObject: use gst_object_ref
This commit is contained in:
parent
7b303a38c5
commit
92ce17285b
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ ges_track_effect_get_props_hashtable (GESTrackObject * self)
|
||||||
for (i = 0; i < nb_specs; i++) {
|
for (i = 0; i < nb_specs; i++) {
|
||||||
if (parray[i]->flags & G_PARAM_WRITABLE) {
|
if (parray[i]->flags & G_PARAM_WRITABLE) {
|
||||||
g_hash_table_insert (ret, g_param_spec_ref (parray[i]),
|
g_hash_table_insert (ret, g_param_spec_ref (parray[i]),
|
||||||
g_object_ref (child));
|
gst_object_ref (child));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
g_free (parray);
|
g_free (parray);
|
||||||
|
|
Loading…
Reference in a new issue