GNOME Bugzilla – Bug 138168
id3tag using gst_event_new_discontinuous incorrectly?
Last modified: 2004-12-22 21:47:04 UTC
gstid3tag.c, lines 728: new = gst_event_new_discontinuous (GST_FORMAT_BYTES, value, 0); There seems to be the first 'boolean new_media' argument missing. Patch attached. Cheers -Tim
Created attachment 25961 [details] [review] proposed patch.
fixed