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 383478 - Need ac3 parser to support seeking in unframed .ac3 files
Need ac3 parser to support seeking in unframed .ac3 files
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal enhancement
: 0.10.18
Assigned To: Tim-Philipp Müller
GStreamer Maintainers
: 549031 583907 (view as bug list)
Depends on:
Blocks: 598029
 
 
Reported: 2006-12-07 19:11 UTC by Jaakko R
Modified: 2009-12-08 15:33 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jaakko R 2006-12-07 19:11:55 UTC
# totem bjorn_lynne-secret_world_\(surround_version\).ac3
does not allow to seek within the file.

File is obtained from
# wget http://downloads.lightspeed.cx/lynne/bjorn_lynne-secret_world_\(surround_version\).ac3

Competitors: mplayer, xine, vlc: seeking is ok.

[It should be surround version, but totem claims its 2 ch.]
Comment 1 Bastien Nocera 2008-08-22 17:09:37 UTC
*** Bug 549031 has been marked as a duplicate of this bug. ***
Comment 2 Andreas Allacher 2009-05-24 14:15:39 UTC
I can also confirm this problem. I am not able to seek in an .ac3 file from applications that use gstreamer, like totem or rhythmbox.
HOWEVER, I think the REAL problem here is that those players don't even REPORT the lenght of the file and therefore no seeking is possible..?
Comment 3 Tim-Philipp Müller 2009-05-24 18:43:48 UTC
> HOWEVER, I think the REAL problem here is that those players don't even REPORT
> the length of the file and therefore no seeking is possible..?

It wouldn't work if they tried. We need a parser for this, which would both report the length and allow seeking.


Comment 4 Andreas Allacher 2009-05-25 20:25:18 UTC
Is there none available yet?
Comment 5 Tim-Philipp Müller 2009-05-26 16:50:10 UTC
*** Bug 583907 has been marked as a duplicate of this bug. ***
Comment 6 Stefan Sauer (gstreamer, gtkdoc dev) 2009-05-31 19:50:31 UTC
If someone want to write one:
http://www.digitalpreservation.gov/formats/fdd/fdd000209.shtml
See links at the bottom.
Comment 7 Mark Nauwelaerts 2009-12-08 15:33:03 UTC
AC-3 parser is now available starting from following commit (and a few thereafter):

commit eccffea36909702c66eaed2e5bf5abfe24c33e2d
Author: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Date:   Fri Nov 27 17:59:03 2009 +0100

    ac3parse: initial version

    MARGINAL rank for now; might take some time for some (useful)
    framed=true/false to appear here and there.