gstreamer/docs/libs
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
..
.gitignore docs: add ignore rules for libs docs directory 2011-09-22 20:09:32 +01:00
compiling.sgml gst: Update versioning 2012-04-04 14:44:34 +02:00
gst-plugins-bad-libs-docs.sgml gl: add colorconvert object that converts between color spaces/formats 2014-04-11 10:37:05 +10:00
gst-plugins-bad-libs-overrides.txt docs: Build documentations for libraries 2011-09-02 15:46:02 +02:00
gst-plugins-bad-libs-sections.txt codecparsers_h264: add gst_h264_video_calculate_framerate() 2014-05-22 16:12:35 +02:00
gst-plugins-bad-libs.types gl: add colorconvert object that converts between color spaces/formats 2014-04-11 10:37:05 +10:00
Makefile.am Move gst-plugins-gl to bad 2014-03-16 15:17:59 +01:00