[Bug 782741] Improve element's metadata in regard to hw decoding

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Feb 20 12:24:10 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=782741

Víctor Manuel Jáquez Leal <vjaquez at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vjaquez at igalia.com

--- Comment #3 from Víctor Manuel Jáquez Leal <vjaquez at igalia.com> ---
(In reply to Victor Toso from comment #2)
> (In reply to Sebastian Dröge (slomo) from comment #1)
> > Why are the ranks not enough for sorting here?
> 
> That would mean I need to know the plugins that do hw decoding in every
> platform while I'm interested if I have any that can do h264/vp9 etc hw
> decoding.

After you get the decoder list for a specific codec, you can sort it with their
ranks.

Now, bear in mind that in the specific case of VA-API/MSDK or OMX, it is not
assured that the backend will use specific hardware, there could be software
only backends.

> > And there's more to this than knowing if a encoder uses hardware. The
> > hardware based on might still be slower in some use cases, its quality might
> > be worse, it might only support different profiles than what you want to
> > produce, etc.
> 
> IMHO it would be good enough to state that a given element uses hw decode.
> If it can't decode a given profile or if the quality is worse, shouldn't
> matter much.
> 
> The point is that in general we would like to try hw decode first. That's
> probably covered by using playbin. But knowing if it is possible to hw
> decode given video codec would help setup which codec should we use for
> streaming in the host/guest machine.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list