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 636953 - WMA2 stuttering
WMA2 stuttering
Status: RESOLVED DUPLICATE of bug 610143
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
0.10.16
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-12-10 11:39 UTC by Adrian Wilkins
Modified: 2011-09-08 16:34 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Adrian Wilkins 2010-12-10 11:39:16 UTC
Enlosed file stutters a great deal when played back using gstreamer based tools 

e.g.

gst-launch-0.10 playbin2 "uri=file://`pwd`/01 - AIF.wma"

Having seen https://bugzilla.gnome.org/show_bug.cgi?id=610143 , also tried

gst-launch-0.10 playbin2 "uri=file://`pwd`/01 - AIF.wma"  \
    audio-sync='pulsesink drift-tolerance=150000'

This made no difference.

mplayer (1.0rc4-4.4.5) plays this file back without stuttering, but vlc (1.1.4) exhibits a different stuttering pattern to gstreamer player (e.g. Rhythmbox, Totem).

I have lots of audio files that exhibit this pattern, mostly encoded on Windows using the default low-bitrate WMA that Windows Media Player or Winamp was configured to use by default around 2005 (unless you paid to unlock higher bitrates and other encoders).
Comment 1 Adrian Wilkins 2010-12-10 11:42:57 UTC
File is at 

http://dl.dropbox.com/u/10616420/01%20-%20AIF.wma

As it exceeds the attachment limit.
Comment 2 Mark Nauwelaerts 2011-09-08 16:33:36 UTC
Increasing drift-tolerance makes (quite) a difference (note: not sync-tolerance), as far as I can hear.  It's still not perfect, since some glitches exceed that particular tolerance.

All in all, looks like https://bugzilla.gnome.org/show_bug.cgi?id=610143 after all.

*** This bug has been marked as a duplicate of bug 610143 ***
Comment 3 Mark Nauwelaerts 2011-09-08 16:34:15 UTC
Btw, never mind the bit about sync-tolerance ...