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 165290 - cannot play asf file with just wma version 2 audio
cannot play asf file with just wma version 2 audio
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: 0.8.8
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-01-26 11:49 UTC by Zaheer Abbas Merali
Modified: 2005-02-08 13:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
blah.asf (140.14 KB, video/x-ms-asf)
2005-01-26 11:51 UTC, Zaheer Abbas Merali
Details

Description Zaheer Abbas Merali 2005-01-26 11:49:39 UTC
gst-launch-0.8 -v filesrc location=/home/zaheer/madressa/blah.asf ! asfdemux !
ffdec_wmav2 ! audioconvert ! alsasink

or gst-launch-0.8 playbin uri=file:///home/zaheer/madressa/blah.asf

What happens is it ends after 2 iterations playing nothing

mp[layer plays it fine
Comment 1 Zaheer Abbas Merali 2005-01-26 11:51:24 UTC
Created attachment 36548 [details]
blah.asf

The clip is about 55 seconds long
Comment 2 Ronald Bultje 2005-02-08 11:41:12 UTC
It's a bug in asfdemux, ffmpeg's demuxer (ffdemux_asf) plays it fine.
Comment 3 Ronald Bultje 2005-02-08 12:25:19 UTC
Packet size is 3, which is invalid (< min_packet_size). Setting it to default
packet size still makes it wrong because then buffers are 739 bytes, whereas
they should be 744 bytes. I'm currently unsure what causes this.
Comment 4 Ronald Bultje 2005-02-08 13:37:50 UTC
Fixed.