mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
don't initialize vpattern field
This commit is contained in:
parent
2d022c8886
commit
7370d3ab7c
1 changed files with 0 additions and 1 deletions
|
@ -184,7 +184,6 @@ ges_tl_bg_src_class_init (GESTimelineBackgroundSourceClass * klass)
|
||||||
static void
|
static void
|
||||||
ges_tl_bg_src_init (GESTimelineBackgroundSource * self)
|
ges_tl_bg_src_init (GESTimelineBackgroundSource * self)
|
||||||
{
|
{
|
||||||
self->vpattern = 0;
|
|
||||||
GES_TIMELINE_OBJECT (self)->duration = 0;
|
GES_TIMELINE_OBJECT (self)->duration = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue