format: Add more property getters
authorArun Raghavan <arun.raghavan@collabora.co.uk>
Mon, 6 Feb 2012 10:48:49 +0000 (16:18 +0530)
committerArun Raghavan <arun.raghavan@collabora.co.uk>
Mon, 5 Mar 2012 14:30:31 +0000 (20:00 +0530)
commit59af940dd5990588ccfd593efab71c3007ea632e
treee900cc98b9ff5b329dd8fcdbf387becdea082ace
parentc60f698f1e1614309b0a568a20da840409adad2f
format: Add more property getters

This adds integer range/array and string array property getters to the
pa_format_info API. Corresponding tests added as well to ensure the code
is valgrind-clean.

The corresponding functions are added to map-file manually for now.
src/pulse/format.c
src/pulse/format.h
src/tests/format-test.c