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

  • python
  • gst

Students who completed this task

Alejandro Garcia

Task type

  • code Code
  • done_all Quality Assurance
close

2018