How to use GstDebug?

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

How to use GstDebug?

wanting2learn
Can someone show me an example of how I can use GstDebug in a  c++ gstreamer application please???

I would like it is someone posted some example code and how I can obtain debug information about what is happening.

Thanks

Reply | Threaded
Open this post in threaded view
|

Re: How to use GstDebug?

Vineeth-2
I guess you are referring to the GST_DEBUG macro (?) In which case, http://gstreamer.freedesktop.org/data/doc/gstreamer/head/pwg/html/section-checklist-debug.html will be helpful
Br,


On Thu, Mar 11, 2010 at 2:45 PM, wanting2learn <[hidden email]> wrote:

Can someone show me an example of how I can use GstDebug in a  c++ gstreamer
application please???

I would like it is someone posted some example code and how I can obtain
debug information about what is happening.

Thanks


--
View this message in context: http://n4.nabble.com/How-to-use-GstDebug-tp1588657p1588657.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: How to use GstDebug?

Stefan Sauer
In reply to this post by wanting2learn
wanting2learn wrote:

> Can someone show me an example of how I can use GstDebug in a  c++ gstreamer
> application please???
>
> I would like it is someone posted some example code and how I can obtain
> debug information about what is happening.
>
> Thanks
>
>
>  
you can probably set a different handler using g_set_printerr_handler()
and in you handler write to a file.

Stefan


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel