summaryrefslogtreecommitdiff
path: root/gst/matroska/matroska-ids.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/matroska/matroska-ids.c')
-rw-r--r--gst/matroska/matroska-ids.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/matroska/matroska-ids.c b/gst/matroska/matroska-ids.c
index 0ee39d31e..5bed5e6dd 100644
--- a/gst/matroska/matroska-ids.c
+++ b/gst/matroska/matroska-ids.c
@@ -56,6 +56,7 @@ gst_matroska_track_init_video_context (GstMatroskaTrackContext ** p_context)
video_context->asr_mode = 0;
video_context->fourcc = 0;
video_context->default_fps = 0.0;
+ video_context->earliest_time = GST_CLOCK_TIME_NONE;
return TRUE;
}