From 526f00b07fd4bc07dc6013f37c648ebb70613789 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Sat, 23 May 2020 19:17:35 -0400 Subject: [PATCH] ges: test-clip: Fix setting children asset ids Part-of: --- subprojects/gst-editing-services/ges/ges-test-clip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gst-editing-services/ges/ges-test-clip.c b/subprojects/gst-editing-services/ges/ges-test-clip.c index d83b18cf5d..20e9adb5f6 100644 --- a/subprojects/gst-editing-services/ges/ges-test-clip.c +++ b/subprojects/gst-editing-services/ges/ges-test-clip.c @@ -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); } }