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 |
|
Guillaume Desmottes
|
6dfd1c1496
|
use new debug and parse API
Changes from https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1355
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1403>
|
2023-12-04 15:58:21 +01:00 |
|
Sebastian Dröge
|
855b03a9ea
|
Use let-else instead of match for weak reference upgrades
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1375>
|
2023-10-30 11:34:35 +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 |
|
Guillaume Desmottes
|
a0f6e84ec2
|
tracers: queue_levels: add appsrc support
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1111>
|
2023-02-28 14:38:29 +01: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
|
45fa946e8b
|
tracer: buffer-lateness: Fix compilation after minor API change
|
2022-11-22 10:39:32 +02:00 |
|
Sebastian Dröge
|
a8250abbf1
|
Fix various new clippy warnings
|
2022-11-01 10:27:48 +02:00 |
|
Sebastian Dröge
|
9a68f6e221
|
Move from imp.instance() to imp.obj()
It's doing the same thing and is shorter.
|
2022-10-23 23:08:46 +03:00 |
|
François Laignel
|
86776be58c
|
Remove & for obj in log macros
This is no longer necessary.
See https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1137
|
2022-10-23 21:22:31 +02: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 |
|
Sebastian Dröge
|
7ee4afacf4
|
Change *Impl trait methods to only take &self and not Self::Type in addition
|
2022-10-10 15:03:25 +03:00 |
|
Sebastian Dröge
|
f66aafb039
|
tracers: queue-levels: Update for gst::TracerImpl API changes
|
2022-10-02 11:44:34 +03:00 |
|
Thibault Saunier
|
adb4cb8691
|
tracers: Fix documentation comment using gtk-doc style
So the online documentation works
|
2022-09-24 16:30:50 -03:00 |
|
Thibault Saunier
|
67e651f57c
|
Allow "unused_doc_comments" as we use hotdoc and not rustdoc
|
2022-08-29 18:33:22 -04:00 |
|
Thibault Saunier
|
31a53bba8a
|
Generate plugins documentation using hotdoc
Which will automatically be integrated in gstreamer documentation
|
2022-08-29 18:33:22 -04:00 |
|
Seungha Yang
|
a9a41a54be
|
tracers: Enable PipelineSnapshot only for unix target
This implementation does not support the other targets
(it uses SIGUSR1 which does not exist on Windows)
and would not be compiled
|
2022-08-09 11:47:02 +00:00 |
|
Sebastian Dröge
|
a45443251b
|
tracers: queue-levels: Add support for multiqueue and queue2
Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/218
|
2022-07-21 12:26:22 +03:00 |
|
Guillaume Desmottes
|
fe210a5715
|
tracers: queue_levels: log when file is being written
Help debugging when nothing is generated.
|
2022-07-20 17:05:29 +02:00 |
|
Guillaume Desmottes
|
bdd47d69ce
|
tracers: buffer_lateness: log when file is being written
Help debugging when nothing is generated.
|
2022-07-20 16:37:49 +02:00 |
|
Sebastian Dröge
|
320cb73527
|
tracers: Add new tracer for logging the lateness of each buffer when it leaves a pad
|
2022-07-19 18:03:40 +03:00 |
|
Sebastian Dröge
|
2f987b09ee
|
tracers: Add queue levels tracer and Python script for plotting
|
2022-07-19 18:03:40 +03:00 |
|
Guillaume Desmottes
|
351453c132
|
add snapshotting tracer
Convenient tracer to dump all the existing pipelines when receiving the
SIGUSR1 Unix signal.
|
2022-05-23 13:52:52 +02:00 |
|