[Bug 696911] New: GstSegment adds lot of warning noise

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Mar 30 08:18:02 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=696911
  GStreamer | gstreamer (core) | git

           Summary: GstSegment adds lot of warning noise
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: matej.knopp at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


This patch

http://cgit.freedesktop.org/gstreamer/gstreamer/commit/gst/gstsegment.c?id=82f7bdd7bbaf9d8e94f55186959b07d46a1e03e0

Now gst segment warns every time gst_segment_to_running_time is called with
position outside of segment start/top. 

i.e. during seek - the position usually starts before the segment boundary as
the seek goes to keyframe before segment start

also basesink calls it with position=-1, gstcollectpads calls it with
GST_BUFFER_DTS(buf) without checking if dts is valid. There are many places in
gstreamer where the method is called with position outside  of segment
boundaries and I'm not sure why they all are now supposed to print warnings.

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