gstreamer undefined symbol: _gst_fraction_type error

Nicolas Dufresne nicolas.dufresne at collabora.com
Sat Nov 7 14:32:11 PST 2015


Le samedi 07 novembre 2015 à 10:26 -0800, stproj a écrit :
> #2  0x00007ffff7af5751 in gst_bin_add (bin=0x66c170, element=0x0)
>     at gstbin.c:1292
> #3  0x000000000040268a in main ()

Next time, try enabling debug symbols, using -g. Though here the reason
is very obvious. You call from your program (in the main() function)
gst_bin_add() with a NULL pointer (element=NULL). It's a problem in
your code. Try and check you return values (specially when calling
gst_element_factory_make()).

Nicolas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20151107/c63ebf1b/attachment.sig>


More information about the gstreamer-devel mailing list