Multi pipeline logging identification
vinod kesti
vinodkesti at yahoo.com
Thu Dec 9 03:30:04 UTC 2021
Hi all,
I am running multiple Gstreamer pipelines in single linux process. All the pipelines are similar and only udp input and output ports are chanig.
Log function is Registered using gst_debug_add_log_function(), after the gst_init(). I am not able to identify the which pipeline dumping the error.
One way I found is if GObject is an GstElement/GstPad I am able to find the parent pipeline and dump the pipeline name. But I have facing problem when GObject in the callback is null. Is there any way to differentiate from which Pipeline we are getting warning.
Sent from Yahoo Mail. Get the app
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20211209/d6e4e6e1/attachment.htm>
More information about the gstreamer-devel
mailing list