projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8910597
)
pulse: fix formats, we can not handle S8 but only U8
author
Wim Taymans
<wim.taymans@collabora.co.uk>
Tue, 13 Mar 2012 12:25:09 +0000
(13:25 +0100)
committer
Wim Taymans
<wim.taymans@collabora.co.uk>
Tue, 13 Mar 2012 12:25:09 +0000
(13:25 +0100)
ext/pulse/pulsesink.h
patch
|
blob
|
history
diff --git
a/ext/pulse/pulsesink.h
b/ext/pulse/pulsesink.h
index
f2dcbbd
..
c76c81a
100644
(file)
--- a/
ext/pulse/pulsesink.h
+++ b/
ext/pulse/pulsesink.h
@@
-92,10
+92,10
@@
GType gst_pulsesink_get_type (void);
#if (G_BYTE_ORDER == G_LITTLE_ENDIAN)
# define FORMATS "{ S16LE, S16BE, F32LE, F32BE, S32LE, S32BE, " \
- "S24LE, S24BE, S24_32LE, S24_32BE,
S
8 }"
+ "S24LE, S24BE, S24_32LE, S24_32BE,
U
8 }"
#else
# define FORMATS "{ S16BE, S16LE, F32BE, F32LE, S32BE, S32LE, " \
- "S24BE, S24LE, S24_32BE, S24_32LE,
S
8 }"
+ "S24BE, S24LE, S24_32BE, S24_32LE,
U
8 }"
#endif
#define _PULSE_SINK_CAPS_COMMON \