Sebastian Dröge
|
86e969d964
|
Remove various Into<Option<_>> trait bounds from functions
In autogenerated code these were already replaced but some manual code
still kept them.
|
2019-05-24 10:04:16 +00:00 |
|
Sebastian Dröge
|
e7898c1b24
|
Update manual code
|
2019-04-15 19:19:19 +03:00 |
|
Sebastian Dröge
|
86a31b4139
|
Silence/fix various clippy warnings
|
2019-03-07 14:05:35 +02:00 |
|
Sebastian Dröge
|
8c39da4e5b
|
Update to Rust 1.31 linter-specific attributes
|
2019-03-04 15:16:01 +02:00 |
|
François Laignel
|
a254a8ed29
|
Declare Gst defined Debug Categories and add one for Rust binding
|
2019-01-16 17:07:57 +01:00 |
|
Sebastian Dröge
|
33a6aab6d7
|
Run everything through latest rustfmt
|
2018-07-27 13:36:40 +03:00 |
|
Sebastian Dröge
|
694bcaa697
|
Fix all clippy warnings
Or silence the ones we don't care about.
|
2018-07-20 10:28:20 +03:00 |
|
Sebastian Dröge
|
2cefd9aea6
|
Re-run everything through rustfmt
|
2018-04-25 11:13:14 +03:00 |
|
Sebastian Dröge
|
492c3d656c
|
Run everything through rustfmt again
|
2018-04-01 11:57:58 +03:00 |
|
Sebastian Dröge
|
fca0287dec
|
Use ptr::NonNull in various places
|
2018-04-01 11:29:55 +03:00 |
|
Sebastian Dröge
|
fc7cda4522
|
Directly dereference DebugCategory struct to read the threshold and #[inline]
This should improve logging performance if the threshold is not high
enough.
|
2018-03-16 12:27:36 +02:00 |
|
Sebastian Dröge
|
c2f075ed8d
|
Description of debug categories is optional
Also add a getter for the description of a debug category
|
2017-12-16 17:56:23 +02:00 |
|
Sebastian Dröge
|
fccb1eca5e
|
Implement fmt::Debug more consistently for miniobjects and various other types
|
2017-12-01 11:34:01 +02:00 |
|
Sebastian Dröge
|
60e6bd8604
|
Require passing an object reference directly to the GStreamer logging macros
|
2017-09-11 14:18:32 +03:00 |
|
Sebastian Dröge
|
ca6c597fad
|
Add bindings for the GStreamer logging system
|
2017-09-09 16:35:01 +03:00 |
|