gstreamer/subprojects/gst-plugins-bad/tests/examples/meson.build
Seungha Yang 886cfecd36 qsvencoder: Add support for dynamic bitrate update
... and add more encoding options.

QSV API supports dynamic bitrate change without IDR insertion.
That's more efficient way of runtime encoding option update
than starting from new sequence with IDR per bitrate option change.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2039>
2022-03-29 15:52:58 +00:00

26 lines
494 B
Meson

subdir('audiomixmatrix')
subdir('avsamplesink')
subdir('camerabin2')
subdir('codecparsers')
subdir('d3d11')
subdir('directfb')
subdir('ipcpipeline')
subdir('mpegts')
subdir('msdk')
subdir('mxf')
subdir('nvcodec')
subdir('opencv', if_found: opencv_dep)
subdir('qsv')
subdir('uvch264')
subdir('va')
subdir('waylandsink')
subdir('webrtc')
subdir('wpe')
executable('playout',
'playout.c',
install: true,
dependencies : [gstbase_dep, gstvideo_dep],
c_args : ['-DGST_USE_UNSTABLE_API', ],
)