[gstreamer-bugs] [Bug 161712] [playbin] failed assert 2 small au files

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Feb 1 02:57:47 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=161712
 GStreamer | gst-plugins-base | Ver: HEAD CVS





------- Comment #11 from Tim-Philipp Müller  2006-02-01 10:57 UTC -------
Typefinding fixed in HEAD:

2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>

        * gst/typefind/gsttypefindfunctions.c: (au_type_find),
        (paris_type_find), (ilbc_type_find), (plugin_init):
          Fix typefinding for audio/x-au, audio/x-paris and
          audio/iLBC-sh. We cannot use the START_WITH macros
          here, because there can only be one typefind factory
          with the same name (caps), so the second one would
          replace the first one and the first one would never
          be called when doing typefinding (see #161712).

... and the attached 24/32 bit int files work as well, but there is still some
problem with alaw/mulaw files and decodebin in HEAD:

  works: filesrc ! auparse ! alawdec ! alsasink  
  works: filesrc ! auparse ! alawdec ! audioconvert ! alsasink
  works: filesrc ! decodebin ! alsasink
  fails: filesrc ! decodebin ! audioconvert ! alsasink

same with audioresample instead of audioconvert.

The files are available here:
http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/AU/Samples.html


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