mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 15:48:23 +00:00
Some extra debug statement
Original commit message from CVS: Some extra debug statement
This commit is contained in:
parent
d0f97d1978
commit
31105a5c6f
1 changed files with 2 additions and 0 deletions
|
@ -2323,6 +2323,8 @@ gst_element_change_state (GstElement *element)
|
||||||
if (element->sched) {
|
if (element->sched) {
|
||||||
if (gst_scheduler_state_transition (element->sched, element,
|
if (gst_scheduler_state_transition (element->sched, element,
|
||||||
old_transition) != GST_STATE_SUCCESS) {
|
old_transition) != GST_STATE_SUCCESS) {
|
||||||
|
GST_DEBUG_ELEMENT (GST_CAT_STATES, element,
|
||||||
|
"scheduler could change state");
|
||||||
goto failure;
|
goto failure;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue