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 302702 - can't play AVI file
can't play AVI file
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.8.8
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-05-02 09:31 UTC by Mikel Ward
Modified: 2005-09-27 20:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Mikel Ward 2005-05-02 09:31:38 UTC
When attempting to play a video with an ".avi" extension in Totem with the
GStreamer backend, the following series of error dialogs appears:
Totem could not play '<filename>'.
Internal GStreamer error: negotiation problem.  File a bug.
Internal GStreamer error: pad problem.  File a bug.
Could not get/set settings from/on resource.

I had first suspected this was due to a locking problem between Totem/GStreamer
and another application also attempting to access the sound device, however it
seems many DivX/MPEG-4 encoded movies have this problem.  After experimenting
with many files, it seems to only occur when the audio codec is "A/52 5.1".

File properties of one such file (from Nautilus right click menu):
640 x 368
ISO MPEG-4 (DivX5, ffmpeg)
25 frames per second
384 kbps
A/52 5.1

Contents of ALSA configuration file, /etc/asound.conf:
pcm.!default
{
    type plug
    slave.pcm "dmixer"
}
pcm.dmixer
{
    type dmix
    ipc_key 1025
    slave
    {
        pcm "hw:0,0"
        period_time 0
        period_size 4096
        buffer_size 16384
        periods 128
        rate 44100
    }
    bindings
    {
        0 0
        1 1
    }
}
Comment 1 Ronald Bultje 2005-05-02 10:35:57 UTC
Which version of GStreamer/Totem, and can you provide access to one such file
showing the problem?
Comment 2 Luca Ognibene 2005-09-27 20:03:32 UTC
Please reopen if you can provide the file.. Thanks for reporting your bug!