[MOVED FROM GST-P-FARSIGHT] oups, sorry.. DTMF, not RTP_DTMF for this file...
20070831235428-4f0f6-00b606bfb4892e4f217c440b611cc794ab0de55a.gz
This commit is contained in:
parent
886a695daa
commit
e8f12dce64
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user