projects
/
platform
/
upstream
/
gst-plugins-bad.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a88f8d3
)
[MOVED FROM GST-P-FARSIGHT] more debug
author
Youness Alaoui
<youness.alaoui@collabora.co.uk>
Thu, 13 Sep 2007 21:12:26 +0000
(21:12 +0000)
committer
Edward Hervey
<bilboed@bilboed.com>
Sat, 21 Feb 2009 16:48:02 +0000
(17:48 +0100)
20070913211226
-4f0f6-
bc32b5828fc8e0323c8a6eee779a38145aacd593
.gz
gst/dtmf/gstdtmfsrc.c
patch
|
blob
|
history
diff --git
a/gst/dtmf/gstdtmfsrc.c
b/gst/dtmf/gstdtmfsrc.c
index 9dca9a4909d3890be1c7ef7d3e58272383e41118..a6cbabec1525c245716126d44d0b096740e4f755 100644
(file)
--- a/
gst/dtmf/gstdtmfsrc.c
+++ b/
gst/dtmf/gstdtmfsrc.c
@@
-775,6
+775,7
@@
gst_dtmf_src_change_state (GstElement * element, GstStateChange transition)
no_preroll = TRUE;
break;
case GST_STATE_CHANGE_PAUSED_TO_READY:
+ GST_DEBUG_OBJECT (dtmfsrc, "Pushing the PAUSE_TASK even on PAUSED_TO_READY change");
event = g_malloc (sizeof(GstDTMFSrcEvent));
event->event_type = DTMF_EVENT_TYPE_PAUSE_TASK;
g_async_queue_push (dtmfsrc->event_queue, event);