[gstreamer-bugs] [Bug 371939] mov/mp4/m4a/3gp/3g2 muxers create wrong durations
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Sun Jul 6 14:07:20 PDT 2008
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=371939
GStreamer | gst-ffmpeg | Ver: HEAD CVS
Mark Nauwelaerts changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |manauw at skynet.be
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
Target Milestone|HEAD |0.10.5
------- Comment #3 from Mark Nauwelaerts 2008-07-06 21:07 UTC -------
If I read things right, duration has become more reasonable in movenc.c now:
trk->trackDuration = pkt->dts - trk->cluster[0].dts + pkt->duration;
However, it appears there was also a problem with the pkt->duration that it was
being fed; see above duplicate bug for background.
2008-07-06 Mark Nauwelaerts <mark.nauwelaerts at collabora.co.uk>
Based on a patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
* ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_collected):
Properly convert buffer duration to an ffmpeg packet duration.
Fixes #371939.
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=371939.
More information about the Gstreamer-bugs
mailing list