[gstreamer-bugs] [Bug 332796] New: Cannot play an ASF file

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Feb 27 15:30:56 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=332796
 GStreamer | gst-plugins-ugly | Ver: HEAD CVS

           Summary: Cannot play an ASF file
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-ugly
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: fabrizio.ge at tiscali.it
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Please describe the problem:
I downloaded an edition of the Dutch radio journal
(http://www.nos.nl/nosjournaal/archief/index.html) with a simple pipeline

gstreamer/tools/.libs/gst-launch-0.10 mmssrc
location="mms://streams.omroep.nl/nos/nieuws/2006/februari/audio/260206/Radio 1
Journaal       1200-1300     - zo 26 feb 2006 - 12 00_20k.wma" ! filesink
location=nos.wma

I can play the file with this pipeline
~/gstreamer/tools/.libs/gst-launch-0.10 filesrc location=~/nos.wma !
ffdemux_asf
.audio_00 ! ffdec_wmav2 ! alsasink

But this pipeline fails (immediately exits)
~/gstreamer/tools/.libs/gst-launch-0.10 filesrc location=~/nos.wma ! asfdemux
.audio_00 ! ffdec_wmav2 ! alsasink

There is probably something wrong with asfdemux. Increasing the debug level,
the
output looks suspicious to me (this line is output once per packet)
asfdemux(18419) gstasfdemux.c(2219):gst_asf_demux_handle_data: multiple = 0,
sequence = 0, padsize = 119, packet length = 6
6 bytes for the packet length seems way too short


Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:


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