mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 10:10:32 +00:00
audiocdsrc: Add the layout field to the caps
This commit is contained in:
parent
810bfec656
commit
8fe5dc53e0
1 changed files with 1 additions and 0 deletions
|
@ -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" \
|
||||
|
||||
|
|
Loading…
Reference in a new issue