pad problem

Nicolas Dufresne nicolas.dufresne at collabora.com
Thu May 14 07:27:59 PDT 2015


Le jeudi 14 mai 2015 à 02:03 -0700, Gofrane a écrit :
> (va:2650): GStreamer-CRITICAL **: gst_element_link_pads_full: 
> assertion
> 'GST_IS_ELEMENT (dest)' failed
> Elements 1 could not be linked.
> 62      if (gst_element_link (vaapidecode, vaapisink) != TRUE) 
> g_printerr
> ("Elements 2 could not be linked.\n");

So I understand that vaapisink (dest) is set to NULL. It looks like
you didn't check your return values when creating the element.

Nicolas


More information about the gstreamer-devel mailing list