nixpkgs/pkgs/applications/video/obs-studio
V e8e0255162
obs-studio: add plugin wrapper (#125308)
* obs-studio: tidy things up a little

* obs-studio: add plugin wrapper

This allows users to install plugins into their OBS Studio, like so:

	wrapOBS {
	  plugins = with obs-studio-plugins; [
	    wlrobs
	    obs-multi-rtmp
	    obs-gstreamer
	  ];
	}

* obs-gstreamer: convert to plugin

* obs-move-transition: convert to plugin

* obs-multi-rtmp: convert to plugin

* obs-ndi: convert to plugin

* obs-v4l2sink: remove

The functionality provided by this package is included in the upstream
project as of version 26.1.

Link: https://github.com/CatxFish/obs-v4l2sink/issues/56#issuecomment-753191690
Link: https://github.com/obsproject/obs-studio/releases/tag/26.1.0

* wlrobs: convert to plugin, unstable-2020-06-22 -> unstable-2021-05-13
2021-06-17 14:05:26 -04:00
..
plugins obs-studio: add plugin wrapper (#125308) 2021-06-17 14:05:26 -04:00
Change-product_version-to-user_agent_product.patch obs-studio: Fix compilation with latest CEF 2021-06-10 19:25:32 +02:00
default.nix obs-studio: add plugin wrapper (#125308) 2021-06-17 14:05:26 -04:00
Enable-file-access-and-universal-access-for-file-URL.patch obs-studio: Fix compilation with latest CEF 2021-06-10 19:25:32 +02:00
wrapper.nix obs-studio: add plugin wrapper (#125308) 2021-06-17 14:05:26 -04:00