mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-26 09:08:14 +00:00
interleave: improve debugging
This commit is contained in:
parent
982148c07c
commit
e0636feff8
1 changed files with 2 additions and 0 deletions
|
@ -786,6 +786,8 @@ gst_interleave_sink_setcaps (GstInterleave * self, GstPad * pad,
|
||||||
|
|
||||||
gst_structure_remove_field (s, "channel-mask");
|
gst_structure_remove_field (s, "channel-mask");
|
||||||
|
|
||||||
|
GST_DEBUG_OBJECT (self, "setting sinkcaps %" GST_PTR_FORMAT, sinkcaps);
|
||||||
|
|
||||||
gst_caps_replace (&self->sinkcaps, sinkcaps);
|
gst_caps_replace (&self->sinkcaps, sinkcaps);
|
||||||
|
|
||||||
gst_caps_unref (sinkcaps);
|
gst_caps_unref (sinkcaps);
|
||||||
|
|
Loading…
Reference in a new issue