mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
base-xml-formatter: s/ducation/duration/
This commit is contained in:
parent
91ebdc7efb
commit
b5858c5b04
1 changed files with 1 additions and 1 deletions
|
@ -752,7 +752,7 @@ ges_base_xml_formatter_add_clip (GESBaseXmlFormatter * self,
|
|||
/* We do not want the properties that are passed to layer-add_asset to be reset */
|
||||
if (properties)
|
||||
gst_structure_remove_fields (properties, "supported-formats",
|
||||
"inpoint", "start", "ducation", NULL);
|
||||
"inpoint", "start", "duration", NULL);
|
||||
|
||||
asset = ges_asset_request (type, asset_id, NULL);
|
||||
if (asset == NULL) {
|
||||
|
|
Loading…
Reference in a new issue