[Bug 650960] New: flacparse makes decoded flac files start at sample offset 9215

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue May 24 05:14:16 PDT 2011


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

           Summary: flacparse makes decoded flac files start at sample
                    offset 9215
    Classification: Platform
           Product: GStreamer
           Version: 0.10.29
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: thomas at apestaart.org
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Create test file, note total length
gst-launch -v filesrc location=pink.flac ! flacdec ! filesink silent=False


Decode with flacdec, note that first offset is 0
gst-launch -v filesrc location=pink.flac ! flacdec ! fakesink silent=False


Decode with flacparse, note that first offset is 9215
gst-launch -v filesrc location=pink.flac ! flacparse ! flacdec ! fakesink
silent=False

Additionally I noticed that offset_end isn't being set when it's easy to set
it.

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