mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
ges-validate: inform of clip removal.
This commit is contained in:
parent
3035bcb405
commit
0192c0e237
1 changed files with 1 additions and 0 deletions
|
@ -321,6 +321,7 @@ _remove_clip (GstValidateScenario * scenario, GstValidateAction * action)
|
|||
clip = ges_timeline_get_element (timeline, name);
|
||||
g_return_val_if_fail (GES_IS_CLIP (clip), FALSE);
|
||||
|
||||
gst_validate_printf (action, "removing clip with ID %s\n", name);
|
||||
layer = ges_clip_get_layer (GES_CLIP (clip));
|
||||
|
||||
if (layer) {
|
||||
|
|
Loading…
Reference in a new issue