pulse: fix format info to caps conversion for mulaw

This commit is contained in:
Tim-Philipp Müller 2014-03-16 15:55:00 +00:00
parent e714ab9dba
commit 5f0ea73d28

View file

@ -435,7 +435,7 @@ gst_pulse_format_info_to_caps (pa_format_info * format)
ret = gst_caps_from_string (_PULSE_CAPS_ALAW);
} else if (ss.format == PA_SAMPLE_ULAW) {
ret = gst_caps_from_string (_PULSE_CAPS_MP3);
ret = gst_caps_from_string (_PULSE_CAPS_MULAW);
} else {
/* Linear PCM format */