[Bug 642433] [playbin2] improve autoplugging by considering direct connectivity to the sink element

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Feb 18 03:28:34 PST 2011


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

--- Comment #9 from Sebastian Dröge <slomo at circular-chaos.org> 2011-02-18 11:28:30 UTC ---
While the sorting patch makes sense I don't think this is the way to go for
iec958 passthrough. For this to work you have to give your aac-to-iec958
payloader a rank >= marginal and have to give it a classification as Decoder,
Parser or Depayloader. This is going to break if your sink does not support
iec958 and you don't have a AAC decoder with a higher rank than this iec958
payloader.

I think the iec958 payloaders need to get a different classification to prevent
them from being autoplugged by decodebin2 in normal scenarios and playbin2
should insert them at the front of the factories list in autoplug-factories if
the sink supports iec958. Btw, could you make your aac-to-iec958 payloader
available somewhere? :)

-- 
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