[MOVED FROM GST-P-FARSIGHT] oups, sorry.. DTMF, not RTP_DTMF for this file...

20070831235428-4f0f6-00b606bfb4892e4f217c440b611cc794ab0de55a.gz
This commit is contained in:
Youness Alaoui 2007-08-31 23:54:28 +00:00 committed by Edward Hervey
parent 886a695daa
commit e8f12dce64

View file

@ -557,8 +557,8 @@ gst_dtmf_src_stop (GstDTMFSrc *dtmfsrc)
g_async_queue_lock (dtmfsrc->event_queue);
event = g_malloc (sizeof(GstRTPDTMFSrcEvent));
event->event_type = RTP_DTMF_EVENT_TYPE_PAUSE_TASK;
event = g_malloc (sizeof(GstDTMFSrcEvent));
event->event_type = DTMF_EVENT_TYPE_PAUSE_TASK;
g_async_queue_push_unlocked (dtmfsrc->event_queue, event);
g_async_queue_unlock (dtmfsrc->event_queue);