New upstream version 25.0.3+dfsg1
This commit is contained in:
parent
04fe0efc67
commit
8b2e5f2130
569 changed files with 62491 additions and 5875 deletions
|
|
@ -2194,6 +2194,7 @@ bool obs_module_load(void)
|
|||
.get_defaults = av_capture_defaults,
|
||||
.get_properties = av_capture_properties,
|
||||
.update = av_capture_update,
|
||||
.icon_type = OBS_ICON_TYPE_CAMERA,
|
||||
};
|
||||
|
||||
obs_register_source(&av_capture_info);
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
AVCapture="Videoaufnahmegerät"
|
||||
Device="Gerät"
|
||||
UsePreset="Benutze Voreinstellung"
|
||||
UsePreset="Voreinstellung benutzen"
|
||||
Preset="Voreinstellung"
|
||||
Buffering="Puffern benutzen"
|
||||
Buffering="Pufferung benutzen"
|
||||
FrameRate="Bildrate"
|
||||
InputFormat="Eingabeformat"
|
||||
ColorSpace="Farbraum"
|
||||
|
|
|
|||
|
|
@ -3,4 +3,12 @@ Device="Naprava"
|
|||
UsePreset="Uporabi prednastavljeno"
|
||||
Preset="Prednastavljeno"
|
||||
Buffering="Uporabi medpomnilnik"
|
||||
FrameRate="Hitrost sličic"
|
||||
InputFormat="Vhodni format"
|
||||
ColorSpace="Barvni prostor"
|
||||
VideoRange="Video razpon"
|
||||
VideoRange.Partial="Delni"
|
||||
VideoRange.Full="Polni"
|
||||
Auto="Samodejni"
|
||||
Unknown="Neznano ($1)"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue