Sebastian Dröge
|
492c3d656c
|
Run everything through rustfmt again
|
2018-04-01 11:57:58 +03:00 |
|
Sebastian Dröge
|
4117c01ff2
|
Run everything through latest rustfmt-nightly
|
2018-02-22 11:18:37 +01:00 |
|
François Laignel
|
84e4546f72
|
Toc: implement Debug trait
|
2018-02-20 19:29:26 +01:00 |
|
Sebastian Dröge
|
e0dc84c10a
|
Run everything through rustfmt again
|
2017-12-20 19:30:14 +02:00 |
|
Sebastian Dröge
|
18f99073c1
|
Use from_glib_none/full directly on potential NULL pointers if Option<_> is returned
The implementation for Option<_> is doing exactly what we did manually
here.
|
2017-12-16 15:07:26 +02:00 |
|
Sebastian Dröge
|
b198ee21da
|
Let Sample::new(), TagList::add(), Structure::set() and others take more values by reference instead of by value
|
2017-11-27 14:34:02 +02:00 |
|
Sebastian Dröge
|
029527a6d4
|
Toc::merge() doesn't take ownership of the taglist
|
2017-11-27 14:03:33 +02:00 |
|
Sebastian Dröge
|
e1d134c4be
|
Run everything through latest rustfmt-nightly
|
2017-10-17 12:06:51 +03:00 |
|
Sebastian Dröge
|
14adb331ec
|
Implement StaticType on the actual MiniObjects, not the GstRc wrapper
|
2017-08-18 16:21:49 +03:00 |
|
fengalin
|
04f09ebc86
|
Add bindings for GstToc/TocSetter
https://github.com/sdroege/gstreamer-rs/pull/22
Fixes https://github.com/sdroege/gstreamer-rs/issues/10
|
2017-08-09 19:38:39 +03:00 |
|