Adding vertigotv filter between videotestsrc and autovideosink
ArifHossain
aftnix at gmail.com
Thu Nov 28 07:03:28 PST 2013
On Nov 28, 2013, at 8:58 PM, Nicolas Dufresne <nicolas.dufresne at collabora.com> wrote:
> 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() ?
To whom should i link the sink?
>
> Nicolas
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
More information about the gstreamer-devel
mailing list