[gstreamer-bugs] [Bug 343500] New: [riff] gst_riff_parse_strf_vids() can't parse extra data.
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Wed May 31 05:30:57 PDT 2006
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=343500
GStreamer | gst-plugins-base | Ver: HEAD CVS
Summary: [riff] gst_riff_parse_strf_vids() can't parse extra
data.
Product: GStreamer
Version: HEAD CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins-base
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: ganadist at chollian.net
QAContact: gstreamer-bugs at lists.sourceforge.net
GNOME version: 2.13/2.14
GNOME milestone: Unspecified
I'm using pitfdll plugin for playing wmv3 video.
But some avi files contain wmv3 video can't play.
so I trace some functions, and I found there is something invalid in riff
parser.
When mplayer's aviparser get extra data from strf, starting offset is
_BITMAPHEADER size_ not _strf size_.
but in gstriff, offset is _strf size_, so extra data is always empty.
After apply below patch, totem player can play avi files that couldn't play
before.
--
Configure bugmail: http://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