public marks

PUBLIC MARKS from sylvainulg with tags tutorial & documentation

11 April 2014 14:00

Basic tutorial 10: GStreamer tools - GStreamer SDK documentation - GStreamer SDK documentation

(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