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 532117 - [matroskamux] Doesn't update the track duration
[matroskamux] Doesn't update the track duration
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.20
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-05-08 08:07 UTC by Sjoerd Simons
Modified: 2008-05-08 08:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
set a new end_ts if the old one wasn't valid (680 bytes, patch)
2008-05-08 08:09 UTC, Sjoerd Simons
committed Details | Review

Description Sjoerd Simons 2008-05-08 08:07:47 UTC
See subject, will attach a patch in a bit
Comment 1 Sjoerd Simons 2008-05-08 08:09:10 UTC
Created attachment 110563 [details] [review]
set a new end_ts if the old one wasn't valid
Comment 2 Sebastian Dröge (slomo) 2008-05-08 08:15:18 UTC
2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>

        Patch by: Sjoerd Simons <sjoerd at luon dot net>

        * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
        Update the track duration if the old one was invalid.
        Fixes bug #532117.