- Jan 17, 2019
- Jan 14, 2019
-
-
Thibault Saunier authored
So that formatters implemented outside GES itself are registered
-
Thibault Saunier authored
-
Thibault Saunier authored
To accomodate formatters implemented with bindings/in python
-
- Jan 09, 2019
-
-
Seungha Yang authored
The GESTimeline's state might not be synced with parent
-
Seungha Yang authored
Whatever the reason for failure, try cleanup child elements and internal thread.
-
- Jan 05, 2019
-
-
- Jan 04, 2019
-
-
Thibault Saunier authored
If the property was explicitely whitelisted, we should expose it in any case. This was a regression from 835d6937
-
- Dec 30, 2018
-
-
Tim-Philipp Müller authored
Fixes gstreamer/gst-editing-services#48
-
- Dec 27, 2018
-
-
Seungha Yang authored
-
- Dec 26, 2018
-
-
Seungha Yang authored
finalize must chain up to parent's finalize(), not dispose()
-
Seungha Yang authored
... as documented in glib
-
- Dec 15, 2018
-
-
Export GES library API in headers when we're building the library itself, otherwise import the API from the headers. This fixes linker warnings on Windows when building with MSVC. Fix up some missing config.h includes when building the lib which is needed to get the export api define from config.h Fixes #42
-
- Dec 10, 2018
-
-
Matthew Waters authored
-
- Dec 05, 2018
-
-
Thibault Saunier authored
From ed78bee to 59cb678
-
- Nov 30, 2018
-
-
Thibault Saunier authored
This formatter is in very bad shape and is generally not useful. It has been deprecated since 1.0... and I bet noone uses it.
-
- Nov 28, 2018
-
-
Jordan Petridіs authored
This is required before we enabled an indent test in the CI. gstreamer/gstreamer-project#33
-
- Nov 27, 2018
-
-
Thibault Saunier authored
-
- Nov 26, 2018
-
-
Thibault Saunier authored
It seemed to be what the wrap file expected but in the end it is just a bug in meson which is now fixed. This reverts commit cc5d74d0.
-
Thibault Saunier authored
-
Thibault Saunier authored
-
Thibault Saunier authored
Otherwise we might fail on them in the ges-structure-interface
-
- Nov 23, 2018
-
-
Thibault Saunier authored
As we can have effects with several pads and the default ghosting doesn't allow that. This way we also filter the pads to ghost to match our track type.
-
Thibault Saunier authored
-
- Nov 12, 2018
-
-
Jordan Petridіs authored
This commit adds a .gitlab-ci.yml file, which uses a feature to fetch the config from a centralized repository. The intent is to have all the gstreamer modules use the same configuration. The configuration is currently hosted at the gst-ci repository under the gitlab/ci_template.yml path. Part of gstreamer/gstreamer-project#29
-
- Nov 07, 2018
-
-
When removing an effect from a clip, first the notify::priority signals were being emitted for the remaining effects which changed priority, and only at the end the child-removed signal. Now the child-removed signal is emitted first.
-
- Nov 05, 2018
-
-
Víctor Manuel Jáquez Leal authored
There were some code errors introduced in commit 6b738b7a
-
-
Corentin Noël authored
-
Matthew Waters authored
-
- Nov 03, 2018
-
-
Thibault Saunier authored
And add some missing API guards
-
- Nov 02, 2018
-
-
Thibault Saunier authored
We can't change the vmethod at this point so just cast. This makes the API more explicit so it is better in all cases.
-
- Oct 31, 2018
-
-
Thibault Saunier authored
Fixing gstreamer-sys rust bindings.
-
Thibault Saunier authored
-
- Oct 29, 2018
-
-
Thibault Saunier authored
Now subclassing a ghostpad with an alpha property so that we can multiply the alpha of the frame positioning meta and the alpha of that pad, setting it on the compositor pad. https://bugzilla.gnome.org/show_bug.cgi?id=797169
-
- Oct 28, 2018
-
-
Thibault Saunier authored
This reverts commit 57be9b67.
-
Thibault Saunier authored
It is not needed with latest python
-
Thibault Saunier authored
-
Philippe Normand authored
-