summaryrefslogtreecommitdiffstats
path: root/gst/dtmf/gstdtmfsrc.h
diff options
context:
space:
mode:
authorYouness Alaoui <youness.alaoui@collabora.co.uk>2007-09-04 22:57:53 +0000
committerEdward Hervey <bilboed@bilboed.com>2009-02-21 17:48:02 +0100
commit4eab02230d062ecd9aab842aa088e089d99af844 (patch)
treee596edb5604e1eed27da1257ded439baf1d0c4c1 /gst/dtmf/gstdtmfsrc.h
parent9c5331b7474b2d435c813dc481bd7e868421800b (diff)
downloadgst-plugins-bad-4eab02230d062ecd9aab842aa088e089d99af844.tar.gz
gst-plugins-bad-4eab02230d062ecd9aab842aa088e089d99af844.tar.bz2
gst-plugins-bad-4eab02230d062ecd9aab842aa088e089d99af844.zip
[MOVED FROM GST-P-FARSIGHT] Add another fix for a possible race condition
20070904225753-4f0f6-5ba8c4260c002bb27eb98e9faba3c15799357b57.gz
Diffstat (limited to 'gst/dtmf/gstdtmfsrc.h')
-rw-r--r--gst/dtmf/gstdtmfsrc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/dtmf/gstdtmfsrc.h b/gst/dtmf/gstdtmfsrc.h
index 15a16758..27e91a00 100644
--- a/gst/dtmf/gstdtmfsrc.h
+++ b/gst/dtmf/gstdtmfsrc.h
@@ -75,6 +75,7 @@ struct _GstDTMFSrc {
GAsyncQueue* event_queue;
GstDTMFSrcEvent* last_event;
GstClockID clock_id;
+ gboolean task_paused;
guint16 interval;
GstClockTime timestamp;