directsoundsink: WAVEFORMATEX is unsigned for 8 bit integers, and signed for others

Probably fixes
https://bugzilla.gnome.org/show_bug.cgi?id=705477
This commit is contained in:
Sebastian Dröge 2013-08-21 16:32:50 +02:00
parent cebfacd1fa
commit 7692e9e569

View file

@ -114,7 +114,7 @@ static GstStaticPadTemplate directsoundsink_sink_factory =
"layout = (string) interleaved, "
"rate = (int) [ 1, MAX ], " "channels = (int) [ 1, 2 ]; "
"audio/x-raw, "
"format = (string) S8, "
"format = (string) U8, "
"layout = (string) interleaved, "
"rate = (int) [ 1, MAX ], " "channels = (int) [ 1, 2 ];"
"audio/x-ac3, framed = (boolean) true;"