[Gambas-bugtracker] Bug #1482: unable to link gstreamer "xxx-bin" components using gb.media

bugtracker at gambaswiki.org bugtracker at gambaswiki.org
Fri Dec 21 18:57:30 CET 2018


http://gambaswiki.org/bugtracker/edit?object=BUG.1482&from=L21haW4-

Comment #3 by Benoît MINISINI:

LinkTo() usually can't work with GStreamer elements like "uridecodebin", because these kind of elements create their pads later, when the resource associated with the URI has been interpreted.

You must use LinkLaterTo() instead in that case. The link is actually done later, just after the source pads have been created.

Tell me if it works for you.

Benoît MINISINI changed the state of the bug to: NeedsInfo.




More information about the Bugtracker mailing list