initialize height to 1

This commit is contained in:
Brandon Lewis 2010-07-09 12:09:29 +02:00 committed by Edward Hervey
parent d92d922c52
commit 93936321da

View file

@ -185,6 +185,7 @@ static void
ges_timeline_object_init (GESTimelineObject * self)
{
self->duration = GST_SECOND;
self->height = 1;
}
/**