Remove logging of taglist
This commit is contained in:
parent
6640e2da17
commit
3ce42b2f6b
@ -286,7 +286,6 @@ class GStreamer(ThreadingActor):
|
|||||||
|
|
||||||
event = gst.event_new_tag(taglist)
|
event = gst.event_new_tag(taglist)
|
||||||
self._pipeline.send_event(event)
|
self._pipeline.send_event(event)
|
||||||
logger.debug('Setting tags to: %s', taglist)
|
|
||||||
|
|
||||||
def connect_output(self, output):
|
def connect_output(self, output):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user