Decodebin elements

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

Decodebin elements

deeps8us
How exactly decodebin selects elements inside. I have seen different
pipelines where decodebin has:
Typefind + videofilter
Typefind + demux + multiqueue
Typefind + capsfilter + multiqueue
Typefind + decoder

What decides which elements constitute decodebin.?
In my case, I want the decodebin to NOT search for a decoder. How can I
achieve that.



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

Re: Decodebin elements

Nicolas Dufresne-5
Le mardi 17 mars 2020 à 22:49 -0500, deeps8us a écrit :

> How exactly decodebin selects elements inside. I have seen different
> pipelines where decodebin has:
> Typefind + videofilter
> Typefind + demux + multiqueue
> Typefind + capsfilter + multiqueue
> Typefind + decoder
>
> What decides which elements constitute decodebin.?
> In my case, I want the decodebin to NOT search for a decoder. How can I
> achieve that.

You can unrank that decoder, or participate to the selection process
through "autoplug-*" signals.
>
>
>
> --
> Sent from: http://gstreamer-devel.966125.n4.nabble.com/
> _______________________________________________
> 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