mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 23:28:16 +00:00
initialize height to 1
This commit is contained in:
parent
d92d922c52
commit
93936321da
1 changed files with 1 additions and 0 deletions
|
@ -185,6 +185,7 @@ static void
|
|||
ges_timeline_object_init (GESTimelineObject * self)
|
||||
{
|
||||
self->duration = GST_SECOND;
|
||||
self->height = 1;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue