summaryrefslogtreecommitdiffstats
path: root/gst/dtmf/gstrtpdtmfdepay.h
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2008-12-01 18:31:48 -0500
committerEdward Hervey <bilboed@bilboed.com>2009-02-21 17:48:07 +0100
commit1468b2e2b061ad1924f51e3630b99623e38b44b9 (patch)
tree277fc017180ada5edc20494c13619c28609c0644 /gst/dtmf/gstrtpdtmfdepay.h
parent3f7d5d70a81a1d1167a8b4ef31df1422d9c9f05e (diff)
downloadgst-plugins-bad-1468b2e2b061ad1924f51e3630b99623e38b44b9.tar.gz
gst-plugins-bad-1468b2e2b061ad1924f51e3630b99623e38b44b9.tar.bz2
gst-plugins-bad-1468b2e2b061ad1924f51e3630b99623e38b44b9.zip
[MOVED FROM GST-P-FARSIGHT] Allow setting a minimum size of a sound quanta in the dtmf depayloader
Diffstat (limited to 'gst/dtmf/gstrtpdtmfdepay.h')
-rw-r--r--gst/dtmf/gstrtpdtmfdepay.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/dtmf/gstrtpdtmfdepay.h b/gst/dtmf/gstrtpdtmfdepay.h
index 9a1953fe..e679fbb5 100644
--- a/gst/dtmf/gstrtpdtmfdepay.h
+++ b/gst/dtmf/gstrtpdtmfdepay.h
@@ -53,6 +53,7 @@ struct _GstRtpDTMFDepay
guint32 previous_ts;
guint16 previous_duration;
GstClockTime first_gst_ts;
+ guint unit_time;
};