From ef2eef0365e836521edec6b0f9c74f946bd23644 Mon Sep 17 00:00:00 2001 From: Stefan Sauer Date: Sun, 5 Jan 2014 23:41:26 +0100 Subject: [PATCH] sndfile: enable rf64 format --- ext/sndfile/gstsf.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/sndfile/gstsf.c b/ext/sndfile/gstsf.c index a8f1c61bce..1370342396 100644 --- a/ext/sndfile/gstsf.c +++ b/ext/sndfile/gstsf.c @@ -88,6 +88,8 @@ gst_sf_create_audio_template_caps (void) fmt = "audio/x-xi"; break; case SF_FORMAT_RF64: /* RF64 WAV file */ + fmt = "audio/x-rf64"; + break; case SF_FORMAT_MAT4: /* Matlab (tm) V4.2 / GNU Octave 2.0 */ case SF_FORMAT_MAT5: /* Matlab (tm) V5.0 / GNU Octave 2.1 */ case SF_FORMAT_PVF: /* Portable Voice Format */