videoconvert pass-through detect

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

videoconvert pass-through detect

Alex Vazquez
Hi all!

If I'm not wrong, videoconvert when not needed, it acts in
pass-through mode having minimal impact on the performance.

In my app I need to know when videoconvert act in pass-through or not.
Is there any way to detect it?

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

Re: videoconvert pass-through detect

Guillaume Desmottes-2
Hi Alex,

Calling gst_base_transform_is_passthrough() on the convert element
should give you the information you need, I think.

     G.

On 30/05/2019 11:35, Alex Vazquez wrote:

> Hi all!
>
> If I'm not wrong, videoconvert when not needed, it acts in
> pass-through mode having minimal impact on the performance.
>
> In my app I need to know when videoconvert act in pass-through or not.
> Is there any way to detect it?
>
> Regards!
> _______________________________________________
> 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
Reply | Threaded
Open this post in threaded view
|

Re: videoconvert pass-through detect

Alex Vazquez
Thanks! 
It works fine!

El El jue, 30 may 2019 a las 8:20, Guillaume Desmottes <[hidden email]> escribió:
Hi Alex,

Calling gst_base_transform_is_passthrough() on the convert element
should give you the information you need, I think.

     G.

On 30/05/2019 11:35, Alex Vazquez wrote:
> Hi all!
>
> If I'm not wrong, videoconvert when not needed, it acts in
> pass-through mode having minimal impact on the performance.
>
> In my app I need to know when videoconvert act in pass-through or not.
> Is there any way to detect it?
>
> Regards!
> _______________________________________________
> 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

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