mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
adder: log details in getcaps like in setcaps
This commit is contained in:
parent
d7116023ec
commit
e633c46e95
1 changed files with 3 additions and 0 deletions
|
@ -242,6 +242,9 @@ gst_adder_sink_getcaps (GstPad * pad)
|
||||||
}
|
}
|
||||||
GST_OBJECT_UNLOCK (adder);
|
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;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue