mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
basesrc: improve debug
This commit is contained in:
parent
1d6ae92be7
commit
e89ac90fa1
1 changed files with 1 additions and 0 deletions
|
@ -3295,6 +3295,7 @@ gst_base_src_start_wait (GstBaseSrc * basesrc)
|
|||
goto flushing;
|
||||
}
|
||||
result = basesrc->priv->start_result;
|
||||
GST_DEBUG_OBJECT (basesrc, "got %s", gst_flow_get_name (result));
|
||||
GST_LIVE_UNLOCK (basesrc);
|
||||
|
||||
return result;
|
||||
|
|
Loading…
Reference in a new issue