pad problem

Nicolas Dufresne nicolas.dufresne at collabora.com
Wed May 13 06:28:27 PDT 2015


Le mercredi 13 mai 2015 à 03:49 -0700, Gofrane a écrit :
> When I ran this c code I got this problem

In case you didn't know, you can set the environment
G_DEBUG=fatal_criticals . Then run your program in GDB, the program
will abort on the critical assertions, letting you inspect the
backtrace and the variable. From there you should be able to fix your
bug.

Nicolas


More information about the gstreamer-devel mailing list