Thibault Saunier
|
1dcf0943db
|
tracers: buffers-lateness: Add a signal to force writing log file
This way applications can write the queue levels info whenever it wants
and does not need to wait for the application to quite.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1912>
|
2024-11-12 13:04:43 -03:00 |
|
Thibault Saunier
|
153d4c7ac5
|
tracers: queue-levels: Add a signal to force writing log file
This way applications can write the queue levels info whenever it wants
and does not need to wait for the application to quite.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1912>
|
2024-11-12 13:04:43 -03:00 |
|
Thibault Saunier
|
93ade2526d
|
tracer: snapshot: Add some documentation
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1889>
|
2024-11-01 07:09:58 +00:00 |
|
Thibault Saunier
|
f752516e31
|
tracer: snapshot: Add an explicit \xdg-cache\ parameter
Instead of that magically xdg-cache string
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1889>
|
2024-11-01 07:09:58 +00:00 |
|
Thibault Saunier
|
344326434c
|
tracers: snapshot: Add an option to use folders for each snapshot
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1889>
|
2024-11-01 07:09:58 +00:00 |
|
Thibault Saunier
|
f6d550d571
|
tracers: snapshot: Add an option to add pipeline pts in file names
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1889>
|
2024-11-01 07:09:58 +00:00 |
|
Thibault Saunier
|
6551a4631c
|
tracers: pipeline_snapshot: Add a "cleanup-mode" to remove dot files when wanted
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1889>
|
2024-11-01 07:09:58 +00:00 |
|
Thibault Saunier
|
e531c7f625
|
tracers: pipeline_snapshot: Make it controllable inside apps
Exposing properties so that user can configure it when instantiating it
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1889>
|
2024-11-01 07:09:58 +00:00 |
|
Thibault Saunier
|
27b02445d0
|
tracers: pipeline_snapshot: Allow passing dot-dir as a parameter
Overriding the default GST_DEBUG_DUMP_DOT_DIR env var
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1889>
|
2024-11-01 07:09:58 +00:00 |
|
Sebastian Dröge
|
7e59c3f0fd
|
Remove once_cell dependency
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1868>
|
2024-10-21 17:53:18 +00:00 |
|
Sebastian Dröge
|
b5586095bc
|
tracers: Update to etherparse 0.16
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1808>
|
2024-09-25 09:05:56 +03:00 |
|
Sebastian Dröge
|
b83b6031e5
|
Update etherparse and async-tungstenite dependencies
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1691>
|
2024-08-06 09:00:32 +03:00 |
|
Thibault Saunier
|
a05ab37b49
|
tracers: Add a tracer that dumps data flow into .pcap files
See documentation for more details
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/879>
|
2024-07-31 20:27:27 +00:00 |
|
Sebastian Dröge
|
98b28d69ce
|
Update for new debug log macro syntax
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1658>
|
2024-07-08 11:25:23 +03:00 |
|
Sebastian Dröge
|
66030f36ad
|
tracers: Add a pad push durations tracer
This tracer measures the time it takes for a buffer/buffer list push to return.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1506>
|
2024-04-17 16:20:43 +03:00 |
|
Bilal Elmoussaoui
|
0615a16124
|
Use workspace features for crates metadata/deps
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1446>
|
2024-02-05 15:34:31 +01:00 |
|
Sebastian Dröge
|
1a55c70114
|
Switch git dependencies to explicitly name branch
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1445>
|
2024-02-05 12:51:36 +02:00 |
|
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
|
33a1d8de3d
|
tracers: buffer-lateness: display some stats about late buffers
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1437>
|
2024-01-29 09:24:08 +00:00 |
|
Guillaume Desmottes
|
d5740ea844
|
tracers: buffer-lateness: add argument to display only late buffers
Help to easily spot places where buffers are late when plotting big
pipelines.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1437>
|
2024-01-29 09:24:08 +00: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 |
|
Sebastian Dröge
|
d688aeb184
|
Update versions to 0.12.0-alpha.1
|
2023-08-10 17:21:11 +03:00 |
|
Sebastian Dröge
|
3b41f206bc
|
Don't generate .def files for plugins
Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/389
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1299>
|
2023-08-09 13:54:34 +03:00 |
|
Sebastian Dröge
|
31b1cb8ca6
|
Update minimum supported Rust version to 1.70
gtk-rs will update soonish too.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1280>
|
2023-07-19 09:19:34 +03: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
|
9fc1404415
|
Update minimum supported Rust version to 1.66
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1096>
|
2023-02-20 11:09:01 +02:00 |
|
Sebastian Dröge
|
1e13dbb99c
|
Update versions to 0.11.0-alpha.1
|
2023-02-10 00:23:56 +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
|
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
|
f2223cf2cb
|
Update versions to 0.10.0-alpha.1
|
2022-10-24 19:31:19 +03: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
|
20ad9175d8
|
Make GStreamer plugin/crate/library/directory names and descriptions consistent
Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/238
|
2022-10-23 20:25:08 +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 |
|
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 |
|
Nirbheek Chauhan
|
1d4d3e4cb0
|
build: Update versions to be 0.9.0-alpha.1
0.9.0 is the next release, so we can't name things that already.
Also the version in meson.build was 0.13.0, which is completely wrong.
|
2022-10-04 21:27:23 +05:30 |
|
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 |
|
Sebastian Dröge
|
46dddaf31c
|
Update minimum supported Rust version to 1.63
|
2022-09-04 21:31:55 +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 |
|
Sebastian Dröge
|
2a54d57968
|
tracers: queue_levels.py: cycle colors
Fix crash when drawing more dataset than the number of colors.
|
2022-08-11 09:34:46 +00: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 |
|
Guillaume Desmottes
|
7eea27aefc
|
tracers: buffer_lateness.py: cycle colors
Fix crash when drawing more dataset than the number of colors.
Fix #221
|
2022-08-09 13:13:14 +02:00 |
|
Sebastian Dröge
|
7d666ce517
|
tracers: queue-levels: Fix analysis script if only a single plot should be created
|
2022-07-21 12:26:22 +03: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 |
|