Commit Graph

521 Commits

Author SHA1 Message Date
github-actions[bot]
ceb7ed5e38
Merge master into staging-next 2023-05-30 00:02:21 +00:00
Lily Foster
c9c7de9db5
gst_all_1.gst-plugins-rs: increase test timeout and disable livesync plugin for now 2023-05-29 06:18:22 -04:00
Sandro
eaff983702
Merge pull request #233102 from lilyinstarlight/upd/gstreamer-1.22.3 2023-05-23 13:46:29 +02:00
Lily Foster
093a5ffd97
gst_all_1.gst-plugins-rs: enable audiofx and hotdoc
I also threw in a couple of drive-by nit fixes.
2023-05-20 07:14:49 -04:00
Lily Foster
f239891b8b
gst_all_1.gst-editing-services: 1.22.2 -> 1.22.3 2023-05-19 18:36:30 -04:00
Lily Foster
4ba3163184
gst_all_1.gst-devtools: 1.22.2 -> 1.22.3 2023-05-19 18:36:30 -04:00
Lily Foster
08f74f2c8b
gst_all_1.gst-rtsp-server: 1.22.2 -> 1.22.3 2023-05-19 18:36:30 -04:00
Lily Foster
5a1d3ebf39
gst_all_1.gst-vaapi: 1.22.2 -> 1.22.3 2023-05-19 18:36:30 -04:00
Lily Foster
ce3b3a9301
gst_all_1.gst-libav: 1.22.2 -> 1.22.3 2023-05-19 18:36:30 -04:00
Lily Foster
b8db775519
gst_all_1.gst-plugins-ugly: 1.22.2 -> 1.22.3 2023-05-19 18:36:30 -04:00
Lily Foster
2c3f7d72f4
gst_all_1.gst-plugins-bad: 1.22.2 -> 1.22.3 2023-05-19 18:36:29 -04:00
Lily Foster
3d447156f4
gst_all_1.gst-plugins-good: 1.22.2 -> 1.22.3 2023-05-19 18:36:29 -04:00
Lily Foster
9f70ed7d49
gst_all_1.gst-plugins-base: 1.22.2 -> 1.22.3 2023-05-19 18:36:29 -04:00
Lily Foster
9ee245dce6
gst_all_1.gstreamer: 1.22.2 -> 1.22.3 2023-05-19 18:36:29 -04:00
Sandro
27dd33c02c
Merge pull request #229705 from j-baker/jbaker/enable_webrtc
gst_all_1.gst-plugins-bad: enable webrtc
2023-05-19 02:29:12 +02:00
Lily Foster
bae09e7319
gst_all_1.*: adopt maintainership as lilyinstarlight 2023-05-18 18:47:21 -04:00
Lily Foster
273d862e46
gst_all_1: fix gst-python comment 2023-05-18 18:47:16 -04:00
Sandro
235373f0aa
Merge pull request #225143 from lilyinstarlight/pkg/mopidy-spotify 2023-05-17 16:59:45 +02:00
Lily Foster
25f705da12
gst_all_1.gst-plugins-rs: init at 0.10.7 2023-05-15 10:28:06 -04:00
James Baker
2c57ba1bd4
gst_all_1.gst-plugins-bad: enable webrtc
At present, there are two blockers from using webrtc with
the gstreamer included by Nix. The first is that on Darwin,
the explicit WebRTC functionality is disabled, because at
time of adding, libnice did not work on Darwin. libnice does
now work on darwin, so we can re-enable it. The second is that
webrtc also needs sctp, which is provided by usrsctp. This
was disabled at authorship time because there was no nix
derivation. There now is, so it can be safely enabled.
2023-05-03 18:29:40 +01:00
Lorenz Brun
d5962b7e97 gst_all_1.gst-plugins-bad: remove gstmicrodns
This plugin causes every application which uses GstDeviceMonitor to
emit an mDNS query for _rtsp._tcp.local every two seconds.
The application can filter devices to exclude any devices found, but
there does not seem to be a way for applications to opt out of sending
these messages. See [1] and [2].

This plugin was apparently introduced by its author to be able to access
local and networked cameras through a single API [3], I'm pretty sure
that nixpkgs has no applications making use of it.

Remove it at least until it does not emit mDNS requests by default
anymore.

[1] https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/721#note_253085
[2] https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/issues/1090
[3] https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/721#note_253104
2023-04-30 13:58:44 +02:00
Alyssa Ross
4705a06cc0
gst_all_1: re-disable docs for cross
Documentation was recently enabled, which broke the cross build.

