summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtpchannels.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2008-10-28 17:42:02 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-10-28 17:42:02 +0000
commitb29385bd76388904ba203360e1533c903a369ab4 (patch)
tree44610ba8e38561f7dad5350d9a95dd60fc517414 /gst/rtp/gstrtpchannels.h
parent23f37b0179ba14c4cac67b690b4c2e5e736c757e (diff)
gst/rtp/gstrtpchannels.*: Add method to get possible channel positions.
Original commit message from CVS: * gst/rtp/gstrtpchannels.c: (gst_rtp_channels_get_by_index): * gst/rtp/gstrtpchannels.h: Add method to get possible channel positions.
Diffstat (limited to 'gst/rtp/gstrtpchannels.h')
-rw-r--r--gst/rtp/gstrtpchannels.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/rtp/gstrtpchannels.h b/gst/rtp/gstrtpchannels.h
index 2c9efe38..591eb05f 100644
--- a/gst/rtp/gstrtpchannels.h
+++ b/gst/rtp/gstrtpchannels.h
@@ -181,5 +181,6 @@ const GstRTPChannelOrder * gst_rtp_channels_get_by_pos (gint channels,
const GstAudioChannelPosition *pos);
const GstRTPChannelOrder * gst_rtp_channels_get_by_order (gint channels,
const gchar *order);
+const GstRTPChannelOrder * gst_rtp_channels_get_by_index (gint channels, guint idx);
GstAudioChannelPosition * gst_rtp_channels_create_default (gint channels);