Home
last modified time | relevance | path

Searched refs:channel_mapping_array (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpopuspay.c254 const GValue *channel_mapping_array; in gst_rtp_opus_pay_setcaps() local
273 channel_mapping_array = gst_structure_get_value (s, "channel-mapping"); in gst_rtp_opus_pay_setcaps()
274 if (GST_VALUE_HOLDS_ARRAY (channel_mapping_array)) { in gst_rtp_opus_pay_setcaps()
278 for (i = 0; i < gst_value_array_get_size (channel_mapping_array); ++i) { in gst_rtp_opus_pay_setcaps()
283 g_value_get_int (gst_value_array_get_value (channel_mapping_array, in gst_rtp_opus_pay_setcaps()