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 548194 - a52dec doesn't set up segment for raw files correctly.
a52dec doesn't set up segment for raw files correctly.
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
git master
Other Mac OS
: Normal normal
: 0.10.9
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-08-17 22:48 UTC by Jan Schmidt
Modified: 2008-08-26 16:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
set up a 0 based time segment for raw files. (759 bytes, patch)
2008-08-17 22:50 UTC, Jan Schmidt
committed Details | Review

Description Jan Schmidt 2008-08-17 22:48:21 UTC
Ends up throwing endless errors trying to clip audio buffers against a byte segment. Patch attached.
Comment 1 Jan Schmidt 2008-08-17 22:50:19 UTC
Created attachment 116836 [details] [review]
set up a 0 based time segment for raw files.
Comment 2 Tim-Philipp Müller 2008-08-26 15:32:36 UTC
Patch makes sense and the chances of it breaking anything seem rather small, so it should just go in IMHO.
Comment 3 Jan Schmidt 2008-08-26 16:01:14 UTC
2008-08-26  Jan Schmidt  <jan.schmidt@sun.com>

        * ext/a52dec/gsta52dec.c:
        Set up a default time segment for output when receiving
        an incoming byte segment (as for raw AC3 files).
        Fixes: #548194