[gstreamer-bugs] [Bug 159864] New: avidemux sends GST_EVENT_DISCONTINUOUS
bugzilla-daemon at bugzilla.gnome.org
bugzilla-daemon at bugzilla.gnome.org
Mon Nov 29 08:00:33 PST 2004
http://bugzilla.gnome.org/show_bug.cgi?id=159864
GStreamer | gst-plugins | Ver: 0.8.5
Summary: avidemux sends GST_EVENT_DISCONTINUOUS
Product: GStreamer
Version: 0.8.5
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: sc5 at hermes.usherb.ca
QAContact: gstreamer-bugs at lists.sourceforge.net
The avidemux sends GST_EVENT_DISCONTINUOUS for valid AVI files. This event comes
from gst_riff_peek_head() in riff-read.c:
240 /* read */
241 while (gst_bytestream_peek_bytes (riff->bs, &data, 8) != 8) {
242 if (!gst_riff_read_handle_event (riff))
243 return FALSE;
244 }
If you transcode an AVI to MP3, lame forwards the DISCONT event to the filesink
so you get a huge output file.
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.
More information about the Gstreamer-bugs
mailing list