- 28 Oct, 2018 1 commit
-
-
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 20 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
-
Thiago Santos authored
Avoid refcounting mistakes by using the right converting functions before calling the ffi layer functions
-
Thiago Sousa Santos authored
Provide builders for the EncodingProfile so that the created objects are imutable and can have the Send and Sync traits
-
Thiago Sousa Santos authored
-
Thiago Sousa Santos authored
-
Thiago Sousa Santos authored
-
- 05 Oct, 2018 2 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
This way CapsRef::copy() will return a Caps, and not a GstRc<CapsRef>.
-
- 04 Oct, 2018 1 commit
-
-
Sebastian Dröge authored
-
- 03 Oct, 2018 2 commits
-
-
Sebastian Dröge authored
This provides the additional wrapping as the one via get via deref will only give back a GstRc<T> without the additional wrapping.
-
Sebastian Dröge authored
Regenerate with latest gir to get rid of unneeded notify signal connectors for construct-only properties
-
- 01 Oct, 2018 2 commits
-
-
Sebastian Dröge authored
Everything apart from allocators are covered now.
-
Sebastian Dröge authored
So remove the add() function and instead require an IntoIterator<Item=&VideoOverlayRetangle> in the constructor, and require at least one item in the iterator or return None.
-
- 29 Sep, 2018 3 commits
-
-
Sebastian Dröge authored
The structs themselves don't reference the buffer, the reference to these structs is borrowed from the buffer.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-