summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2016-03-08 16:30:50 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2016-03-08 16:30:50 +0100
commit2f34d7fe9074ea45bc9c3bde5c00d0a53ae2eb2a (patch)
tree26a076bda9c151bae160ef877488f6c1c2b439cb
parentd87fb1d5916fa7d6466d4622d6f5867fe5ccd311 (diff)
downloadvala-2f34d7fe9074ea45bc9c3bde5c00d0a53ae2eb2a.tar.gz
gstreamer: Update to 1.7.90
-rw-r--r--vapi/gstreamer-audio-1.0.vapi3
1 files changed, 2 insertions, 1 deletions
diff --git a/vapi/gstreamer-audio-1.0.vapi b/vapi/gstreamer-audio-1.0.vapi
index d7831faf4..3fce83f59 100644
--- a/vapi/gstreamer-audio-1.0.vapi
+++ b/vapi/gstreamer-audio-1.0.vapi
@@ -515,7 +515,8 @@ namespace Gst {
[GIR (name = "AudioChannelMixerFlags")]
public enum ChannelMixerFlags {
NONE,
- NON_INTERLEAVED,
+ NON_INTERLEAVED_IN,
+ NON_INTERLEAVED_OUT,
UNPOSITIONED_IN,
UNPOSITIONED_OUT
}