[MOVED FROM GST-P-FARSIGHT] more debug

20070913211226-4f0f6-bc32b5828fc8e0323c8a6eee779a38145aacd593.gz
This commit is contained in:
Youness Alaoui 2007-09-13 21:12:26 +00:00 committed by Edward Hervey
parent a88f8d3310
commit 52d99a398c

View file

@ -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);