[Bug 732154] h264parse: fix and optimize NAL collection function

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jul 1 07:37:10 PDT 2014


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

Sebastian Dröge (slomo) <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|HEAD                        |1.4.0

Gwenole Beauchesne <gb.devel> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #3 from Gwenole Beauchesne <gb.devel at gmail.com> 2014-07-01 14:37:04 UTC ---
commit 5601c875989df92373abf72ba7c89091244c6f6d
Author: Gwenole Beauchesne <gwenole.beauchesne at intel.com>
Date:   Tue Jun 24 13:55:13 2014 +0200

    h264parse: fix and optimize NAL collection function.

    Use gst_h264_parser_identify_nalu_unchecked() to identify the next
    NAL unit. We don't want to parse the full NAL unit, but only the
    header bytes and possibly the first RBSP byte for identifying the
    first_mb_in_slice syntax element.

    Also fix check for failure when returning from that function. The
    only success condition for that is GST_H264_PARSER_OK, so use it.

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

    Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne at intel.com>

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