ros-drivers / audio_common

Common code for working with audio in ROS
BSD 3-Clause "New" or "Revised" License
86 stars 151 forks source link

Replacing `GObject` with `GLib` due to deprecation of `threads_init()` and `GObject.MainLoop` #243

Open vineet131 opened 8 months ago

vineet131 commented 8 months ago

image

As seen in the above image, threads_init() and GObject.MainLoop will be deprecated. So this issue is for the PR that's supposed to be opened against this deprecation. GObject should be replaced by GLib (reference here)