mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-30 04:00:37 +00:00
sndfile: enable rf64 format
This commit is contained in:
parent
207a184931
commit
ef2eef0365
1 changed files with 2 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue