gstreamer/ext/smoothstreaming
Tim-Philipp Müller 7d46d67c59 smoothstreaming: update fps calculation for h264 codec parser API changes
Use new gst_h264_video_calculate_framerate() API instead of fps_n/fps_d
fields in SPS struct which are to be removed.

Apparently H264 content in MSS is always non-interlaced/progressive,
so we can just pass 0 for field_pic_flag and don't need to parse any
slice headers first if there's no external signalling. But even if
that's not the case the new code is not worse than the existing code.

https://msdn.microsoft.com/en-us/library/cc189080%28VS.95%29.aspx

https://bugzilla.gnome.org/show_bug.cgi?id=723352
2016-05-28 10:29:20 +01:00
..
gstmssdemux.c bad: use new gst_element_class_add_static_pad_template() 2016-03-24 14:56:51 +02:00
gstmssdemux.h smoothstreaming: remove unused dependency on uridownloader 2016-01-31 16:02:33 +00:00
gstmssmanifest.c smoothstreaming: update fps calculation for h264 codec parser API changes 2016-05-28 10:29:20 +01:00
gstmssmanifest.h mssdemux: implement snap seeking 2016-02-04 14:20:16 -03:00
gstsmoothstreaming-plugin.c dash/smoothstreaming: Remove unused debug category with the same name 2013-09-19 20:09:59 +02:00
Makefile.am smoothstreaming: remove unused dependency on uridownloader 2016-01-31 16:02:33 +00:00