Sebastian Dröge
|
fae723a238
|
Update documentation to gitlab pages
|
2018-11-26 16:27:13 +01:00 |
|
Sebastian Dröge
|
32265412f3
|
Change all links/mentions from gst-plugin-rs to gst-plugins-rs
|
2018-11-26 11:52:09 +01:00 |
|
Sebastian Dröge
|
97cc1c8458
|
Change all references from GitHub to freedesktop.org GitLab
|
2018-11-03 20:24:21 +02:00 |
|
Sebastian Dröge
|
046a0af6a1
|
Update versions to 0.4.0
|
2018-09-10 02:02:31 +03:00 |
|
Sebastian Dröge
|
5cac22d1c0
|
Switch gobject-subclass repository URI
|
2018-09-06 13:56:16 +03:00 |
|
Sebastian Dröge
|
5e55ed6b6c
|
Add support for subclassing GstAggregator and GstAggregatorPad
|
2018-08-01 19:13:42 +03:00 |
|
Sebastian Dröge
|
318656ea9b
|
Add api-bindings category to the crate
|
2018-05-02 14:12:39 +03:00 |
|
Sebastian Dröge
|
6803cb5fac
|
Move gobject-subclass to its own repository
|
2018-05-01 17:55:27 +03:00 |
|
Dirk Van Haerenborgh
|
31a48c4baa
|
Split out base object traits
This allows using this independent from GStreamer for subclassing e.g.
GIO or GTK GObjects.
Fixes https://github.com/sdroege/gst-plugin-rs/issues/28
Fixes https://github.com/sdroege/gst-plugin-rs/pull/32
|
2018-05-01 17:11:18 +03:00 |
|
Sebastian Dröge
|
714301d584
|
Don't require GStreamer 1.10
We're working just fine with 1.8 too
|
2018-01-15 09:34:53 +02:00 |
|
Aleksey Ivanov
|
67edf375f3
|
[Close #24] Update repository link
|
2017-12-22 23:39:22 +02:00 |
|
Sebastian Dröge
|
000da42b5c
|
Fix documentation URL
|
2017-12-22 16:29:51 +02:00 |
|
Sebastian Dröge
|
723409e05a
|
Update gst-plugin Cargo.toml with lots of metadata
|
2017-12-22 15:41:24 +02:00 |
|
Sebastian Dröge
|
b3725312c4
|
Update to lazy_static 1.0
|
2017-12-04 11:12:32 +02:00 |
|
Sebastian Dröge
|
393cd6236a
|
Move simple Source/Sink/Demuxer traits to a separate crate
Fixes https://github.com/sdroege/gst-plugin-rs/issues/20
|
2017-10-11 13:32:44 +03:00 |
|
Sebastian Dröge
|
6a7da572f0
|
Use our own reimplementation of mopa for our use cases
We had to replicate the mopafy! macro already anyway and poke into the
internals of the mopa implementation.
|
2017-09-26 13:54:55 +03:00 |
|
Sebastian Dröge
|
62a237ff0c
|
Implement a generic Element implementation infrastructure
And implement the Demuxer base class on top of that, with no unsafe code
left whatsoever
|
2017-09-19 14:56:04 +03:00 |
|
Sebastian Dröge
|
2781e0b3d8
|
Port demuxer to plain Rust
|
2017-09-18 21:29:42 +03:00 |
|
Sebastian Dröge
|
7e7433037d
|
Port everything over to gstreamer-rs
And remove all unneeded code and unused external crates.
|
2017-09-16 20:35:01 +03:00 |
|
Sebastian Dröge
|
338f2dcb92
|
Remove versions of git dependencies
|
2017-09-09 00:51:19 +03:00 |
|
Sebastian Dröge
|
dd5af12ebe
|
Rename used crates (gst -> gst_ffi, etc) and import gstreamer code
|
2017-07-31 23:26:52 +01:00 |
|
Sebastian Dröge
|
94016c39b0
|
Update to nom 3.0, bitflags 0.9
|
2017-06-06 13:29:19 +03:00 |
|
Sebastian Dröge
|
d962acc8c3
|
Update to released versions of glib-sys/gstreamer-sys
|
2017-05-10 11:25:17 +02:00 |
|
Sebastian Dröge
|
021de8af1f
|
Update to slog 2.0
|
2017-04-12 16:44:34 +03:00 |
|
Sebastian Dröge
|
d72f1f716b
|
Port C code for the source to pure Rust
|
2017-04-10 19:52:00 +03:00 |
|
Sebastian Dröge
|
24a10bb614
|
Port everything else over to glib/gobject/gstreamer-sys
|
2017-04-10 00:29:07 +03:00 |
|
Sebastian Dröge
|
e4ababa98f
|
Switch to gstreamer-sys crate and port buffer bindings to it
|
2017-04-06 15:10:22 +03:00 |
|
Sebastian Dröge
|
2b799910fc
|
Update to bitflags 0.8
|
2017-02-19 12:12:06 +02:00 |
|
Sebastian Dröge
|
e64facc254
|
Change license from LGPLv2.1+ to Apache2/MIT
https://github.com/sdroege/rsplugin/issues/7
|
2017-02-16 17:52:27 +02:00 |
|
Sebastian Dröge
|
aa54f1a4e6
|
Use num_rational instead of home-baked (u32, u32) fractions
|
2017-01-15 20:56:20 +01:00 |
|
Sebastian Dröge
|
93f09c8a4a
|
Add support for Speex to FLV demuxer
... and arrays of values in caps while at the same time refactoring the
Value code a bit.
|
2017-01-13 19:04:51 +02:00 |
|
Sebastian Dröge
|
137a14360f
|
Add debug logging everywhere
|
2016-12-27 16:47:39 +01:00 |
|
Sebastian Dröge
|
8ee1f72184
|
Add support for logging via slog
|
2016-12-25 12:16:12 +01:00 |
|
Sebastian Dröge
|
89b0220e26
|
Build each component into its own GStreamer plugin
|
2016-12-23 19:04:32 +02:00 |
|