[Bug 723352] codecparsers_h264: Framerate estimation enhancement

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu May 22 07:13:37 PDT 2014


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.3.3

--- Comment #8 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-05-22 14:13:31 UTC ---
commit aeb6a520742fd82888e41ea23f9a39add51125a0
Author: Sebastian Dröge <sebastian at centricular.com>
Date:   Thu May 22 16:12:01 2014 +0200

    h264parser: Remove unused fps_num/fps_den fields

    Instead the newly added function should be used to calculate
    the framerate properly.

commit 2c3e7b635279209a119c080ae4b40e599b009d91
Author: Aurélien Zanelli <aurelien.zanelli at parrot.com>
Date:   Mon May 19 17:52:38 2014 +0200

    h264parse: use new gst_h264_video_calculate_framerate() to get framerate

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

commit 753701bf689e2b349d382f79ba01f44d2e0e7602
Author: Aurélien Zanelli <aurelien.zanelli at parrot.com>
Date:   Mon May 19 17:43:54 2014 +0200

    codecparsers_h264: add gst_h264_video_calculate_framerate()

    Add a new function to calculate video stream framerate which rely on
    SPS, slice header and pic timing using formula:

             time_scale                1                         1
    fps = -----------------  x  ---------------  x  ------------------------
          num_units_in_tick     DeltaTfiDivisor     (field_pic_flag ? 2 : 1)

    See section E2.1 of H264 specification for definition of variables.

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

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