Adding vertigotv filter between videotestsrc and autovideosink
Nicolas Dufresne
nicolas.dufresne at collabora.com
Thu Nov 28 06:58:46 PST 2013
Le jeudi 28 novembre 2013 à 19:58 +0600, ArifHossain a écrit :
> if (((gst_element_link (source, filter)) && (gst_element_link
> (filter, sink))) != TRUE) {
> g_printerr ("Elements could not be linked.\n");
> gst_object_unref (pipeline);
> return -1;
> }
And what about linking the sink ? Maybe consider using _link_many() ?
Nicolas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20131128/3c9071e8/attachment-0001.pgp>
More information about the gstreamer-devel
mailing list