tytan652

Results 341 comments of tytan652

Looks like Qt (and the KDE Platform plugin) does some things that breaks the expectation between `setText()` and `text()`.

Apparently SVT-AV1 have no "deprecation then replace" process to prepare for some kind of API/ABI breakage. https://github.com/FFmpeg/FFmpeg/commit/d1ed5c06e3edc5f2b5f3664c80121fa55b0baa95 Edit: Got cherry-picked to 7.1 branch (https://github.com/FFmpeg/FFmpeg/commit/68b5db246407f0b0e398ce3b10ee57f738f0c524).

For using gdb in the Flatpak ([src](https://docs.flatpak.org/en/latest/debugging.html)): ``` sh $ flatpak install org.freedesktop.Sdk.Debug com.obsproject.Studio.Debug # Optional: Install OBS Studio debug symbols $ flatpak run --command=sh --devel com.obsproject.Studio $ gdb /app/bin/obs...

I just realized that the issue title mismatch the described behavior.

> while using global shortcuts i've noticed every time `create_session` is called (and shortcuts are bound to it) it creates a new section in KDE's shortcut settings. This sentence give...

3.6.0 caused a breakage (which break RTMPS), until MbedTLS fix their mess with a bugfix release. I don't think this PR should be "ready for review" since 3.6.0 can not...

I, at least, think we should not advertise any support of version `==3.6.0` in any capacity.

> Personally I think just keeping the values the same would be the easiest way forward though to not break anything. Alternatively we could also replace the first item with...

https://github.com/obsproject/obs-studio/blob/60a45d3aa3b5900216f0e069e5af901d93013307/plugins/linux-pipewire/pipewire.c#L396-L397 is the only place where it can happen.

Read the contributing document, follow the commit guidelines (use force push when fixing the commit name). Otherwise the PR might be closed even if the addition is correct.