[Bug 738237] New: baseparse: parser is never marked as FLAG_LOST_SYNC on discont

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Oct 9 07:27:38 PDT 2014


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

           Summary: baseparse: parser is never marked as FLAG_LOST_SYNC on
                    discont
    Classification: Platform
           Product: GStreamer
           Version: 1.4.3
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: nicolas.huet at parrot.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


In the function gst_base_parse_prepare_frame, discont is set to FALSE before
creating the frame.

Then the frame is created and the flags are applied to the frame calling the
function gst_base_parse_frame_update
As discont is already FALSE, the frame is not marked as
GST_BASE_PARSE_FLAG_LOST_SYNC

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