[gstreamer-bugs] [Bug 641151] lame: doesn't negotiate sample rate properly

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Feb 3 10:28:57 PST 2011


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
          Component|gst-plugins-bad             |gst-plugins-ugly
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.18
            Summary|lame(?): doesn't negotiate  |lame: doesn't negotiate
                   |sample rate properly        |sample rate properly

--- Comment #3 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2011-02-03 18:28:50 UTC ---
commit 7551d102f8b87446729a55c3909ebbc15296c26e
Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date:   Thu Feb 3 18:25:00 2011 +0000

    tests: add unit test for lamemp3enc negotiation issue

    https://bugzilla.gnome.org/show_bug.cgi?id=641151

commit 7417ad6d5feb74696b030a179f390656ecaf7ac7
Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date:   Thu Feb 3 18:18:35 2011 +0000

    lamemp3enc: implement sinkpad get_caps() function to proxy rate and
channels restrictions from downstream

    The element downstream of mp3enc might only accept certain sample rates or
channels,
    make sure we relay any restrictions that do exist to upstream when it does
a
    get_caps() on the sink pad. That way upstream elements like audioresample
or
    audioconvert can pick a sample rate / channel configuration that will be
accepted,
    instead of just negotiating to the highest, which might then be rejected.

    https://bugzilla.gnome.org/show_bug.cgi?id=641151

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