GstInterpipe - New Node Notification

From RidgeRun Developer Wiki
Revision as of 19:04, 7 October 2020 by Spalli (talk | contribs)




Previous: Timestamp Synchronization Index Next: Clock Sharing




This page contains a detailed description of the GstInterpipe New Node Notification feature.


A listener can be set to listen to a nonexistent node. This doesn't necessarily mean an error. It is very common that the node could be created later. For this reason, internally the GstInterpipe 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 established. The following picture describes this situation:

GstInterpipe New Node Notification
GstInterpipe New Node Notification


Previous: Timestamp Synchronization Index Next: Clock Sharing