Sebastian Dröge
|
86f422592b
|
Update for glib::Enum / glib::Boxed / glib::flags! macro renames
|
2021-11-22 11:04:26 +02:00 |
|
Sebastian Dröge
|
55aad51141
|
Update for glib constructor renames
See https://github.com/gtk-rs/gtk-rs-core/pull/384
|
2021-11-20 14:31:06 +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 |
|
Sebastian Dröge
|
b9541b2ca4
|
Update for GstObjectImpl API change
|
2021-10-23 12:31:33 +03:00 |
|
Sebastian Dröge
|
052365ba1a
|
Fix various needless-borrow clippy warnings and others
|
2021-07-30 13:53:35 +03:00 |
|
François Laignel
|
8f81cb8812
|
generic: migrate to new ClockTime design
|
2021-06-05 10:36:21 +02:00 |
|
François Laignel
|
8dfc872544
|
use gst::glib where applicable
|
2021-06-03 20:53:16 +02:00 |
|
Sebastian Dröge
|
ee0b2e79da
|
threadshare: Fix compilation after cleanup in the glib bindings
|
2021-05-07 10:24:45 +03:00 |
|
Sebastian Dröge
|
15cf738616
|
Update for Value trait refactoring
|
2021-04-25 15:48:55 +03:00 |
|
François Laignel
|
67c5871957
|
fix-getters-calls 0.3.0 pass
|
2021-04-20 18:19:58 +02:00 |
|
François Laignel
|
7d17f88941
|
post fix-getters manual updates
|
2021-04-13 17:24:20 +02:00 |
|
François Laignel
|
06accc8d98
|
fix-getters-{def,calls} pass
|
2021-04-12 15:57:19 +02:00 |
|
Sebastian Dröge
|
2cada57efc
|
Update for the subclassing glib/gstreamer bindings API changes
|
2021-03-09 17:07:13 +02:00 |
|
Sebastian Dröge
|
dc0c5f7611
|
Update for new #[glib::object_subclass] attribute macro
|
2021-03-07 18:27:00 +02:00 |
|
Sebastian Dröge
|
b649e9b076
|
Use gst::PARAM_FLAG_MUTABLE_PLAYING and others consistently everywhere
Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/139
|
2021-01-31 15:43:00 +02:00 |
|
Sebastian Dröge
|
d4ce1a33f2
|
Update for glib/gstreamer bindings API changes
|
2021-01-25 14:43:05 +02:00 |
|
Sebastian Dröge
|
3d617371af
|
Update for macro renames
|
2020-12-20 20:43:45 +02:00 |
|
Sebastian Dröge
|
ea6c05e16c
|
Update everything for glib macro renamings
|
2020-12-18 00:44:49 +02:00 |
|
Sebastian Dröge
|
708c6aa57e
|
Update for new simplified glib::Object::new() API
|
2020-12-17 18:15:54 +02:00 |
|
Sebastian Dröge
|
1c9c22df0c
|
generic: Update to 2018 edition
|
2020-11-23 10:28:33 +02:00 |
|
Sebastian Dröge
|
af0337c26c
|
generic: Update for subclassing API changes
|
2020-11-15 18:25:42 +02:00 |
|
Sebastian Dröge
|
0eb777cf5a
|
Update for removal of ObjectImpl::get_type_data()
|
2020-07-26 18:46:32 +03:00 |
|
Sebastian Dröge
|
a28455f0ce
|
Update for Element::post_message() signature change
|
2020-06-30 21:28:02 +00:00 |
|
François Laignel
|
e40267e95d
|
event,message,query: update instantiation
See https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/532
|
2020-06-25 11:26:32 +02:00 |
|
Sebastian Dröge
|
60321edb8c
|
Update for new_with_XXX/new_from_XXX function renaming
|
2020-06-16 11:56:48 +03:00 |
|
Guillaume Desmottes
|
e85799b9d6
|
use new constructor names
|
2020-06-11 13:07:01 +02:00 |
|
François Laignel
|
f0793587f6
|
threadshare/TaskImpl: allow transition hooks to fail...
... and add error handlers for iterate and transitions hooks with
default implementation.
|
2020-05-25 18:31:49 +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
|
26634f591a
|
threadshare: build Pad{Src,Sink} with handlers
Handlers for `Pad{Src,Sink}` are assigned when `prepare` is called
which prevents them from handling pre-prepare queries.
See https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/issues/247
|
2020-04-29 16:08:16 +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 |
|