[Bug 672277] dxr3: port plugin to 0.10

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Mar 17 04:27:22 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=672277
  GStreamer | gst-plugins-bad | unspecified

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |t.i.m at zen.co.uk
            Version|0.10.28                     |unspecified
            Summary|Include DXR3 plugin in      |dxr3: port plugin to 0.10
                   |gst-plugins-bad build       |
     Ever Confirmed|0                           |1

--- Comment #1 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2012-03-17 11:27:19 UTC ---
Thanks for the patches, but I think this needs some more porting/rewriting.

I think the element should derive from GstAudioSink, or at least
GstBaseAudioSink.

It should only have one sink pad instead of having two sinkpads (one for PCM
one for AC3) - unless I misunderstood how these pads are supposed to work here.
The AC3 padder can probably go and be replaced with
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-libs/html/gst-plugins-base-libs-gstaudioiec61937.html

The chain function only receives buffers in 0.10 (in 0.8 it was events +
buffers), and there are separate event functions for events now. But ideally
the audio sink can handle all of that anyway.

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