From 9cfe2fdfe9441fb783396fa46f5e2767d887e8a6 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 5 Feb 2014 16:45:39 +0100 Subject: [PATCH] audio-src: use gst 1.0 caps format --- src/empathy-audio-src.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/empathy-audio-src.c b/src/empathy-audio-src.c index 86d197d2..d77968b0 100644 --- a/src/empathy-audio-src.c +++ b/src/empathy-audio-src.c @@ -319,7 +319,7 @@ empathy_audio_src_init (EmpathyGstAudioSrc *obj) * transferred and thus improving performance. When moving to GStreamer * 0.11/1.0, this should change so that we actually request what the encoder * wants downstream. */ - caps = gst_caps_new_simple ("audio/x-raw-int", + caps = gst_caps_new_simple ("audio/x-raw", "channels", G_TYPE_INT, 1, "width", G_TYPE_INT, 16, "depth", G_TYPE_INT, 16, -- 2.39.2