mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
timeline: Do no unref the timeline before returning it
This commit is contained in:
parent
8d4ce97fc3
commit
40376f9219
1 changed files with 1 additions and 1 deletions
|
@ -2206,7 +2206,7 @@ ges_timeline_new_from_uri (const gchar * uri, GError ** error)
|
||||||
GESProject *project = ges_project_new (uri);
|
GESProject *project = ges_project_new (uri);
|
||||||
|
|
||||||
ret = GES_TIMELINE (ges_asset_extract (GES_ASSET (project), error));
|
ret = GES_TIMELINE (ges_asset_extract (GES_ASSET (project), error));
|
||||||
gst_object_unref (ret);
|
gst_object_unref (project);
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue