- 07 Jul, 2019 2 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- 06 Jul, 2019 4 commits
-
-
Sebastian Dröge authored
Fixes #58
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
Use $(DESTDIR) as prefix for the installation to make distros' lifes easier and have a simple "all" / "build" / "install" rule. By default we do a release build, if DEBUG=1 is specified we do a debug build.
-
- 05 Jul, 2019 6 commits
-
-
Sebastian Dröge authored
So that it's not needed to set up GST_PLUGIN_PATH accordingly or install the plugin first before running the examples.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
We round down to the previous chunk boundary, but then we also have to add the difference between the offset of that chunk to the requested offset to the size of the buffer that is pulled from upstream. Otherwise there will be an unneeded short read, which could cause downstream to EOS too early.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
Otherwise something might easily deadlock if the application is doing something from the pad-added/pad-removed signals.
-
Sebastian Dröge authored
Instead of doing complicated things with the plugin path and the registry.
-
- 02 Jul, 2019 3 commits
-
-
Sebastian Dröge authored
The only None ranks now are: - cdgdec/cdgparse: Primary - rav1enc: Primary - reqwesthttpsrc: Marginal - s3sink/s3src: Primary - mccenc/mccparse: Primary - sccenc/sccparse: Primary All other ranks are set to None until the elements are ready to replace the existing C elements, or are otherwise production-ready and of a element kind that should be autoplugged in one way or another. For example the sodium elements are production-ready but can't be autoplugged and as such should stay at a None rank.
-
-
Sebastian Dröge authored
-
- 25 Jun, 2019 1 commit
-
-
Sebastian Dröge authored
-
- 24 Jun, 2019 2 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- 14 Jun, 2019 1 commit
-
-
Sebastian Dröge authored
Everything was moved into individual modules instead of exporting it all from the top-level.
-
- 12 Jun, 2019 1 commit
-
-
Mathieu Duponchelle authored
https://github.com/xiph/rav1e/commit/7791bb185bc333a605c6f6b9e8ccbfc713efb231 renamed Packet::number to Packet::input_frameno
-
- 08 Jun, 2019 1 commit
-
-
Guillaume Desmottes authored
Use to crash when unwrapping.
-
- 07 Jun, 2019 1 commit
-
-
Guillaume Desmottes authored
Time(None) should be converted to Bytes(None). Fix seeking with stop=-1
-
- 06 Jun, 2019 2 commits
-
-
Guillaume Desmottes authored
-
Sebastian Dröge authored
Trait objects without are deprecated with the latest nightly and this makes it more clear that we're doing dynamic dispatch anyway.
-
- 04 Jun, 2019 2 commits
-
-
Guillaume Desmottes authored
-
Guillaume Desmottes authored
Rank is now an enum rather than a u32
-
- 03 Jun, 2019 7 commits
-
-
Sebastian Dröge authored
-
Guillaume Desmottes authored
Now rely on cdgparse to do the parsing.
-
Guillaume Desmottes authored
-
Guillaume Desmottes authored
-
-
-
Sebastian Dröge authored
To be in sync with gstreamer-rs.
-
- 29 May, 2019 3 commits
-
-
Guillaume Desmottes authored
-
Guillaume Desmottes authored
-
Guillaume Desmottes authored
No need to prefix it with 'rs', there is no other CDG implementation in GStreamer.
-
- 28 May, 2019 3 commits
-
-
-
Guillaume Desmottes authored
The plugin name needs to match the lib name so plugin entry points are properly named. Fix regression introduced when switching to the new plugin symbols.
-
Sebastian Dröge authored
-
- 27 May, 2019 1 commit
-
-