[Bug 690591] New: No decoder available for type 'audio/x-avi-unknown, codec_id=(int)65534'.

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Dec 20 18:26:40 PST 2012


https://bugzilla.gnome.org/show_bug.cgi?id=690591
  GStreamer | gst-plugins-base | git

           Summary: No decoder available for type 'audio/x-avi-unknown,
                    codec_id=(int)65534'.
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: elbeardmorez at msn.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=232023)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=232023)
sample file

WAVEFORMATEXTENSIBLE 65534/0xFFFE
http://msdn.microsoft.com/en-gb/library/windows/desktop/dd757714(v=vs.85).aspx

http://www.videolan.org/developers/vlc/doc/doxygen/html/vlc__codecs_8h_source.html:424
is interesting, making it sound like anybody can dump their own proprietary id
in there. however the spec on the MS states that it should only be used to
extend the waveformat format, and has examples whereby the subformat enum ids
match the corresponding waveformat ids directly. this seems more sensible

http://code.google.com/p/sharpdx/source/browse/External/gccxml/share/gccxml-0.9/vc11/overrides/shared/mmreg.h?r=730c5ff598dc859822453a48e4d6805fe655d353

the above is a relevant (and fairly recent) window header. 8196/0x2000
references 'WAVE_FORMAT_DVM' / FAST Multimedia AG which 'everywhere else' on
the web states is just A52/AC3. queue the attached patch which stops my
troublesome file (sample attached) falling through to receive the
'audio/x-avi-unknown' type, and thus having no available decoder. no decoder =
no sound

cheers

-- 
Configure bugmail: https://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