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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Apr 7 06:29:22 PDT 2010


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

Stefan Kost (gstreamer, gtkdoc dev) <ensonic> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.22

--- Comment #1 from Stefan Kost (gstreamer, gtkdoc dev) <ensonic at sonicpulse.de> 2010-04-07 13:29:17 UTC ---
commit 2ff1558a87a9bd6fc745765ed016758b765b887a
Author: Marco Ballesio <marco.ballesio at nokia.com>
Date:   Wed Apr 7 16:06:54 2010 +0300

    h264depay: handle properly STAPs

    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.
    Fixes #615051.

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