[Bug 680904] wavparse src can not link to audioconvert when using USB sound card

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Aug 8 04:30:03 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=680904
  GStreamer | gstreamer (core) | 0.10.36

--- Comment #30 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2012-08-08 11:29:57 UTC ---
If this is really the only output from _detect_formats()

  alsa gstalsa.c:124:gst_alsa_detect_formats:<alsasink0> skipping non-int
format

then it looks like your driver/device only supports non-int formats?

The reason it links fine is that it links in NULL state when the device is not
open yet, but by the time wavparse wants to link to audioconvert ! alsasink,
the alsa device has been opened and the actually supported caps are probed (vs.
just the sink's template caps used).

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