projects
/
platform
/
upstream
/
gst-plugins-good.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8248ff8
)
sink: alaw/mulaw caps don't have a layout property
author
Wim Taymans
<wim.taymans@collabora.co.uk>
Fri, 12 Jul 2013 10:31:39 +0000
(12:31 +0200)
committer
Wim Taymans
<wim.taymans@collabora.co.uk>
Fri, 12 Jul 2013 10:32:42 +0000
(12:32 +0200)
ext/pulse/pulsesink.h
patch
|
blob
|
history
diff --git
a/ext/pulse/pulsesink.h
b/ext/pulse/pulsesink.h
index 9b718406f69882a1c58181204d1b844726065b87..26e999792200cc0af3dc301c6346ac8b96944723 100644
(file)
--- a/
ext/pulse/pulsesink.h
+++ b/
ext/pulse/pulsesink.h
@@
-110,12
+110,10
@@
GType gst_pulsesink_get_type (void);
"channels = (int) [ 1, 32 ]; "
#define _PULSE_SINK_CAPS_ALAW \
"audio/x-alaw, " \
- "layout = (string) interleaved, " \
"rate = (int) [ 1, MAX], " \
"channels = (int) [ 1, 32 ]; "
#define _PULSE_SINK_CAPS_MULAW \
"audio/x-mulaw, " \
- "layout = (string) interleaved, " \
"rate = (int) [ 1, MAX], " \
"channels = (int) [ 1, 32 ]; "