summaryrefslogtreecommitdiffstats
path: root/gst/rtpdtmf/gstrtpdtmfsrc.h
diff options
context:
space:
mode:
authorOlivier Crete <olivier.crete@collabora.co.uk>2007-07-12 19:57:15 +0000
committerEdward Hervey <bilboed@bilboed.com>2009-02-21 17:47:59 +0100
commit7a887a51873b86a3f459269ae48737744e3858de (patch)
treea23467f44b6dc31140172b25025950792cee68e1 /gst/rtpdtmf/gstrtpdtmfsrc.h
parent074189363e4def66041756597462b788773762cd (diff)
downloadgst-plugins-bad-7a887a51873b86a3f459269ae48737744e3858de.tar.gz
gst-plugins-bad-7a887a51873b86a3f459269ae48737744e3858de.tar.bz2
gst-plugins-bad-7a887a51873b86a3f459269ae48737744e3858de.zip
[MOVED FROM GST-P-FARSIGHT] Send all packet from the streaming thread, including the last one
20070712195715-3e2dc-6848c70a7f0137c91fa882a8efb6dbf83891ae13.gz
Diffstat (limited to 'gst/rtpdtmf/gstrtpdtmfsrc.h')
-rw-r--r--gst/rtpdtmf/gstrtpdtmfsrc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/rtpdtmf/gstrtpdtmfsrc.h b/gst/rtpdtmf/gstrtpdtmfsrc.h
index 81187665..797526ea 100644
--- a/gst/rtpdtmf/gstrtpdtmfsrc.h
+++ b/gst/rtpdtmf/gstrtpdtmfsrc.h
@@ -81,6 +81,7 @@ struct _GstRTPDTMFSrc {
guint ssrc;
guint current_ssrc;
gboolean first_packet;
+ gboolean last_packet;
GstClockTime timestamp;
GstSegment segment;