- 02 Nov, 2018 4 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
Covers GstHarness and GstTestClock Fixes https://github.com/sdroege/gstreamer-rs/issues/148
-
Sebastian Dröge authored
-
- 31 Oct, 2018 4 commits
-
-
Charlie Turner authored
Add basic-tutorial 9
-
Víctor Manuel Jáquez Leal authored
-
Víctor Manuel Jáquez Leal authored
Using Debian gir files But kept the changes in commit 485d7e48 and 9265cc82
-
Víctor Manuel Jáquez Leal authored
-
- 29 Oct, 2018 1 commit
-
-
Arun Raghavan authored
This prevents the possibility of a Result that is an Err(Ok), which would not be meaningful.
-
- 28 Oct, 2018 7 commits
-
-
Arun Raghavan authored
This implements the From trait for all *Error/*Success enums to the corresponding *Return enum.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
It's the generic iterator for going over values, and the simple one is the one you usually want. Also rename iterator types, but those are internal anyway.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- 22 Oct, 2018 1 commit
-
-
Guillaume Gomez authored
-
- 19 Oct, 2018 1 commit
-
-
- 16 Oct, 2018 1 commit
-
-
alexagv authored
brew install gst-plugins-good does not include libvpx by default causing the rtpfecserver example to fail as it uses vp8enc
-
- 11 Oct, 2018 6 commits
-
-
Sebastian Dröge authored
Remove some unneeded lifetime annotations from video meta code and pass more parameters by reference
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- 08 Oct, 2018 15 commits
-
-
Jordan Petridіs authored
We stick to the default rustfmt style, but the config is needed to ignore the auto-generated code.
-
Jordan Petridіs authored
-
Jordan Petridіs authored
-
Jordan Petridіs authored
-
Jordan Petridis authored
Duplicates the functionality of the travis config
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Thiago Santos authored
- enable is_equal function again (unsure why it was disabled) - remove restriction-caps property, encoding-profile objects are immutable - remove cast need by using IsA<EncodingProfile> in parameters and returning the correct type of encodingprofile subclass from the build() functions. It used a internal hack for storing those IsA objects in order to keep the API clean and ready to be used, this should be sorted out as soon as we figure out how to store them in the buidlers. - encodebin example: remove Result error propagation when it is caused by programming mistakes. A panic will happen in those cases. - run rustfmt
-