mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
[MOVED FROM GST-P-FARSIGHT] oups, sorry.. DTMF, not RTP_DTMF for this file...
20070831235428-4f0f6-00b606bfb4892e4f217c440b611cc794ab0de55a.gz
This commit is contained in:
parent
ab95b70fdf
commit
2554a34208
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue