Sebastian Dröge
|
be9f544d0a
|
Update crate versions to 0.9.0
0.8 bugfix release development will be in the 0.8 branch
|
2017-09-01 13:44:07 +03:00 |
|
Sebastian Dröge
|
a30582a1ef
|
Add README.md to all crate subdirectories
This way it would show up on crates.io
|
2017-09-01 12:08:59 +03:00 |
|
Sebastian Dröge
|
380fb319ba
|
Don't return &'static references from functions but give them a generic lifetime
https://github.com/rust-lang/rust/pull/42417#issue-233404573
|
2017-09-01 11:40:32 +03:00 |
|
Sebastian Dröge
|
15d05ed3ac
|
Don't use versions for GIT dependencies in master
|
2017-08-31 13:34:52 +03:00 |
|
Sebastian Dröge
|
c94eb34f34
|
Add LICENSE files to all crate subdirectories
|
2017-08-31 13:34:52 +03:00 |
|
Sebastian Dröge
|
d3d00130df
|
Add links to homepage and proper docs
docs.rs can't generate our docs due to missing C libraries
|
2017-08-31 13:04:19 +03:00 |
|
Sebastian Dröge
|
6450fec398
|
Update versions to 0.8.0
|
2017-08-31 10:53:45 +03:00 |
|
Sebastian Dröge
|
52c013b834
|
Regenerate everything with latest GIR
|
2017-08-30 14:45:25 +03:00 |
|
Sebastian Dröge
|
f0935d7e1e
|
Add remaining gst_init() assertions
|
2017-08-30 14:39:09 +03:00 |
|
Sebastian Dröge
|
f05df73088
|
Add various gst_init() assertions to video/app bindings
audio and core should come next.
Also print something more meaningful than using assert_eq!().
|
2017-08-30 12:48:01 +03:00 |
|
Sebastian Dröge
|
046edc5efd
|
Add initial 0.8.0 (basically empty) CHANGELOG.md
Another release preparation.
|
2017-08-29 15:44:33 +03:00 |
|
Sebastian Dröge
|
083a6b6eeb
|
Update glib/gtk/etc versions, and gstreamer-sys
Fixes https://github.com/sdroege/gstreamer-rs/pull/30
|
2017-08-29 11:03:33 +03:00 |
|
Sebastian Dröge
|
f751afc0fb
|
Add prelude modules to all cratest that only re-export the traits
And use those in the examples instead of blanket * imports
|
2017-08-17 18:02:25 +03:00 |
|
Sebastian Dröge
|
767bd0537e
|
Only re-export traits once
|
2017-08-17 16:32:17 +03:00 |
|
Sebastian Dröge
|
1cb1cf9936
|
Implement Send+Sync for VideoInfo too
It's also immutable here.
|
2017-08-15 17:34:32 +03:00 |
|
Sebastian Dröge
|
b0307f9108
|
Fix build with --all-features and run it on travis
|
2017-08-15 13:46:16 +03:00 |
|
Sebastian Dröge
|
8a40fed0a4
|
Add some badges
|
2017-08-15 10:30:32 +03:00 |
|
Sebastian Dröge
|
e66bcf8a5d
|
Allow any Into<Fraction> for VideoInfo::fps() and VideoInfo::par()
|
2017-08-14 09:54:32 +03:00 |
|
Sebastian Dröge
|
59af28e508
|
Simplify VideoFrame impl
|
2017-08-11 15:20:56 +03:00 |
|
Sebastian Dröge
|
4b24ca1823
|
Add VideoOverlay bindings
|
2017-08-11 15:03:16 +03:00 |
|
Sebastian Dröge
|
cb8ca2c00e
|
Add VideoFrame bindings
|
2017-08-11 14:55:31 +03:00 |
|
Sebastian Dröge
|
18871110cd
|
Add VideoInfo::convert()
|
2017-08-11 12:54:01 +03:00 |
|
Sebastian Dröge
|
b08980cd5e
|
Add some more VideoInfo convenience API
|
2017-08-11 12:51:27 +03:00 |
|
Sebastian Dröge
|
830f0b7d83
|
Add VideoInfo and related bindings
|
2017-08-11 12:42:59 +03:00 |
|
Sebastian Dröge
|
3a50ca61e3
|
Add initial libgstvideo bindings
Only VideoFormat and VideoFormatInfo and related API for now.
https://github.com/sdroege/gstreamer-rs/issues/5
|
2017-08-11 00:41:55 +03:00 |
|