mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-02-22 07:36:20 +00:00
This copies over the required bits of code from cros-codecs and drops the dependency on cros-codecs. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/2054>
32 lines
598 B
TOML
32 lines
598 B
TOML
[default.extend-words]
|
|
ND = "ND" # net/ndi
|
|
encrypter = "encrypter"
|
|
numer = "numer" # numerator
|
|
paeth = "paeth"
|
|
seeked = "seeked"
|
|
|
|
# mux/mp4
|
|
fiel = "fiel"
|
|
trun = "trun"
|
|
|
|
# net/rtp/src/ac3 - "5/8ths" - not sure how to allow this without also letting through all typos of 'this'
|
|
ths = "ths"
|
|
|
|
# net/aws
|
|
ines = "ines"
|
|
Ines = "Ines"
|
|
|
|
# net/hlsmultivariantsink
|
|
cros = "cros"
|
|
ue = "ue"
|
|
|
|
[files]
|
|
extend-exclude = [
|
|
"*.mcc",
|
|
"*.ref",
|
|
"*.scc",
|
|
"net/webrtc/gstwebrtc-api/src/keysyms.js",
|
|
# third party code
|
|
"video/closedcaption/src/c/*",
|
|
"net/webrtc/gstwebrtc-api/third-party/*",
|
|
]
|