Markus Ebner
|
466e02df3a
|
Add verbose documentation to the examples
Added verbose documentation to all of the repository's examples.
|
2018-11-29 19:59:57 +01:00 |
|
Sebastian Dröge
|
db6a6543b4
|
Update for some more glib-rs API changes
|
2018-11-29 00:22:43 +02:00 |
|
Sebastian Dröge
|
3febc42628
|
Update for glib-rs API changes
|
2018-11-28 21:55:21 +02:00 |
|
Sebastian Dröge
|
ab626adc4a
|
Use new GLib boxed-type definition feature for carrying Rust types over GStreamer error messages
|
2018-11-28 08:57:17 +02:00 |
|
Sebastian Dröge
|
2255637e02
|
Remove "video editing" keyword from GES
They must be single words.
|
2018-11-26 17:02:41 +01:00 |
|
Sebastian Dröge
|
23bea73eb9
|
Fix some remaining references to github
|
2018-11-26 16:18:08 +01:00 |
|
Sebastian Dröge
|
7a7984a6c6
|
Update documentation
|
2018-11-26 16:17:11 +01:00 |
|
Sebastian Dröge
|
12c3d1e911
|
Update CHANGELOG.md for 0.12.2
|
2018-11-26 16:16:57 +01:00 |
|
Sebastian Dröge
|
8c9d1abe9d
|
Remove GitLab badge
It only works for gitlab.com currently
|
2018-11-26 16:16:26 +01:00 |
|
Sebastian Dröge
|
6629d1b3f6
|
Update documentation to GitLab pages
|
2018-11-26 16:15:53 +01:00 |
|
Sebastian Dröge
|
cef8bf5c8f
|
Various fixes for the per-crate README.md
|
2018-11-26 11:48:06 +01:00 |
|
Sebastian Dröge
|
414eba2baa
|
Update links from gst-plugin-rs to gst-plugins-rs
|
2018-11-26 11:43:39 +01:00 |
|
Sebastian Dröge
|
b41517234d
|
Various fixes for the README.md of the separate crates
|
2018-11-26 11:40:55 +01:00 |
|
Sebastian Dröge
|
5df964435c
|
Update README.md with changes from the main one
|
2018-11-26 11:36:48 +01:00 |
|
Sebastian Dröge
|
dad32c16c4
|
Update gst-plugin-rs link to gst-plugins-rs
|
2018-11-26 11:34:47 +01:00 |
|
Sebastian Dröge
|
aea6f79ef9
|
Implement Send/Sync for VideoFrame
Closes #153
|
2018-11-26 11:13:13 +01:00 |
|
Víctor Manuel Jáquez Leal
|
ec8727c3ca
|
Make rustfmt in CI happy
|
2018-11-23 15:32:05 +01:00 |
|
Sebastian Dröge
|
8eb4b879fc
|
Port Aggregator subclassing
|
2018-11-21 17:03:59 +02:00 |
|
Sebastian Dröge
|
2bc6efa893
|
Port AggregatorPad subclassing
|
2018-11-21 17:03:59 +02:00 |
|
Sebastian Dröge
|
411319198a
|
Port BaseTransform subclassing
|
2018-11-21 17:03:59 +02:00 |
|
Sebastian Dröge
|
2f90961ef1
|
Port BaseSink subclassing
|
2018-11-21 16:14:06 +02:00 |
|
Sebastian Dröge
|
771defa377
|
Port BaseSrc subclassing
|
2018-11-21 16:14:06 +02:00 |
|
Sebastian Dröge
|
d2b911a629
|
Port GhostPad subclassing
|
2018-11-21 16:14:06 +02:00 |
|
Sebastian Dröge
|
ec2a0635ca
|
Port Pad subclassing
|
2018-11-21 16:14:06 +02:00 |
|
Sebastian Dröge
|
97211e869b
|
Port Pipeline subclassing
|
2018-11-21 16:14:06 +02:00 |
|
Sebastian Dröge
|
55dac7eeb4
|
Port Bin subclassing
|
2018-11-21 16:14:06 +02:00 |
|
Sebastian Dröge
|
0a8d34bc23
|
Port ChildProxy subclassing
|
2018-11-21 16:14:06 +02:00 |
|
Sebastian Dröge
|
a0d2f0e98f
|
Port URIHandler subclassing
|
2018-11-21 16:14:06 +02:00 |
|
Sebastian Dröge
|
d2f00ca1e0
|
Allow passing normal strings to gst_plugin_define!() without explicit \0 at the end
See https://gitlab.freedesktop.org/gstreamer/gst-plugin-rs/issues/38
|
2018-11-21 16:14:06 +02:00 |
|
Sebastian Dröge
|
9ff906eb8e
|
Declare correct major/minor plugin versions based on bindings configuration
Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugin-rs/issues/37
|
2018-11-21 16:14:06 +02:00 |
|
Sebastian Dröge
|
56319f9294
|
Move subclassing infrastructure into the main bindings
And port Element bindings to the new infrastructure.
|
2018-11-21 16:14:06 +02:00 |
|
Sebastian Dröge
|
d6ce094cfd
|
Check for successful typefind registration in typefind unit test
|
2018-11-20 11:15:03 +02:00 |
|
Víctor Manuel Jáquez Leal
|
284992d83a
|
Add VideoFrame::from_glib_full() constructor
Thus it would be possible to instantiate gst_video::VideoFrame from
FFI's VideoFrame created outside of gstreamer_video's crate.
Fixes #152
|
2018-11-16 11:45:38 +01:00 |
|
Christian Meissl
|
533e4af669
|
net: Actually create an PTP clock instead of NTP clock
|
2018-11-15 18:27:45 +02:00 |
|
Fernando Jiménez Moreno
|
e7f32334c5
|
Add gst-editing-services to OSX deps list
|
2018-11-13 15:15:00 +01:00 |
|
Sebastian Dröge
|
8924af36e0
|
harness: Work around floating references issues in GstHarness
See https://gitlab.freedesktop.org/gstreamer/gstreamer/merge_requests/31
|
2018-11-13 14:45:20 +02:00 |
|
Sebastian Dröge
|
29d17faf09
|
Fix tests and enable them on CI
gstreamer-rtsp-server and gstreamer-editing-services are disabled for
now until there's a new release of them, or once we start building
against git master of them.
Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/issues/16
|
2018-11-11 18:06:27 +02:00 |
|
Sebastian Dröge
|
d7157a4279
|
Add the to-dot-file functions to the gst::Bin trait
This allows directly calling them on bins instead of using a global
function.
|
2018-11-11 10:14:43 +02:00 |
|
Sebastian Dröge
|
c9c16c9a25
|
Update gir
|
2018-11-11 08:39:44 +02:00 |
|
Sebastian Dröge
|
06d654760d
|
Implement glib::SendUnique on Adapter
It can be safely sent between threads as long as all references are in
the same thread.
|
2018-11-10 13:27:37 +02:00 |
|
Sebastian Dröge
|
7e79ddd335
|
Update CHANGELOG.md for 0.6.1
|
2018-11-10 12:27:38 +02:00 |
|
Sebastian Dröge
|
e456ca724b
|
Remove spurious Cargo.build file
|
2018-11-10 11:10:18 +02:00 |
|
Sebastian Dröge
|
2a73d29e71
|
Fix gstreamer-check library link name
|
2018-11-10 11:07:09 +02:00 |
|
Sebastian Dröge
|
2a307d5361
|
Add CHANGELOG.md to gstreamer-editing-services
|
2018-11-10 11:04:31 +02:00 |
|
Sebastian Dröge
|
797e82dce3
|
Fix gstreamer-check-sys crate name in README.md
|
2018-11-10 11:04:09 +02:00 |
|
Russel Winder
|
c4666a4208
|
mpegts: Updates for the new boxed types in MPEG-TS library of gst_plugins_bad.
|
2018-11-08 09:06:47 +00:00 |
|
Markus Ebner
|
fbe6d5ce38
|
Add transmuxing example showing typefind, multiqueue and dynamic pad usage
This adds a usage example for the typefind and multiqueue elements, and dynamic pads.
|
2018-11-05 13:06:01 +01:00 |
|
Sebastian Dröge
|
f31827f194
|
Regenerate with latest gir
Gets rid of some unneeded property notification functions in GES
|
2018-11-05 11:18:31 +02:00 |
|
Sebastian Dröge
|
825bf7301e
|
Update gir-files from gstreamer-rs-sys
|
2018-11-05 11:17:34 +02:00 |
|
Sebastian Dröge
|
75cda423fe
|
Regenerate with latest gir
Solves two issues from https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/issues/16
|
2018-11-05 11:16:27 +02:00 |
|