fix wrong debug message to print the right thing

Original commit message from CVS:
fix wrong debug message to print the right thing
This commit is contained in:
Benjamin Otte 2003-05-17 15:55:23 +00:00
parent 9c4c70d69e
commit 63c6869123

View file

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