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 138168 - id3tag using gst_event_new_discontinuous incorrectly?
id3tag using gst_event_new_discontinuous incorrectly?
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:22 UTC by Tim-Philipp Müller
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


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

Description Tim-Philipp Müller 2004-03-26 04:22:21 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
Comment 1 Tim-Philipp Müller 2004-03-26 04:23:08 UTC
Created attachment 25961 [details] [review]
proposed patch.
Comment 2 Benjamin Otte (Company) 2004-04-03 14:00:01 UTC
fixed
Comment 3 Benjamin Otte (Company) 2004-04-03 14:01:58 UTC
fixed