Sugar Labs
Port from GStreamer Gst.Message.structure to get_structure() - maps-activity
GStreamer project deprecated the structure field of Gst.Message, replacing it with a method get_structure().
Code pattern is
bus = pipe.get_bus()
bus.connect('message', _cb)
def _cb(bus, message):
message.structure.
Task tags
Students who completed this task
Alejandro Garcia