- 27 Aug, 2018 8 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Arun Raghavan authored
-
Sebastian Dröge authored
-
Philippe Normand authored
This function is especially usefull when using the leaks tracer. It was removed in commit e7a0543c.
-
Sebastian Dröge authored
-
- 24 Jul, 2018 3 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- 19 Jul, 2018 6 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- 12 Jun, 2018 1 commit
-
-
François Laignel authored
This is a workaround to get the fix from PR #113 on branch 0.11 without breaking the API.
-
- 08 Jun, 2018 7 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
This was accidentially removed while merging a change from master
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Thibault Saunier authored
-
Thibault Saunier authored
-
- 04 Jun, 2018 1 commit
-
-
Philippe Normand authored
The name is the identifier of the visualization that has to be passed to gstreamer_player::Player::set_visualization(). Fixes #111
-
- 19 May, 2018 1 commit
-
-
Sebastian Dröge authored
It was accidentially ignored before
-
- 09 May, 2018 4 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
This fixes various memory-safety issues caused by broken reference counting. We have to handle pre-1.14 and post-1.14 differently in constructors. See https://bugzilla.gnome.org/show_bug.cgi?id=743062#c30
-
Sebastian Dröge authored
As such, make them FnMut and remove the Sync requirement from them. We can only do this for the callbacks and not the signals, because the signals can in theory be emitted from anybody (outside the object!) at any time.
-
- 07 Apr, 2018 7 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
And add a comment to why we need it. No other struct with a to_string() function is affected. https://github.com/sdroege/gstreamer-rs/issues/101
-
Sebastian Dröge authored
-
Sebastian Dröge authored
Instead of StructureRef's to_string(), we were calling ToString::to_string() in the Display impl. Which then called into itself again. Fixes https://github.com/sdroege/gstreamer-rs/issues/101
-
Guillaume Desmottes authored
-
- 20 Mar, 2018 2 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-