Skip to content

h265parse: Use the vps_timing_info to update the framerate

Gabby Park requested to merge dong9/gst-plugins-bad:add-framerate into master

In case of h265 stream, the timing_info (num_units_in_tick, time_scale) information will be described using vps or vui. This patch is for only describing at vps.

Merge request reports