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 |
|
François Laignel
|
c414f78248
|
threadshare: fix race condition in tcpclientsrc test
|
2020-04-28 20:47:08 +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 |
|