GNOME Bugzilla – Bug 138169
matroska-demux using gst_event_new_discontinuous without terminator
Last modified: 2004-12-22 21:47:04 UTC
gst-plugins/gst/matroska/matroska-demux.c, line 1102: event = gst_event_new_discontinuous (FALSE, GST_FORMAT_TIME, entry->time); there is a vararg terminator missing. Patch attached. Cheers -Tim
Created attachment 25962 [details] [review] proposed patch
fixed