Skip to content
Snippets Groups Projects
Commit ac6c0cd2 authored by Chad Hanna's avatar Chad Hanna
Browse files

gstlal_statevector.c: support int and uint

parent e373d23b
No related branches found
No related tags found
No related merge requests found
......@@ -139,7 +139,7 @@ static GstStaticPadTemplate sink_factory = GST_STATIC_PAD_TEMPLATE(
"audio/x-raw, " \
"rate = " GST_AUDIO_RATE_RANGE ", " \
"channels = (int) 1, " \
"format = (string) { U8, " GST_AUDIO_NE(U16) ", " GST_AUDIO_NE(U32) "}, " \
"format = (string) { U8, " GST_AUDIO_NE(U16) ", " GST_AUDIO_NE(U32) ", S8, " GST_AUDIO_NE(S16) ", " GST_AUDIO_NE(S32) "}, " \
"layout = (string) interleaved, " \
"channel-mask = (bitmask) 0"
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment