GNOME Bugzilla – Bug 772258
playbin3: avoid plugging a decoder element when the sink handle encoded data
Last modified: 2018-11-03 11:50:24 UTC
Hi, I have an audio sink that can take compressed audio and render it directly. In playbin2 no decoder is plugged between the demuxer and the sink, allowing hardware offloading of the audio decoding. However in playbin3, the fact that the sink can decode audio is ignored and a decoder is plugged in, which is sub-optimal.
We need to figure out a better autoplugging signal for decodebin3, which is the reason why playbin3 can't handle that use-case right now. The reason are explained in https://bugzilla.gnome.org/show_bug.cgi?id=769079#c15 and other comments of that bug
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/297.