[gstreamer-bugs] [Bug 334522] avi of mpeg4 video and adpcm audio from digital camera refuses to play video and audio, but plays video on its own and plays audio on its own

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Mar 14 03:12:05 PST 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=334522
 GStreamer | don't know | Ver: HEAD CVS





------- Comment #2 from Michael Smith  2006-03-14 11:12 UTC -------
There are a bunch of digital cameras which "mux" AVI by putting all of the
video data, followed by all of the audio data. 

This, fairly obviously, can cause queues to fill if you have a large file. You
need to either increase queue sizes, or have an AVI demuxer that'll detect this
case and seek all over the file to pull things in a roughly sane order. Either
way is pretty nasty.

My guess is that this is the problem in this case, though without a sample file
I couldn't say for sure.


-- 
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