mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
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:
parent
9c4c70d69e
commit
63c6869123
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue