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 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
avi of mpeg4 video and adpcm audio from digital camera refuses to play video ...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-03-14 10:59 UTC by Zaheer Abbas Merali
Modified: 2006-03-21 19:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Zaheer Abbas Merali 2006-03-14 10:59:04 UTC
gst-launch-0.10 -v filesrc location=CIMG2424.AVI ! avidemux name=d ! queue ! ffdec_mpeg4 ! xvimagesink

works fine

gst-launch-0.10 -v filesrc location=CIMG2424.AVI ! avidemux name=d ! queue ! ffdec_adpcm_ima_wav ! audioconvert ! audio/x-raw-int,channels=2 ! alsasink

works fine

but when combined doesnt work

Also decodebin when combined doesnt work and playbin doesnt either.
Comment 1 Zaheer Abbas Merali 2006-03-14 11:09:40 UTC
File is at http://gstreamer.freedesktop.org/media/incoming/CIMG2424.AVI
Comment 2 Michael Smith 2006-03-14 11:12:02 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.
Comment 3 Wim Taymans 2006-03-21 19:13:07 UTC
This works flawless for me in totem now. closing.