gstreamer/ext/alsa
Tim-Philipp Müller 1e329bb4f4 alsa: fix supported format detection
The format probing code was assuming there'd be one caps
structure for each separate width/depth combination like
we did in 0.10 all over the place: for one, we'd query
unsigned/signed formats together for the same width/height,
and we'd add the entire current structure to the probed
caps when we find a format is supported. Now that we have
all raw formats in a single structure, this is all not going
to work so well any more. We added the entire structure with
all possible formats to the caps if we support just one format.

Fix probing so that we only return the list of actually
supported raw audio formats (with native endianness) from
get_caps().
2012-10-18 11:03:07 +01:00
..
gstalsa.c alsa: fix supported format detection 2012-10-18 11:03:07 +01:00
gstalsa.h alsasink: check for spdif support only in the current device 2012-05-18 12:01:06 +02:00
gstalsadeviceprobe.c Merge branch 'master' into 0.11 2012-03-02 10:00:55 +01:00
gstalsadeviceprobe.h alsa: remove more property probe stuff 2011-12-22 16:37:29 +01:00
gstalsaplugin.c gst-libs: Remove interfaces libs and mixer/tuner interfaces 2012-04-13 13:14:13 +02:00
gstalsasink.c alsa: fix supported format detection 2012-10-18 11:03:07 +01:00
gstalsasink.h alsa: port to new GLib thread API 2012-09-10 01:06:51 +01:00
gstalsasrc.c ringbuffer: add support for timestamps 2012-09-10 11:34:14 +02:00
gstalsasrc.h ringbuffer: add support for timestamps 2012-09-10 11:34:14 +02:00
Makefile.am gst-libs: Remove interfaces libs and mixer/tuner interfaces 2012-04-13 13:14:13 +02:00