Sebastian Dröge
|
4ad101b53b
|
Use once_cell crate directly again
The glib crate does not depend on it anymore and also does not re-export
it anymore.
Also switch some usages of OnceCell to OnceLock from std.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1441>
|
2024-01-31 18:07:57 +02:00 |
|
Bilal Elmoussaoui
|
dd2d7d9215
|
Use re-exported once_cell
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1268>
|
2023-07-06 17:50:49 +03:00 |
|
Bilal Elmoussaoui
|
2cc98bf410
|
Adapt to glib::Continue rename
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1268>
|
2023-07-06 17:50:49 +03:00 |
|
Sebastian Dröge
|
47159ad3c2
|
Make sure to keep around and drop bus watches after usage in all the examples
|
2023-04-14 12:46:43 +03:00 |
|
Sebastian Dröge
|
fc5ed15af5
|
Update for gst::Element::link_many() and related API generalization
Specifically, get rid of now unneeded `&`.
|
2023-03-09 16:46:52 +02:00 |
|
Sebastian Dröge
|
3b4c48d9f5
|
Fix various new clippy warnings
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1062>
|
2023-01-25 10:31:19 +02:00 |
|
Sebastian Dröge
|
a8250abbf1
|
Fix various new clippy warnings
|
2022-11-01 10:27:48 +02:00 |
|
Sebastian Dröge
|
f058a5e229
|
Various minor cleanups
|
2022-10-22 19:50:24 +03:00 |
|
Sebastian Dröge
|
12400b6b87
|
Update everything for element factory builder API changes
And set properties as part of object construction wherever it makes
sense.
|
2022-10-19 19:43:29 +03:00 |
|
Jordan Petridis
|
005fbafb30
|
threadshare: disable tests that can't work on windows
These depend on socket properties that are not available on windows
|
2022-09-05 11:47:20 +03:00 |
|
François Laignel
|
06273ed628
|
ts: add test pipeline::socket_play_null_play
|
2022-06-30 11:13:39 +00:00 |
|
François Laignel
|
422ea740ca
|
Update to gst::_log_macro_
See the details:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/980
|
2022-02-21 20:50:01 +01:00 |
|
Sebastian Dröge
|
51f8e963d6
|
Add SPDX-License-Identifier to all file headers
|
2022-01-15 21:18:47 +02:00 |
|
Sebastian Dröge
|
c68f6b2631
|
Update for GLib signal emit_by_name() API changes
|
2021-11-21 18:15:04 +02:00 |
|
Bilal Elmoussaoui
|
82be7b3ac5
|
adapt to ObjectExt improvements
|
2021-11-08 14:43:53 +02:00 |
|
Sebastian Dröge
|
d9bda62a47
|
Update for GLib/GStreamer API changes
And clean up a lot of related property/caps/structure code.
|
2021-11-06 09:34:10 +02:00 |
|
François Laignel
|
8dfc872544
|
use gst::glib where applicable
|
2021-06-03 20:53:16 +02:00 |
|
Sebastian Dröge
|
94f75c29a1
|
threadshare: Use appsink callbacks instead of signals in the tests
|
2021-05-31 10:33:50 +03:00 |
|
Sebastian Dröge
|
15cf738616
|
Update for Value trait refactoring
|
2021-04-25 15:48:55 +03:00 |
|
François Laignel
|
06accc8d98
|
fix-getters-{def,calls} pass
|
2021-04-12 15:57:19 +02:00 |
|
Sebastian Dröge
|
0616c18703
|
Update for changed GLib signals API
|
2021-02-22 17:20:40 +02:00 |
|
Sebastian Dröge
|
1c9c22df0c
|
generic: Update to 2018 edition
|
2020-11-23 10:28:33 +02:00 |
|
François Laignel
|
1bea2ad279
|
threadshare: introduce TaskImpl trait
TaskImpl is the trait for specific Task behaviour. It is the basis
of a new Task model. The main motivation for this model is to ease
threadsafe implementations of state transitions.
See https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/298
|
2020-05-25 18:31:48 +02:00 |
|
François Laignel
|
957aac94ae
|
threadshare: align some properties with their C counterparts
Some ts-elements properties don't match the name, type or default
value of the C elements counterparts.
|
2020-04-27 11:22:26 +02:00 |
|
Sebastian Dröge
|
5a7fcfad7f
|
Fix various new clippy warnings with clippy 1.43
|
2020-04-24 13:55:01 +03:00 |
|
Arun Raghavan
|
dc3c8fd049
|
Drop gst-plugin- prefix in plugin directory name
|
2020-04-05 19:10:47 +00:00 |
|