2014
Basic tutorial 10: GStreamer tools - GStreamer SDK documentation - GStreamer SDK documentation
by sylvainulg (via)Elements can be named using the name property, in this way complex pipelines involving branches can be created. Names allow linking to elements created previously in the description, and are indispensable to use elements with multiple output pads, like demuxers or tees, for example.
Named elements are referred to using their name followed by a dot.
---
Instead of letting GStreamer choose which Pad to use when linking two elements, you may want to specify the Pads directly. You can do this by adding a dot plus the Pad name after the name of the element
2007
2006
VB6 function calls vs. subroutine calls
by tagtoogaExplains the syntactical differences between calling subroutines and functions in Visual Basic 6.0
1
(3 marks)