After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 552139 - Cannot play a whole Microsoft DV AVI file
Cannot play a whole Microsoft DV AVI file
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.9
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-09-13 16:49 UTC by Karri Ojala
Modified: 2008-09-15 08:44 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description Karri Ojala 2008-09-13 16:49:25 UTC
All Microsoft DV AVI files over 9 minutes 26 seconds cannot be played further. For example, I have two Microsoft DV AVI files, one is 1 h 47 min long and the other 2 h 3 mins, yet Gstreamer applications like Totem and Gnome Subtitles show their length as 9 min 26 secs, and the playback stops at that point.
Comment 1 Tim-Philipp Müller 2008-09-14 08:06:12 UTC
Could you make such a file available somewhere?

What version of gst-plugins-good? (gst-inspect-0.10 avidemux | grep Version)
Comment 2 Edward Hervey 2008-09-14 08:33:11 UTC
Weren't they fixed by this commit ? We support ODML AVI files (greater than 2GB) except that some applications didn't respect the standard correctly.

2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>

	* gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
	(gst_avi_demux_read_subindexes_push):
	Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
	and instead of using the 'ix##' nomenclature, use '##ix'.
	They're still valid though, this fixes the duration and indexes for
	virtually all the ODML files I have.

Comment 3 Karri Ojala 2008-09-15 06:55:37 UTC
(In reply to comment #1)
> Could you make such a file available somewhere?
> 
> What version of gst-plugins-good? (gst-inspect-0.10 avidemux | grep Version)
> 

I don't think I can make such file available because all the files I have are huge, over 100 mins and about 22 GB in size and right now I don't have the tools (WinXP + Premiere) to make more of those AVI's.

karri@karri-desktop:~$ gst-inspect-0.10 avidemux | grep Version
  Version:		0.10.7


Comment 4 Tim-Philipp Müller 2008-09-15 08:44:01 UTC
Ok, in that case let's just assume it's fixed already by the commit mentioned by Edward. Please re-open if it still doesn't work with gst-plugins-good 0.10.10 once it comes out (or current CVS, should you ever try it).