summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/pulseutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulseutil.c b/src/pulseutil.c
index 61aed61..da6eeb6 100644
--- a/src/pulseutil.c
+++ b/src/pulseutil.c
@@ -61,7 +61,7 @@ gboolean gst_pulse_fill_sample_spec(GstRingBufferSpec *spec, pa_sample_spec *ss)
else if (spec->format == GST_S32_LE && spec->width == 32)
ss->format = PA_SAMPLE_S32LE;
else if (spec->format == GST_S32_BE && spec->width == 32)
- ss->format = PA_SAMPLE_S32NE;
+ ss->format = PA_SAMPLE_S32BE;
else
return FALSE;