mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
b886935e83
Sample command lines * Configures pipeline with video encoder decoder-caps-update \ --encoder="video/x-raw,format=NV12 ! qsvh264enc" \ --decoder=d3d11h264dec \ --videosink=d3d11videosink * Playing exisiting file decoder-caps-update \ --location=test_file.mp4 \ --decoder=d3d11h264dec \ --videosink=d3d11videosink Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3328>
28 lines
551 B
Meson
28 lines
551 B
Meson
subdir('audiomixmatrix')
|
|
subdir('avsamplesink')
|
|
subdir('camerabin2')
|
|
subdir('codecparsers')
|
|
subdir('codecs')
|
|
subdir('d3d11')
|
|
subdir('directfb')
|
|
subdir('gtk')
|
|
subdir('ipcpipeline')
|
|
subdir('mediafoundation')
|
|
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', ],
|
|
)
|