- 09 Jan, 2019 2 commits
-
-
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.
-
- 05 Jan, 2019 2 commits
-
-
- 04 Jan, 2019 1 commit
-
-
Thibault Saunier authored
If the property was explicitely whitelisted, we should expose it in any case. This was a regression from 835d6937
-
- 30 Dec, 2018 1 commit
-
-
Tim-Philipp Müller authored
Fixes gstreamer/gst-editing-services#48
-
- 27 Dec, 2018 1 commit
-
-
Seungha Yang authored
-
- 26 Dec, 2018 2 commits
-
-
Seungha Yang authored
finalize must chain up to parent's finalize(), not dispose()
-
Seungha Yang authored
... as documented in glib
-
- 15 Dec, 2018 1 commit
-
-
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
-
- 10 Dec, 2018 1 commit
-
-
Matthew Waters authored
-
- 05 Dec, 2018 1 commit
-
-
Thibault Saunier authored
From ed78bee to 59cb678
-
- 30 Nov, 2018 1 commit
-
-
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.
-
- 28 Nov, 2018 1 commit
-
-
Jordan Petridіs authored
This is required before we enabled an indent test in the CI. gstreamer/gstreamer-project#33
-
- 27 Nov, 2018 1 commit
-
-
Thibault Saunier authored
-
- 26 Nov, 2018 4 commits
-
-
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
-
- 23 Nov, 2018 2 commits
-
-
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
-
- 12 Nov, 2018 1 commit
-
-
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-project#29
-
- 07 Nov, 2018 1 commit
-
-
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.
-
- 05 Nov, 2018 4 commits
-
-
Víctor Manuel Jáquez Leal authored
There were some code errors introduced in commit 6b738b7a
-
-
Corentin Noël authored
-
Matthew Waters authored
-
- 03 Nov, 2018 1 commit
-
-
Thibault Saunier authored
And add some missing API guards
-
- 02 Nov, 2018 1 commit
-
-
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.
-
- 31 Oct, 2018 2 commits
-
-
Thibault Saunier authored
Fixing gstreamer-sys rust bindings.
-
Thibault Saunier authored
-
- 29 Oct, 2018 1 commit
-
-
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
-
- 28 Oct, 2018 4 commits
-
-
Thibault Saunier authored
This reverts commit 57be9b67.
-
Thibault Saunier authored
It is not needed with latest python
-
Thibault Saunier authored
-
Philippe Normand authored
-
- 22 Oct, 2018 1 commit
-
-
Sebastian Dröge authored
g_clear_pointer() is now preserving the type of its arguments for the free function. ges-xml-formatter.c: In function ‘_dispose’: ges-xml-formatter.c:1635:7: error: function called through a non-compatible type [-Werror] (GDestroyNotify) g_hash_table_unref); /usr/include/glib-2.0/glib/gmem.h:121:8: note: in definition of macro ‘g_clear_pointer’ (destroy) (_ptr); \ ^~~~~~~ https://bugzilla.gnome.org/show_bug.cgi?id=797310
-
- 08 Oct, 2018 1 commit
-
-
- 06 Sep, 2018 2 commits
-
-
Thibault Saunier authored
-
Thibault Saunier authored
When removing a top effect in the list of top effects, other effects priorities need to take that into account to avoid holes in the indices.
-