mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
audiovisualizers: Update for the new raw audio caps
This commit is contained in:
parent
2ff9758eb3
commit
2a0ca49bd5
4 changed files with 12 additions and 4 deletions
|
@ -55,7 +55,9 @@ GST_STATIC_PAD_TEMPLATE ("sink",
|
|||
GST_PAD_ALWAYS,
|
||||
GST_STATIC_CAPS ("audio/x-raw, "
|
||||
"format = (string) " GST_AUDIO_NE (S16) ", "
|
||||
"rate = (int) [ 8000, 96000 ], " "channels = (int) 2")
|
||||
"layout = (string) interleaved, "
|
||||
"rate = (int) [ 8000, 96000 ], "
|
||||
"channels = (int) 2, " "channel-mask = (bitmask) 0x3")
|
||||
);
|
||||
|
||||
|
||||
|
|
|
@ -55,7 +55,9 @@ GST_STATIC_PAD_TEMPLATE ("sink",
|
|||
GST_PAD_ALWAYS,
|
||||
GST_STATIC_CAPS ("audio/x-raw, "
|
||||
"format = (string) " GST_AUDIO_NE (S16) ", "
|
||||
"rate = (int) [ 8000, 96000 ], " "channels = (int) 2")
|
||||
"layout = (string) interleaved, "
|
||||
"rate = (int) [ 8000, 96000 ], "
|
||||
"channels = (int) 2, " "channel-mask = (bitmask) 0x3")
|
||||
);
|
||||
|
||||
|
||||
|
|
|
@ -54,7 +54,9 @@ GST_STATIC_PAD_TEMPLATE ("sink",
|
|||
GST_PAD_ALWAYS,
|
||||
GST_STATIC_CAPS ("audio/x-raw, "
|
||||
"format = (string) " GST_AUDIO_NE (S16) ", "
|
||||
"rate = (int) [ 8000, 96000 ], " "channels = (int) 2")
|
||||
"layout = (string) interleaved, "
|
||||
"rate = (int) [ 8000, 96000 ], "
|
||||
"channels = (int) 2, " "channel-mask = (bitmask) 0x3")
|
||||
);
|
||||
|
||||
|
||||
|
|
|
@ -55,7 +55,9 @@ GST_STATIC_PAD_TEMPLATE ("sink",
|
|||
GST_PAD_ALWAYS,
|
||||
GST_STATIC_CAPS ("audio/x-raw, "
|
||||
"format = (string) " GST_AUDIO_NE (S16) ", "
|
||||
"rate = (int) [ 8000, 96000 ], " "channels = (int) 2")
|
||||
"layout = (string) interleaved, "
|
||||
"rate = (int) [ 8000, 96000 ], "
|
||||
"channels = (int) 2, " "channel-mask = (bitmask) 0x3")
|
||||
);
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue