A plugin that works as a 'boolean OR"

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

A plugin that works as a 'boolean OR"

geospatialdeveloper

My project requires me to design a pipe that run a sub-pipe based on some condition or run another sub-pipe if that condition fails.

 

Does the GStreamer framework support that?

 

 

 


_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: A plugin that works as a 'boolean OR"

Thiago Sousa Santos-2


On Fri, Feb 9, 2018 at 6:53 AM, Dass, Reena UTAS <[hidden email]> wrote:

My project requires me to design a pipe that run a sub-pipe based on some condition or run another sub-pipe if that condition fails.

 

Does the GStreamer framework support that?


output-selector allows the application to select the output pad dynamically.

If you want something that makes decisions per-buffer it might be easier to write your own element.
 

 

 

 


_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel




--
Thiago Sousa Santos

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: A plugin that works as a 'boolean OR"

Mailing List SVR
Il 09/02/2018 23:50, Thiago Sousa Santos ha scritto:


On Fri, Feb 9, 2018 at 6:53 AM, Dass, Reena UTAS <[hidden email]> wrote:

My project requires me to design a pipe that run a sub-pipe based on some condition or run another sub-pipe if that condition fails.

 

Does the GStreamer framework support that?


output-selector allows the application to select the output pad dynamically.

If you want something that makes decisions per-buffer it might be easier to write your own element.

or use appsink and push the buffer to the right pipeline using appsrc,

Nicola

 

 

 

 


_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel




--
Thiago Sousa Santos


_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel


_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel