<div dir="ltr">Hi list,<div><br></div><div>I'm working on an application that handles multiple video streams with GStreamer, and I would like to be able to present users with logging information for each stream in the UI to make it easier for users to diagnose problems. For my application, a "video stream" has only one pipeline associated with it.</div><div><br></div><div>In order to capture GStreamer logs, I'm installing a new handler with Gst.debug_add_log_function, which provides me some information alongside the actual log message. However, it's not clear to me how I should sort logs by their pipeline with this information. I assume the key is the "object" field given to my log handler, but considering this object can be of any type, I'm not sure how to reliably figure out which pipeline this object is from.</div><div><br></div><div>I'm using GStreamer 1.16.2 with PyGObject.</div></div>