summaryrefslogtreecommitdiff
path: root/vapi/gstreamer-rtp-1.0.vapi
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2019-01-05 19:33:49 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2019-01-05 19:33:49 +0100
commit5aef50019fbb9b6b2300a2fea06d7fb2d6303ff4 (patch)
tree4e3fe1f4a97519f095ed3d156cbc44b25012d3fb /vapi/gstreamer-rtp-1.0.vapi
parent47b0b254f3d34aef679aca0e285ead591e7d9f42 (diff)
downloadvala-5aef50019fbb9b6b2300a2fea06d7fb2d6303ff4.tar.gz
gstreamer: Update from 1.15+ git master
Diffstat (limited to 'vapi/gstreamer-rtp-1.0.vapi')
-rw-r--r--vapi/gstreamer-rtp-1.0.vapi4
1 files changed, 2 insertions, 2 deletions
diff --git a/vapi/gstreamer-rtp-1.0.vapi b/vapi/gstreamer-rtp-1.0.vapi
index 630215ea8..598ce27f4 100644
--- a/vapi/gstreamer-rtp-1.0.vapi
+++ b/vapi/gstreamer-rtp-1.0.vapi
@@ -492,10 +492,10 @@ namespace Gst {
public bool xr_get_prt_by_seq (uint16 seq, uint32 receipt_time);
[CCode (cname = "gst_rtcp_packet_xr_get_prt_info")]
[Version (since = "1.16")]
- public bool xr_get_prt_info (uint32 ssrc, uint8 thining, uint16 begin_seq, uint16 end_seq);
+ public bool xr_get_prt_info (uint32 ssrc, uint8 thinning, uint16 begin_seq, uint16 end_seq);
[CCode (cname = "gst_rtcp_packet_xr_get_rle_info")]
[Version (since = "1.16")]
- public bool xr_get_rle_info (uint32 ssrc, uint8 thining, uint16 begin_seq, uint16 end_seq, uint32 chunk_count);
+ public bool xr_get_rle_info (uint32 ssrc, uint8 thinning, uint16 begin_seq, uint16 end_seq, uint32 chunk_count);
[CCode (cname = "gst_rtcp_packet_xr_get_rle_nth_chunk")]
[Version (since = "1.16")]
public bool xr_get_rle_nth_chunk (uint nth, uint16 chunk);