summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtpg726pay.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2009-04-27 10:02:06 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2009-04-27 10:08:55 +0200
commit84c3d1a2c804e2056895e1d406df4d3ca5945e34 (patch)
tree6c440b20d0ee09cb092e25940ce54a8846d56549 /gst/rtp/gstrtpg726pay.h
parente213debe8e7e9bba0d01b77489aeb5d075e5f45f (diff)
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
Diffstat (limited to 'gst/rtp/gstrtpg726pay.h')
-rw-r--r--gst/rtp/gstrtpg726pay.h4
1 files changed, 4 insertions, 0 deletions
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