equalizer: Update for the new raw audio layout field

This commit is contained in:
Sebastian Dröge 2012-01-04 11:08:18 +01:00
parent a4cccc9191
commit 80dcefc702

View file

@ -53,7 +53,8 @@ static GstFlowReturn gst_iir_equalizer_transform_ip (GstBaseTransform * btrans,
" format=(string) {"GST_AUDIO_NE(S16)","GST_AUDIO_NE(F32)"," \
GST_AUDIO_NE(F64)" }, " \
" rate=(int)[1000,MAX]," \
" channels=(int)[1,MAX]"
" channels=(int)[1,MAX]," \
" layout=(string)interleaved"
#define gst_iir_equalizer_parent_class parent_class
G_DEFINE_TYPE_WITH_CODE (GstIirEqualizer, gst_iir_equalizer,