Luis de Bethencourt
|
e82e8e0c34
|
Needless pass by value
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
|
2017-10-24 23:41:20 +02:00 |
|
Luis de Bethencourt
|
95dc336b65
|
Use while let
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
|
2017-10-24 23:41:05 +02:00 |
|
Thijs Vermeir
|
b24f628772
|
Add basic-tutorial-6 from the GStreamer tutorials
https://cgit.freedesktop.org/gstreamer/gst-docs/tree/examples/tutorials/basic-tutorial-6.c
Fixes https://github.com/sdroege/gstreamer-rs/pull/43
|
2017-10-17 12:24:54 +03:00 |
|
Sebastian Dröge
|
e1d134c4be
|
Run everything through latest rustfmt-nightly
|
2017-10-17 12:06:51 +03:00 |
|
Thibault Saunier
|
faae914f72
|
Add the tutorial5 (Gtk video player with informations about streams)
Fixes https://github.com/sdroege/gstreamer-rs/pull/41
|
2017-10-14 20:22:10 +03:00 |
|
Thibault Saunier
|
08c30a0566
|
Add basic-tutorial-7.rs
Fixes https://github.com/sdroege/gstreamer-rs/pull/42
|
2017-10-13 09:47:10 +03:00 |
|
Sebastian Dröge
|
b773c0b46a
|
Fix compilation again now that GstRc::get_mut() requires &mut self again
|
2017-10-11 15:39:27 +03:00 |
|
Thijs Vermeir
|
f253caac19
|
Add basic-tutorial-4 from the GStreamer tutorials
https://cgit.freedesktop.org/gstreamer/gst-docs/tree/examples/tutorials/basic-tutorial-4.c
Fixes https://github.com/sdroege/gstreamer-rs/pull/39
|
2017-10-11 11:29:35 +03:00 |
|
Thijs Vermeir
|
38b58cbf9d
|
Add basic-tutorial-3 from the GStreamer tutorials
https://cgit.freedesktop.org/gstreamer/gst-docs/tree/examples/tutorials/basic-tutorial-3.c
Fixes https://github.com/sdroege/gstreamer-rs/pull/38
|
2017-10-09 16:38:13 +03:00 |
|
Sebastian Dröge
|
f1025170d9
|
Use while-let and CLOCK_TIME_NONE for the bus.timed_pop() loops in the examples/tutorials
|
2017-09-13 19:35:35 +03:00 |
|
Jouan
|
a1679f6216
|
Added basic-tutorial-2
Fixes https://github.com/sdroege/gstreamer-rs/pull/33
|
2017-09-13 19:33:02 +03:00 |
|
Sebastian Dröge
|
24b8b383d8
|
Add comments from the C tutorial to basic-tutorial-1
|
2017-09-08 16:33:09 +03:00 |
|
Sebastian Dröge
|
6f6db8ac47
|
Add basic-tutorial-1 from the GStreamer tutorials
https://cgit.freedesktop.org/gstreamer/gst-docs/tree/examples/tutorials/basic-tutorial-1.c
|
2017-09-08 11:51:27 +03:00 |
|