[gstreamer-bugs] [Bug 615051] New: h264depay: STAP are handled the wrong way

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Apr 7 06:08:27 PDT 2010


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

           Summary: h264depay: STAP are handled the wrong way
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: critical
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: marco.ballesio at nokia.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


Created an attachment (id=158118)
 View: https://bugzilla.gnome.org/attachment.cgi?id=158118
 Review: https://bugzilla.gnome.org/review?bug=615051&attachment=158118

proposed patch

in rtph264depay.c, lines 577-576, NALU-type 24 (Single-Time Aggregation Packet)
is handled in fall-through as NALU-type 26 (unhandled).

This leads high quality h264 streams such as:

rtsp://stream.yle.mobi/yle/areena/MEDIA_E0342657_p3.mp4

to fail with "NAL unit type 24 not supported yet" (but it's actually
supported), and thus to close any stream which contains STAPs.

The proposed one-liner patch fixes the issue.

NOTE: this is a regression from former releases, thus the critical severity.

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