rtpL16(de)pay: fix raw audio format in template caps

This commit is contained in:
Mark Nauwelaerts 2012-03-26 18:21:11 +02:00
parent b7f448b9ae
commit 4bbc2a7106
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ GST_STATIC_PAD_TEMPLATE ("src",
GST_PAD_SRC,
GST_PAD_ALWAYS,
GST_STATIC_CAPS ("audio/x-raw, "
"format = (string) S16_BE, "
"format = (string) S16BE, "
"layout = (string) interleaved, "
"rate = (int) [ 1, MAX ], " "channels = (int) [ 1, MAX ]")
);

View file

@ -37,7 +37,7 @@ GST_STATIC_PAD_TEMPLATE ("sink",
GST_PAD_SINK,
GST_PAD_ALWAYS,
GST_STATIC_CAPS ("audio/x-raw, "
"format = (string) S16_BE, "
"format = (string) S16BE, "
"layout = (string) interleaved, "
"rate = (int) [ 1, MAX ], " "channels = (int) [ 1, MAX ]")
);