mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
GES : make sure to set n_properties to 0 when needed
This commit is contained in:
parent
db58dc1569
commit
b0810ff5de
1 changed files with 1 additions and 0 deletions
|
@ -1378,6 +1378,7 @@ default_list_children_properties (GESTrackObject * object, guint * n_properties)
|
|||
|
||||
prop_hash_not_set:
|
||||
{
|
||||
*n_properties = 0;
|
||||
GST_ERROR ("The child properties haven't been set on %p", object);
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue