Hi all!<br><br>I am writing a plugin which processes multiple streams upon request of application.<br><br>For example, my plugin has a list which contains three video streams. Initially, the plugin processes one stream, but not all of them. When my application "some how" requests other streasms to the plugin, then it should start to running the other streams.<br>
<br>Here is the question: how can I let the plugin start to work while main pipeline is running?<br>I was thinking about the way setting a property, so that it triggers the action. However, the property is not supposed to be used for this purpose. Right? Are there better ways to do this?<br>
<br>By the way, I do know that I can setup mutiple bins and let them process each stream independetly. However, it is not my option right now.<br><br>Thank you in advance!<br><br>--Justin<br><br><br>