mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-24 17:44:14 +00:00
audiosink: improve debug message
This commit is contained in:
parent
35a9de28f4
commit
81170c4989
1 changed files with 2 additions and 1 deletions
|
@ -1548,7 +1548,8 @@ wrong_size:
|
||||||
}
|
}
|
||||||
stopping:
|
stopping:
|
||||||
{
|
{
|
||||||
GST_DEBUG_OBJECT (sink, "ringbuffer is stopping");
|
GST_DEBUG_OBJECT (sink, "preroll got interrupted: %d (%s)", ret,
|
||||||
|
gst_flow_get_name (ret));
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
sync_latency_failed:
|
sync_latency_failed:
|
||||||
|
|
Loading…
Reference in a new issue