mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
[MOVED FROM GST-P-FARSIGHT] Print debug message if we return non-ok from chain
20080502191004-3e2dc-f1f7237c06c1158cf27e29d32a69de06f7112506.gz
This commit is contained in:
parent
8a2f376f04
commit
263a914b08
1 changed files with 2 additions and 0 deletions
|
@ -782,6 +782,8 @@ gst_live_live_adder_chain (GstPad *pad, GstBuffer *buffer)
|
|||
|
||||
if (ret != GST_FLOW_OK)
|
||||
{
|
||||
GST_DEBUG_OBJECT (adder, "Passing non-ok result from src: %s",
|
||||
gst_flow_get_name (ret));
|
||||
gst_buffer_unref (buffer);
|
||||
goto out;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue