projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
724418b
)
ges; Minor debug enhancement
author
Thibault Saunier
<tsaunier@gnome.org>
Thu, 16 Jul 2015 08:53:17 +0000
(10:53 +0200)
committer
Thibault Saunier
<tsaunier@gnome.org>
Thu, 16 Jul 2015 08:53:17 +0000
(10:53 +0200)
ges/ges-timeline-element.c
patch
|
blob
|
history
diff --git
a/ges/ges-timeline-element.c
b/ges/ges-timeline-element.c
index
2530561
..
eb7d88c
100644
(file)
--- a/
ges/ges-timeline-element.c
+++ b/
ges/ges-timeline-element.c
@@
-1215,7
+1215,8
@@
ges_timeline_element_set_name (GESTimelineElement * self, const gchar * name)
/* error */
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;
}
}