summaryrefslogtreecommitdiffstats
path: root/gst/dtmf/gstrtpdtmfsrc.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/dtmf/gstrtpdtmfsrc.h')
-rw-r--r--gst/dtmf/gstrtpdtmfsrc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/dtmf/gstrtpdtmfsrc.h b/gst/dtmf/gstrtpdtmfsrc.h
index 2bbfb9db..c5e2b11b 100644
--- a/gst/dtmf/gstrtpdtmfsrc.h
+++ b/gst/dtmf/gstrtpdtmfsrc.h
@@ -59,7 +59,7 @@ typedef struct _GstRTPDTMFSrcClass GstRTPDTMFSrcClass;
-static enum _GstRTPDTMFEventType {
+enum _GstRTPDTMFEventType {
RTP_DTMF_EVENT_TYPE_START,
RTP_DTMF_EVENT_TYPE_STOP
};
@@ -87,6 +87,7 @@ struct _GstRTPDTMFSrc {
GstSegment segment;
GAsyncQueue* event_queue;
GstRTPDTMFSrcEvent* last_event;
+ GstClockID clock_id;
GstClockTime timestamp;
gboolean first_packet;