mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
ges: Emit GESMetontainer::notify-meta even if value is unset
This commit is contained in:
parent
9d65519411
commit
2aac7356c8
1 changed files with 2 additions and 0 deletions
|
@ -418,6 +418,8 @@ ges_meta_container_set_meta (GESMetaContainer * container,
|
||||||
GstStructure *structure = _meta_container_get_structure (container);
|
GstStructure *structure = _meta_container_get_structure (container);
|
||||||
gst_structure_remove_field (structure, meta_item);
|
gst_structure_remove_field (structure, meta_item);
|
||||||
|
|
||||||
|
g_signal_emit (container, _signals[NOTIFY_SIGNAL], 0, meta_item, value);
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue