Skip to content
Snippets Groups Projects
Commit d8982bb6 authored by Daniel Brötzmann's avatar Daniel Brötzmann
Browse files

Jingle A/V: Log used codec

parent e7eb929b
No related branches found
No related tags found
No related merge requests found
......@@ -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'))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment