From 84c3d1a2c804e2056895e1d406df4d3ca5945e34 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 27 Apr 2009 10:02:06 +0200 Subject: g726pay: add RFC compliant packetizing Shuffle the input bits according to RFC 3551 for G726 payloads. Add option to force the previous behaviour. Fixes #567140 --- gst/rtp/gstrtpg726pay.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gst/rtp/gstrtpg726pay.h') diff --git a/gst/rtp/gstrtpg726pay.h b/gst/rtp/gstrtpg726pay.h index 43eaf63f..1d9856b9 100644 --- a/gst/rtp/gstrtpg726pay.h +++ b/gst/rtp/gstrtpg726pay.h @@ -36,6 +36,10 @@ typedef struct _GstRtpG726PayClass GstRtpG726PayClass; struct _GstRtpG726Pay { GstBaseRTPAudioPayload audiopayload; + + gboolean aal2; + gboolean force_aal2; + gint bitrate; }; struct _GstRtpG726PayClass -- cgit