gstreamer/docs
Aurélien Zanelli 753701bf68 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
2014-05-22 16:12:35 +02:00
..
libs codecparsers_h264: add gst_h264_video_calculate_framerate() 2014-05-22 16:12:35 +02:00
plugins Release 1.3.2 2014-05-21 13:06:35 +02:00
random Fix FSF address 2012-11-04 00:09:59 +00:00
.gitignore ignore more 2006-04-01 10:16:28 +00:00
Makefile.am docs: remove stray ( in Makefile.am 2014-02-26 19:19:38 +01:00
version.entities.in gst: Update versioning 2012-04-04 14:44:34 +02:00