gstreamer logs

dv dv at pseudoterminal.org
Tue Feb 19 06:36:35 PST 2013


On 2013-02-19 15:14, Raju wrote:
> Hi,
> I am trying to understanding gstreamer log and debugging system. I found the
> following definitions in gstinfo.h file. Can anybody help me understand
> these things?
>
> GST_CAT_ERROR_OBJECT
> GST_CAT_ERROR
> GST_ERROR_OBJECT
> GST_ERROR
>
> -> What is the difference between the above 4 definitions.?
> -> How can I make use of these definitions in my plugin?
> -> how can I use these definitions to dump log details?
> -> which among the 4 definitions is more useful to handle a transcoder
> pipeline ?
>
> regards
> Raju Babannavar
>
>
>
> --
> View this message in context: http://gstreamer-devel.966125.n4.nabble.com/gstreamer-logs-tp4658621.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

The _OBJECT versions associate the log output with a specific object. In 
the log output you will then see the object name in the log line. This 
is useful if you want to filter the logs so you see only the log output 
of a specific object.


More information about the gstreamer-devel mailing list