X-Git-Url: https://git.0d.be/?p=empathy.git;a=blobdiff_plain;f=src%2Fempathy-audio-src.c;fp=src%2Fempathy-audio-src.c;h=d77968b0d39dc62a2bf5ff0ccda0c5abdde4ceaa;hp=86d197d263960e3b663cb6c73a6c8c45761ff641;hb=9cfe2fdfe9441fb783396fa46f5e2767d887e8a6;hpb=c4ebbe6b043f60ae0075836027270fc819411a9e 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,