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
@ -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…
x
Reference in New Issue
Block a user