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:
d92d922
)
initialize height to 1
author
Brandon Lewis
<brandon@collabora.co.uk>
Fri, 9 Jul 2010 10:09:29 +0000
(12:09 +0200)
committer
Edward Hervey
<edward.hervey@collabora.co.uk>
Wed, 1 Sep 2010 14:56:02 +0000
(16:56 +0200)
ges/ges-timeline-object.c
patch
|
blob
|
history
diff --git
a/ges/ges-timeline-object.c
b/ges/ges-timeline-object.c
index 4068de2bfb1f6ad9d453a8c9ea574e9dd2b808c2..d5e32b1a37c8bf1a308a9fa63376858be9b331ca 100644
(file)
--- a/
ges/ges-timeline-object.c
+++ b/
ges/ges-timeline-object.c
@@
-185,6
+185,7
@@
static void
ges_timeline_object_init (GESTimelineObject * self)
{
self->duration = GST_SECOND;
+ self->height = 1;
}
/**