mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 03:29:50 +00:00
ges; Minor debug enhancement
This commit is contained in:
parent
724418b75d
commit
6fc6ce29f9
1 changed files with 2 additions and 1 deletions
|
@ -1215,7 +1215,8 @@ ges_timeline_element_set_name (GESTimelineElement * self, const gchar * name)
|
||||||
/* error */
|
/* error */
|
||||||
had_timeline:
|
had_timeline:
|
||||||
{
|
{
|
||||||
GST_WARNING ("Objects already in a timeline can't be renamed");
|
GST_WARNING ("Object %s already in a timeline can't be renamed to %s",
|
||||||
|
self->name, name);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue