Upgraded gstreamer 0.1 to 1.0 pipeline stopped to work!

Yasushi SHOJI yasushi.shoji at gmail.com
Tue Nov 7 12:10:15 UTC 2017


Hi,

On Mon, Oct 30, 2017 at 10:19 AM, atelyshev <aleksey.telyshev at gmail.com> wrote:
> gboolean GSPipelineBase::LinkElements()
> {
>         if (!gst_element_link_many(
>                 _videoRate,
>                 _videoRateCapsFilter,
>                 _videoScale,
>                 _videoScaleCapsFilter,
>                 _videoConverter,
>                 _appSinkQueue,
>                 _appSink,
>                 nullptr))
>         {
>                 return false;
>         }
>         return true;
> }

what happens if you link one by one using
https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstElement.html#gst-element-link
?
-- 
           yashi


More information about the gstreamer-devel mailing list