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 140897 - Incorrect segment duration in files created with matroska muxer
Incorrect segment duration in files created with matroska muxer
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal major
: 0.8.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-04-23 01:04 UTC by John Cannon
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description John Cannon 2004-04-23 01:04:07 UTC
Any file muxed with the muxer element has a broken segment duration.
Comment 1 Arwed v. Merkatz 2004-08-26 11:30:17 UTC
This had two reasons:
1. It wasn't updated correctly at the end of muxing
2. The 64bit floats written to it were converted to big endian wrongly.
Works for me now.