[Bug 675451] a52dec: can update caps if original number of audio channels has changed

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu May 17 04:18:26 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=675451
  GStreamer | gst-plugins-ugly | 0.10.x

Mark Nauwelaerts <mnauw> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.20

--- Comment #3 from Mark Nauwelaerts <mnauw at users.sourceforge.net> 2012-05-17 11:18:22 UTC ---
In addition to the mask the test should also not be against using_channels
(which specifies the current output), but rather stream_channels (which tracks
the input stream channels).  The original patch would repeatedly renegotiate if
e.g. downstream could only handle 2 channels (using_channels) of the 6 input
channels (stream_channels).

[0.10]
commit 98b8c1ce564705ea9370d9cb453f4075a407a03b
Author: Mark Nauwelaerts <mark.nauwelaerts at collabora.co.uk>
Date:   Thu May 17 12:40:05 2012 +0200

    a52dec: trigger renegotiation upon changed stream channels

    Fixes #675451

[0.11]
commit 4d97760993ddef99175f1dc2bcf1444fcd1943f9
Author: Mark Nauwelaerts <mark.nauwelaerts at collabora.co.uk>
Date:   Thu May 17 12:40:05 2012 +0200

    a52dec: trigger renegotiation upon changed stream channels

    Fixes #675451

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