After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 673434 - a52dec: support first_access bigger than 2 in dvd mode
a52dec: support first_access bigger than 2 in dvd mode
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
git master
Other Linux
: Normal major
: 0.11.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-04-03 14:05 UTC by Alban Browaeys
Modified: 2012-04-15 13:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
a52dec: support first_access bigger than 2 in dvd mode (1.01 KB, patch)
2012-04-03 14:05 UTC, Alban Browaeys
committed Details | Review

Description Alban Browaeys 2012-04-03 14:05:05 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.
Comment 1 Tim-Philipp Müller 2012-04-15 13:50:40 UTC
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