mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 09:41:07 +00:00
ges: test-clip: Fix setting children asset ids
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/918>
This commit is contained in:
parent
388ad9e574
commit
526f00b07f
1 changed files with 1 additions and 1 deletions
|
@ -532,7 +532,7 @@ ges_test_clip_create_track_element (GESClip * clip, GESTrackType type)
|
|||
gst_structure_from_string (ges_asset_get_id (asset), NULL);
|
||||
|
||||
if (structure) {
|
||||
id = g_strdup (gst_structure_get_name (structure));
|
||||
id = gst_structure_to_string (structure);
|
||||
gst_structure_free (structure);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue