adder: log details in getcaps like in setcaps
This commit is contained in:
parent
d7116023ec
commit
e633c46e95
@ -242,6 +242,9 @@ gst_adder_sink_getcaps (GstPad * pad)
|
||||
}
|
||||
GST_OBJECT_UNLOCK (adder);
|
||||
|
||||
GST_LOG_OBJECT (adder, "getting caps on pad %p,%s to %" GST_PTR_FORMAT, pad,
|
||||
GST_PAD_NAME (pad), result);
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user