diff --git a/gajim/common/jingle_rtp.py b/gajim/common/jingle_rtp.py index 3fedff5648a04db81fcc54435a3c9257d9ef71bc..d20763770b053a1182e267642f1caee572f283ec 100644 --- a/gajim/common/jingle_rtp.py +++ b/gajim/common/jingle_rtp.py @@ -182,6 +182,7 @@ def _setup_funnel(self): self.funnel.set_state(Gst.State.PLAYING) def _on_src_pad_added(self, stream, pad, codec): + log.info('Used codec: %s', codec.to_string()) if not self.funnel: self._setup_funnel() pad.link(self.funnel.get_request_pad('sink_%u'))