[Bug 687674] apedemux: some WavPack files with APE end tag fail to play/typefind

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Nov 6 15:19:06 PST 2012


https://bugzilla.gnome.org/show_bug.cgi?id=687674
  GStreamer | gst-plugins-good | unspecified

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |t.i.m at zen.co.uk
            Summary|[wavpack] some WavPack      |apedemux: some WavPack
                   |files fail to work          |files with APE end tag fail
                   |                            |to play/typefind
     Ever Confirmed|0                           |1

--- Comment #1 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2012-11-06 23:18:59 UTC ---
This appears to be an issue with apedemux at first glance.

This works fine:
$ gst-launch-1.0 filesrc location=foo.wv ! audio/x-wavpack,framed=false !
wavpackparse ! wavpackdec ! pulsesink

This also:
$ head --bytes=4M foo.wv > foo-notag.wv
$ gst-launch-1.0 playbin uri=file:///path/to/foo-notag.wv

This does not strip the APE tag at the end, however:
$ gst-launch-1.0 filesrc location=foo.wv ! apedemux ! filesink
location=foo-notag.wv

Possibly it doesn't handle the APE tag at the end correctly.

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