mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06:23 +00:00
decklinkaudiosink: Include final flow return in debug output
https://bugzilla.gnome.org/show_bug.cgi?id=790114
This commit is contained in:
parent
3e70f00209
commit
a38cf7d8a9
1 changed files with 2 additions and 0 deletions
|
@ -762,6 +762,8 @@ gst_decklink_audio_sink_render (GstBaseSink * bsink, GstBuffer * buffer)
|
|||
gst_buffer_unmap (buffer, &map_info);
|
||||
gst_buffer_unref (buffer);
|
||||
|
||||
GST_DEBUG_OBJECT (self, "Returning %s", gst_flow_get_name (flow_ret));
|
||||
|
||||
return flow_ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue