GNOME Bugzilla – Bug 622499
transition READY_TO_PAUSED bug in avidemux
Last modified: 2010-06-23 15:26:08 UTC
Created attachment 164404 [details] [review] [PATCH 1] [gstavidemux] reset the have_index flag at transition PAUSED_TO_READY I have been debugging a chain of filesource->avidemux->avidecoder->v4l2sink and stepped upon some strange issues. One of them is, that if we reuse the avidemuxer and toggle transitions PAUSED_TO_READY and READY_TO_PAUSED the precalculated duration from the avi header gets overwritten with a recalculated value. Therefore the attached patch solves this with turning off the avi->have_index flag, so the metadata gets reread from the gst_avi_demux_stream_header_(pull/push) function.
*** This bug has been marked as a duplicate of bug 622498 ***