GNOME Bugzilla – Bug 673434
a52dec: support first_access bigger than 2 in dvd mode
Last modified: 2012-04-15 13:50:49 UTC
Created attachment 211224 [details] [review] a52dec: support first_access bigger than 2 in dvd mode gst_buffer_extract returns the number of bytes extracted, here 2 max. Set size to the buffer size as was done in 0.10 to avoid first_access error when it bypass 2.
Thanks for the patch! commit 43afed87526ce726b3732e7f883f27a59fdc752e Author: Alban Browaeys <prahal@yahoo.com> Date: Mon Apr 2 19:31:20 2012 +0200 a52dec: fix first_access bigger than 2 gst_buffer_extract returns the number of bytes extracted, here 2 max. Set size to the buffer size as was done in 0.10 to avoid first_access error when it bypass 2. https://bugzilla.gnome.org/show_bug.cgi?id=673434