As we all know, GStreamer is able to automatically load the most appropriate plugins,such as androidmedia.It's wonderful!
However, in some mobile devices, MediaCodec itself is not very good work,so, I want to add an interface, let the user choose whether to use hardware decoder,
how can I do it ? any suggestion would be appreciated.
You may change the ranking of the element based on which you want to give higher priority.
On Wed, May 4, 2016 at 6:47 AM, lucky chou <[hidden email]> wrote:
As we all know, GStreamer is able to automatically load the most appropriate
plugins,such as androidmedia.It's wonderful!
However, in some mobile devices, MediaCodec itself is not very good work,so,
I want to add an interface, let the user choose whether to use hardware
decoder,
how can I do it ? any suggestion would be appreciated.