aboutsummaryrefslogtreecommitdiff
path: root/gst/y4m/gsty4mdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/y4m/gsty4mdec.c')
-rw-r--r--gst/y4m/gsty4mdec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/y4m/gsty4mdec.c b/gst/y4m/gsty4mdec.c
index bb13cc69..bb328e63 100644
--- a/gst/y4m/gsty4mdec.c
+++ b/gst/y4m/gsty4mdec.c
@@ -376,6 +376,7 @@ gst_y4m_dec_parse_header (GstY4mDec * y4mdec, char *header)
return FALSE;
}
+ gst_video_info_init (&y4mdec->info);
gst_video_info_set_format (&y4mdec->info, format, width, height);
switch (interlaced_char) {