If you want to use gst-launch, run gdb on gst-launch:
gdb gst-launch-0.10
then set the command-line arguments to the appropriate pipeline:
set args videotestsrc ! ffmpegcolorspace ! autovideosink
then break wherever you want:
b gst_myplugin_chain
It will ask you if you want to set a pending break point on a function
that will be loaded later. Say yes.
Should do it.
Mart
pvvv wrote:
> Hi
>
> I want to debug a gstreamer plugin with GDB, does anybody know how to do it
> ??!!
>
> thanks
>
------------------------------------------------------------------------------
This SF.net email is sponsored by
Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel