audiocdsrc: Add the layout field to the caps

This commit is contained in:
Sebastian Dröge 2011-12-31 13:47:24 +01:00
parent 810bfec656
commit 8fe5dc53e0

View file

@ -177,6 +177,7 @@ G_DEFINE_TYPE_WITH_CODE (GstAudioCdSrc, gst_audio_cd_src, GST_TYPE_PUSH_SRC,
#define SRC_CAPS \
"audio/x-raw, " \
"format = (string) " GST_AUDIO_NE(S16) ", " \
"layout = (string) interleaved, " \
"rate = (int) 44100, " \
"channels = (int) 2" \