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 148950 - matroskademux doesn't set buffer duration
matroskademux doesn't set buffer duration
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: 0.8.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-07-31 19:50 UTC by Arwed v. Merkatz
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to set buffer duration (3.24 KB, patch)
2004-07-31 19:51 UTC, Arwed v. Merkatz
none Details | Review

Description Arwed v. Merkatz 2004-07-31 19:50:15 UTC
matroskademux doesn't set a duration on the buffers it outputs, this is needed
to make tta in matroska work correctly.
Comment 1 Arwed v. Merkatz 2004-07-31 19:51:19 UTC
Created attachment 30118 [details] [review]
patch to set buffer duration

This patch isn't very clean i'm afraid, but it was the only way i found to make
setting buffer duration correctly work.
Comment 2 Ronald Bultje 2004-08-01 01:54:33 UTC
looks good, please apply. Also set a fallback for if bufferduration isn't given
in the matroska file; you want to use the default block duration instead then
(given in the header).
Comment 3 Arwed v. Merkatz 2004-08-01 07:29:07 UTC
It does use the tracks default duration for blocks that have no duration set.
Comment 4 Thomas Vander Stichele 2004-08-26 09:53:50 UTC
commited by Arwed to CVS.