mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 09:40:37 +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_DEBUG_OBJECT (self, "setting sinkcaps %" GST_PTR_FORMAT, sinkcaps);
|
||||
|
||||
gst_caps_replace (&self->sinkcaps, sinkcaps);
|
||||
|
||||
gst_caps_unref (sinkcaps);
|
||||
|
|
Loading…
Reference in a new issue