Hi,
In h264parse
element in GStreamer utilizes the
gst_base_parse_set_pts_interpolation()
function in its gsth264parse.c
Is it possible to use the same functionality in the tsparse
element. ?
Can tsparse
call gst_base_parse_set_pts_interpolation()
directly, or would additional modifications be required to enable this feature?
Any guidance or insights on how to achieve PTS interpolation in tsparse would be greatly appreciated!
Thankyou in advance !