Some extra debug statement

Original commit message from CVS:
Some extra debug statement
This commit is contained in:
Wim Taymans 2003-01-23 19:51:26 +00:00
parent d0f97d1978
commit 31105a5c6f

View file

@ -2323,6 +2323,8 @@ gst_element_change_state (GstElement *element)
if (element->sched) {
if (gst_scheduler_state_transition (element->sched, element,
old_transition) != GST_STATE_SUCCESS) {
GST_DEBUG_ELEMENT (GST_CAT_STATES, element,
"scheduler could change state");
goto failure;
}
}