[Bug 752807] New: h265parse: Fix sticky event mishandling when stream does not have VPS

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Jul 23 21:29:26 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=752807

            Bug ID: 752807
           Summary: h265parse: Fix sticky event mishandling when stream
                    does not have VPS
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: critical
          Priority: Normal
         Component: gst-plugins-bad
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: vineeth.tm at samsung.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

I get a sticky event mishandling error, for a file which does not have VPS in
its stream.
gst-discoverer-1.0 for the file times out because of this.

In the commit
http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/gst/videoparsers/gsth265parse.c?id=cd8c0227c8e5b4322052097131da20c04dbf68d0
the changes were made to set caps only when vps/sps/pps are set

But it is mentioned that
      /* It is not mandatory to have VPS in the stream. But it might
       * be needed for other extensions like svc */
so i guess we need not check VPS condition.

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