videoparsers: Disable gst_base_parse_set_infer_ts
authorVivia Nikolaidou <vivia@ahiru.eu>
Fri, 11 Oct 2019 13:19:26 +0000 (16:19 +0300)
committerVivia Nikolaidou <vivia@ahiru.eu>
Tue, 19 Nov 2019 08:23:31 +0000 (10:23 +0200)
commit851682629ee543a0058dd2fde6297271d05fc876
tree5475f53feadfdc7a6dc8bf827d54d3ec81d4a844
parent397a9edb35dcdb959212164b01ac23beb6a7c585
videoparsers: Disable gst_base_parse_set_infer_ts

From the documentation of gst_base_parse_set_infer_ts, it should be
disabled for non-audio data. Currently just disabling for all video
parsers that have reordered data: h264, h265, mpeg, mpeg4, vc1. Was
already disabled in h263.
gst/videoparsers/gsth264parse.c
gst/videoparsers/gsth265parse.c
gst/videoparsers/gstmpeg4videoparse.c
gst/videoparsers/gstmpegvideoparse.c
gst/videoparsers/gstvc1parse.c