[Bug 699972] New: In the base video decoder, I encounter a case where output_segment is undefined before a call to gst_segment_clip.

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed May 8 18:41:43 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=699972
  GStreamer | gst-plugins-base | git

           Summary: In the base video decoder, I encounter a case where
                    output_segment is undefined before a call to
                    gst_segment_clip.
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: mathieu.duponchelle at epitech.eu
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


The order of operation is : get a new segment, flush the decoder, which sets
output_segment.format to UNDEFINED, then gst_video_decoder_clip_and_push_buf
tries to clip the output_segment and fails.

The proposed patch fixes the issue, I don't know if it's correct.

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