[Bug 704285] [playbin] incorrect sorting of decoders when autoplugging

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jul 15 13:17:15 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=704285
  GStreamer | gst-plugins-base | 1.1.2

--- Comment #2 from Arnaud Vrac <rawoul at gmail.com> 2013-07-15 20:17:09 UTC ---
The problem is in the autoplug_factories callback. The libav decoder is
prepended to the dec_list directly without being sorted against the hw
elements. Only decoders which are in a GstAVElement are compared in rank, but
since there is no sink in libav, it's not included in the GstAVElement list.

I'm not sure I understand why there is a separation between plugins with a
decoder/sink couple and plugins with only a decoder.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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