vtenc: apply DTS offset to ensure DTS <= PTS
authorAndoni Morales Alastruey <amorales@fluendo.com>
Thu, 30 Mar 2023 13:38:22 +0000 (15:38 +0200)
committerTim-Philipp Müller <tim@centricular.com>
Mon, 19 Jun 2023 10:17:36 +0000 (11:17 +0100)
commit01d999342f7ae761c4922a6238fa0dfc1323f42b
tree5b54ee9c11c3a0257b286f49e3c0b3154b1a35d7
parent49106eab5d8f2d81cb0fe73528953e786cff4c3f
vtenc: apply DTS offset to ensure DTS <= PTS

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4888>
13 files changed:
subprojects/gst-plugins-bad/sys/applemedia/meson.build
subprojects/gst-plugins-bad/sys/applemedia/vtdec.h
subprojects/gst-plugins-bad/sys/applemedia/vtenc.c
subprojects/gst-plugins-bad/sys/applemedia/vtenc.h
subprojects/gst-plugins-bad/tests/validate/meson.build
subprojects/gst-plugins-bad/tests/validate/vtenc/vtenc_h264.validatetest [new file with mode: 0644]
subprojects/gst-plugins-bad/tests/validate/vtenc/vtenc_h264/flow-expectations/log-enc-src-expected [new file with mode: 0644]
subprojects/gst-plugins-bad/tests/validate/vtenc/vtenc_h264_b_frames.validatetest [new file with mode: 0644]
subprojects/gst-plugins-bad/tests/validate/vtenc/vtenc_h264_b_frames/flow-expectations/log-enc-src-expected [new file with mode: 0644]
subprojects/gst-plugins-bad/tests/validate/vtenc/vtenc_h265.validatetest [new file with mode: 0644]
subprojects/gst-plugins-bad/tests/validate/vtenc/vtenc_h265/flow-expectations/log-enc-src-expected [new file with mode: 0644]
subprojects/gst-plugins-bad/tests/validate/vtenc/vtenc_h265_b_frames.validatetest [new file with mode: 0644]
subprojects/gst-plugins-bad/tests/validate/vtenc/vtenc_h265_b_frames/flow-expectations/log-enc-src-expected [new file with mode: 0644]