[gstreamer-bugs] [Bug 622498] New: transition READY_TO_PAUSED bug in avidemux
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed Jun 23 08:15:35 PDT 2010
https://bugzilla.gnome.org/show_bug.cgi?id=622498
GStreamer | gst-plugins-good | unspecified
Summary: transition READY_TO_PAUSED bug in avidemux
Classification: Desktop
Product: GStreamer
Version: unspecified
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: Normal
Component: gst-plugins-good
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: mgr at pengutronix.de
QAContact: gstreamer-bugs at lists.sourceforge.net
GNOME target: ---
GNOME version: ---
Created an attachment (id=164403)
View: https://bugzilla.gnome.org/attachment.cgi?id=164403
Review: https://bugzilla.gnome.org/review?bug=622498&attachment=164403
[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.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the Gstreamer-bugs
mailing list