- 09 Nov, 2017 1 commit
-
-
Sebastian Dröge authored
Which gives us mappings between instance and class struct for now.
-
- 06 Nov, 2017 2 commits
-
-
Sebastian Dröge authored
Patch based on the one from Thibault Saunier for gst-plugin-rs's Adapter
-
Sebastian Dröge authored
And implement basically the Try trait for them. This will be replaced by the Try trait once it is stable. Fixes https://github.com/sdroege/gstreamer-rs/issues/44
-
- 05 Nov, 2017 2 commits
-
-
-
Sebastian Dröge authored
And fix-up manual code
-
- 04 Nov, 2017 1 commit
-
-
Sebastian Dröge authored
They're manually implemented now.
-
- 31 Oct, 2017 1 commit
-
-
Sebastian Dröge authored
-
- 30 Oct, 2017 1 commit
-
- 29 Oct, 2017 1 commit
-
-
Sebastian Dröge authored
-
- 27 Oct, 2017 2 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- 26 Oct, 2017 4 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- 25 Oct, 2017 3 commits
-
-
Sebastian Dröge authored
This is sometimes more convenient than using the iterator.
-
Sebastian Dröge authored
These can sometimes be more usable than the iterator based approach
-
Sebastian Dröge authored
-
- 24 Oct, 2017 3 commits
-
-
This creates a reference to a reference, clean it. Fixes https://github.com/sdroege/gstreamer-rs/pull/48 Fixes https://github.com/sdroege/gstreamer-rs/issues/47
-
Avoid an unnecessary allocation by passing the Caps by reference instead of by value. Fixes https://github.com/sdroege/gstreamer-rs/pull/46 Fixes https://github.com/sdroege/gstreamer-rs/issues/45
-
When destructuring a single pattern in a loop it is nicer to use while let. Fixes https://github.com/sdroege/gstreamer-rs/pull/46 Fixes https://github.com/sdroege/gstreamer-rs/issues/45
-
- 20 Oct, 2017 1 commit
-
-
Sebastian Dröge authored
Not just from Vec<u8>.
-
- 17 Oct, 2017 2 commits
-
-
Sebastian Dröge authored
- 15 Oct, 2017 2 commits
-
-
Sebastian Dröge authored
We don't own them, we don't want to copy them. They're *statically* allocated things in C.
-
Sebastian Dröge authored
No way to create them though, just use lazy_static from Rust instead if something like this is needed.
-
- 14 Oct, 2017 1 commit
- 13 Oct, 2017 1 commit
- 12 Oct, 2017 1 commit
-
-
Sebastian Dröge authored
It can also be called on the shallow references.
-
- 11 Oct, 2017 6 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
This reverts commit 4b77c18b. It unfortunately allows to get multiple mutable references to the same underlying data, which is not allowed.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
This avoids depending on gst_flow_combiner_ref/unref which were introduced in gstreamer-1.12.1. Fixes https://github.com/sdroege/gstreamer-rs/pull/40
-
- 09 Oct, 2017 2 commits
-
-
Sebastian Dröge authored
-
- 05 Oct, 2017 1 commit
-
-
Sebastian Dröge authored
-
- 01 Oct, 2017 2 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-