Fixes: 46bf2c47f0 ("gst_all_1.gst-editing-services: 1.20.3 -> 1.22.2")
Fixes: 782969f5d6 ("gst_all_1.gst-rtsp-server: 1.20.3 -> 1.22.2")
Fixes: 79e42f53c2 ("gst_all_1.gst-devtools: 1.20.3 -> 1.22.2")
Fixes: 50b8c274ea ("gst_all_1.gst-vaapi: 1.20.3 -> 1.22.2")
Fixes: 26a54eba11 ("gst_all_1.gst-libav: 1.20.3 -> 1.22.2")
Fixes: a315e09637 ("gst_all_1.gst-plugins-ugly: 1.20.3 -> 1.22.2")
Fixes: f03d8ba1e1 ("gst_all_1.gst-plugins-bad: 1.20.3 -> 1.22.2")
Fixes: 3028bf5ea3 ("gst_all_1.gst-plugins-good: 1.20.3 -> 1.22.2")
Fixes: 4b859ee802 ("gst_all_1.gstreamer: 1.20.3 -> 1.22.2")
2023-04-19 01:04:18 +00:00
Lily Foster
46bf2c47f0
gst_all_1.gst-editing-services: 1.20.3 -> 1.22.2 2023-04-16 09:18:12 -04:00
Lily Foster
782969f5d6
gst_all_1.gst-rtsp-server: 1.20.3 -> 1.22.2 2023-04-16 09:18:12 -04:00
Lily Foster
79e42f53c2
gst_all_1.gst-devtools: 1.20.3 -> 1.22.2 2023-04-16 09:18:12 -04:00
Lily Foster
50b8c274ea
gst_all_1.gst-vaapi: 1.20.3 -> 1.22.2 2023-04-16 09:18:12 -04:00
Lily Foster
26a54eba11
gst_all_1.gst-libav: 1.20.3 -> 1.22.2 2023-04-16 09:18:12 -04:00
Lily Foster
a315e09637
gst_all_1.gst-plugins-ugly: 1.20.3 -> 1.22.2 2023-04-16 09:18:11 -04:00
Lily Foster
f03d8ba1e1
gst_all_1.gst-plugins-bad: 1.20.3 -> 1.22.2 2023-04-16 09:18:11 -04:00
Lily Foster
3028bf5ea3
gst_all_1.gst-plugins-good: 1.20.3 -> 1.22.2 2023-04-16 09:18:11 -04:00
Lily Foster
4b859ee802
gst_all_1.gstreamer: 1.20.3 -> 1.22.2 2023-04-16 09:18:09 -04:00
Vladimír Čunát
883780bd81
Merge #223248: gst-plugins-base: enable graphene + gstgl
on aarch64-darwin.  Merge into staging
2023-04-16 09:37:48 +02:00
Colin
ceb4451bcc gst_all_1.vaapi: move python3 to nativeBuildInputs to fix cross compilation 2023-04-15 19:11:36 +03:00
Colin
5b82c9d52c gst_all_1.gst_editing_service: fix cross compilation
python3 is used both during the build process (nativeBuildInputs)
and #include'd/linked to by ges-formatter.c (buildInputs)
2023-04-15 19:11:36 +03:00
betaboon
e3802695c8 gst_all_1.icamerasrc: 20221209 -> 2023-03-09 2023-04-07 17:34:54 +02:00
Lily Foster
4ff7d99a6a
gst-plugins-bad: add cocoa for darwin 2023-03-26 19:37:23 -04:00
Lily Foster
d8de50d5dd
gst-plugins-base: enable graphene and re-enable gstgl on aarch64-darwin 2023-03-26 19:37:14 -04:00
Martin Weinelt
c4c9f600e7
gst_all_1.icamerasrc: init at 202212109 2023-02-14 18:33:29 +01:00
John Ericson
4180befaaf gstreamer: Add meta.pkgConfigModules and test 2023-02-11 11:03:01 -05:00
Artturi
fc07700aa0
Merge pull request #208144 from Artturin/opencvupdate1 2023-01-03 03:52:35 +02:00
Artturin
e9f67d5ae5 gst_all_1.gst-plugins-bad: bump opencv version range 2022-12-28 22:26:07 +02:00
Sandro Jäckel
1557d41797
gst_all_1.gst-plugins-base: fix build without x11 2022-12-25 20:36:50 +01:00
figsoda
ec8cb34358 treewide: fix typos 2022-12-17 19:39:44 -05:00
Artturin
7e49471316 treewide: optional -> optionals where the argument is a list
the argument to optional should not be list
2022-10-10 15:40:21 +03:00
Vladimír Čunát
bfff65312a
Merge #190023: gst-plugins-bad: patch nvcodec to check opengl path
...into staging
2022-09-28 09:58:48 +02:00
Sergei Trofimovich
4d024ad7bb
Merge pull request #192725 from trofi/gst_all_1.gst-plugins-bad-add-lcms2
gst_all_1.gst-plugins-bad: add missing lcms2 depend
2022-09-26 21:34:25 +01:00
Martin Weinelt
68c0ca4416 Merge remote-tracking branch 'origin/master' into staging-next 2022-09-25 21:36:31 +02:00
José Romildo
84f8194038 gst_all_1.gstreamermm: fix build against glib 2.68 2022-09-24 11:33:15 -03:00
José Romildo
e9d3dff4d7 gst_all_1.gstreamermm: format nix expression 2022-09-24 11:32:14 -03:00
superherointj
dd9072b4a7 gst_all_1.gstreamermm: mark broken 2022-09-24 09:42:18 -03:00