From: Tim-Philipp Müller Date: Sun, 16 Mar 2014 15:55:00 +0000 (+0000) Subject: pulse: fix format info to caps conversion for mulaw X-Git-Tag: 1.3.1~152 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5f0ea73d28910c83e3b7ecb9e5e45bdf8a54904e;p=platform%2Fupstream%2Fgst-plugins-good.git pulse: fix format info to caps conversion for mulaw --- diff --git a/ext/pulse/pulseutil.c b/ext/pulse/pulseutil.c index b0f4a0a..7bbc70b 100644 --- a/ext/pulse/pulseutil.c +++ b/ext/pulse/pulseutil.c @@ -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 */