After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 138169 - matroska-demux using gst_event_new_discontinuous without terminator
matroska-demux using gst_event_new_discontinuous without terminator
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: 0.8.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-03-26 04:29 UTC by Tim-Philipp Müller
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch (758 bytes, patch)
2004-03-26 04:29 UTC, Tim-Philipp Müller
none Details | Review

Description Tim-Philipp Müller 2004-03-26 04:29: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
Comment 1 Tim-Philipp Müller 2004-03-26 04:29:36 UTC
Created attachment 25962 [details] [review]
proposed patch
Comment 2 Benjamin Otte (Company) 2004-04-03 14:00:42 UTC
fixed