Error is request_pad and gst_pad_link_full

Nicolas Dufresne nicolas.dufresne at gmail.com
Sat Jun 18 15:29:28 UTC 2016


Le vendredi 17 juin 2016 à 01:28 -0700, JongIlLee a écrit :
> gstreamer-critical **: gst_pad_link_full: assertion 'GST_IS_PAD
> (srcpad)'
> failed
> 
> I do not know why the error occurred , such as the above .
> 
> Please Ask advice. Thank you.

First step is to find where it happens. GLib has this nice feature that
it can introduce a breakpoint at critical assertions. For this, set
then environment G_DEBUG=fatal_criticals . Then, you can run your
application in GDB and it will break at the assertion location, letting
you know what GstPad you are using that is wrong. It would be a NULL
pointer, a pad that have reached reference 0, or the wrong object
casted to GstPad.

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: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20160618/3e7d38e7/attachment.sig>


More information about the gstreamer-devel mailing list