audiosink: improve debug message

This commit is contained in:
Wim Taymans 2009-05-21 10:48:49 +02:00
parent 35a9de28f4
commit 81170c4989

View file

@ -1548,7 +1548,8 @@ wrong_size:
}
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;
}
sync_latency_failed: