[Bug 661262] [pulseaudiosink] Playbin2 fails playing mkv with ac3 as pulseaudiosink to accept ac3

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Oct 28 19:54:58 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=661262
  GStreamer | gst-plugins-good | git

--- Comment #35 from Nicolas Dufresne <nicolas.dufresne at collabora.co.uk> 2011-10-29 02:54:50 UTC ---
Created an attachment (id=200233)
 View: https://bugzilla.gnome.org/attachment.cgi?id=200233
 Review: https://bugzilla.gnome.org/review?bug=661262&attachment=200233

Rewored playsink converter refactoring

I've rebase/reworked the refactoring on top of the proxy pad getcaps stuff. I
skipped the caps cache and the raw/no-raw optimisation part as I don't
personally need that for my work. Also I noticed that Arun patch is enough for
this bug, so we are already hijacking it with some re-factoring work. I suggest
we should create seperate bugs for it.

Changed from your initial work is:
- Using GQueue to do optimal appending operation (future proof as the chain is
very small)
- Renamed to GstPlaySinkBaseConvert, to reflect it's a base class and nicely do
thelink with the subclass names GstPlaySinkVideoConvert and
GstPlaySinkAudioConvert.

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