[Bug 737219] New: flacparse: When generating headers, leave total_samples at 0 if upstream duration query returns GST_CLOCK_TIME_NONE.

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Sep 23 14:37:09 PDT 2014


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

           Summary: flacparse:  When generating headers, leave
                    total_samples at 0 if upstream duration query returns
                    GST_CLOCK_TIME_NONE.
    Classification: Platform
           Product: GStreamer
           Version: 1.4.1
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: jlitzinger at control4.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


The current implementation converts GST_CLOCK_TIME_NONE to a duration in
samples, in my case about 248M.  This causes libFLAC to (silently) stop
decoding when this value is reached.  If the duration is NONE, the
total_samples should be 0 so that the stream doesn't end prematurely.

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