summaryrefslogtreecommitdiffstats
path: root/gst/dtmf/gstdtmfsrc.h
diff options
context:
space:
mode:
authorOlivier Crete <olivier.crete@collabora.co.uk>2007-09-14 04:20:42 +0000
committerEdward Hervey <bilboed@bilboed.com>2009-02-21 17:48:02 +0100
commit7efc94bc12d1c2c986353c9673f35f1dbe387282 (patch)
treef09fde51613da56c12a21acfecea4e12c1d9e552 /gst/dtmf/gstdtmfsrc.h
parentf5183162538f406e41f161068ef6ff95f61f0759 (diff)
downloadgst-plugins-bad-7efc94bc12d1c2c986353c9673f35f1dbe387282.tar.gz
gst-plugins-bad-7efc94bc12d1c2c986353c9673f35f1dbe387282.tar.bz2
gst-plugins-bad-7efc94bc12d1c2c986353c9673f35f1dbe387282.zip
[MOVED FROM GST-P-FARSIGHT] Implement stopping in a nice thread safe way
20070914042042-3e2dc-1fe257ff4b72aca4b0eb5f285a14650b8df268c3.gz
Diffstat (limited to 'gst/dtmf/gstdtmfsrc.h')
-rw-r--r--gst/dtmf/gstdtmfsrc.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gst/dtmf/gstdtmfsrc.h b/gst/dtmf/gstdtmfsrc.h
index 1ca44643..0340a7c2 100644
--- a/gst/dtmf/gstdtmfsrc.h
+++ b/gst/dtmf/gstdtmfsrc.h
@@ -73,11 +73,12 @@ struct _GstDTMFSrc {
GstBaseSrc parent;
GAsyncQueue* event_queue;
GstDTMFSrcEvent* last_event;
- GstClockID clock_id;
- gboolean task_paused;
guint16 interval;
GstClockTime timestamp;
+
+ gboolean paused;
+ GstClockID clockid;
};