GstInterpipe: Difference between revisions

no edit summary
No edit summary
Line 346: Line 346:


A listener can be set to listen an inexistent node. This doesn't necessarily means an error. It is very common that the node could be created later. For this reason, internally the interpipe project uses a notification mechanism to notify the listeners when a new node is connected. If the listener is currently configured to listen to the new node, the connection will be stablished.
A listener can be set to listen an inexistent node. This doesn't necessarily means an error. It is very common that the node could be created later. For this reason, internally the interpipe project uses a notification mechanism to notify the listeners when a new node is connected. If the listener is currently configured to listen to the new node, the connection will be stablished.
== Developers Guide ==
Currently, the API reference of the project is held at the [http://ridgerun.github.io/gst-interpipe/ GitHub's project page]. Note that this documentation is meant for developers wishing to extend the GstInterpipe's current functionality.


== Properties ==  
== Properties ==