New upstream version 19.0.3+dfsg1
This commit is contained in:
parent
3708b8e092
commit
1f1bbb3518
534 changed files with 13862 additions and 2459 deletions
11
plugins/linux-v4l2/data/locale/bn-BD.ini
Normal file
11
plugins/linux-v4l2/data/locale/bn-BD.ini
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
V4L2Input="ভিডিও ক্যাপচার ডিভাইস (V4L2)"
|
||||
Device="ডিভাইস"
|
||||
Input="ইনপুট"
|
||||
VideoFormat="ভিডিও ফরম্যাট"
|
||||
VideoStandard="ভিডিও মান"
|
||||
DVTiming="DV টাইমিং"
|
||||
Resolution="রেজল্যুশন"
|
||||
FrameRate="ফ্রেমের হার"
|
||||
LeaveUnchanged="ফরাসী"
|
||||
UseBuffering="বাফারিং ব্যবহার করুন"
|
||||
|
||||
2
plugins/linux-v4l2/data/locale/hi-IN.ini
Normal file
2
plugins/linux-v4l2/data/locale/hi-IN.ini
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
V4L2Input="वीडियो कैप्चर डिवाइस (V4L2)"
|
||||
|
||||
|
|
@ -912,11 +912,8 @@ fail:
|
|||
static void v4l2_update_source_flags(struct v4l2_data *data,
|
||||
obs_data_t *settings)
|
||||
{
|
||||
uint32_t flags = obs_source_get_flags(data->source);
|
||||
flags = (obs_data_get_bool(settings, "buffering"))
|
||||
? flags & ~OBS_SOURCE_FLAG_UNBUFFERED
|
||||
: flags | OBS_SOURCE_FLAG_UNBUFFERED;
|
||||
obs_source_set_flags(data->source, flags);
|
||||
obs_source_set_async_unbuffered(data->source,
|
||||
!obs_data_get_bool(settings, "buffering"));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue