- Apr 14, 2016
- Jan 19, 2016
-
-
Thibault Saunier authored
-
- Jan 18, 2016
-
-
Thibault Saunier authored
it should always have been private Reviewed-by: Thibault Saunier <thibault.saunier@collabora.com> Differential Revision: https://phabricator.freedesktop.org/D617
-
Thibault Saunier authored
Reviewed-by: Thibault Saunier <thibault.saunier@collabora.com> Differential Revision: https://phabricator.freedesktop.org/D628
-
- Dec 14, 2015
- Dec 11, 2015
-
-
bash-completion: Disable during "make distcheck" as this requires installing files outside the prefix automake requires all files to be installed inside the prefix. bash-completion requires the files to be in a specific directory given by a pkg-config file. As such those two are having incompatible requirements and we just disable bash-completion installation for the time being when running "make distcheck". Nonetheless things like "make install" with e.g. a DESTDIR or a private installation into a user's directory will fail as in both cases the bash-completion data would be tried to be installed system-wide.
-
This reverts commit 462727d6. This "fix" broke the build on Windows, where both prefix and datadir are absolute paths and as such we would concatenate two absolute paths and fail.
-
Thibault Saunier authored
-
- Nov 14, 2015
-
-
Thibault Saunier authored
-
- Nov 05, 2015
-
-
Thibault Saunier authored
Otherwise we could have not negotiated errors in audiomixer when the channel/channel-mask do not match Differential Revision: https://phabricator.freedesktop.org/D493
-
- Nov 04, 2015
-
-
Thibault Saunier authored
We just need to make sure they are always serialized in the right order (which is the case) and de serializing them will lead to the right behaviour. We should not serialize the priority as the priority of the source itself depends on the action having been done on the parent clip, and we do not serialize the source priorities (and should not, GES should just do the right thing). Differential Revision: https://phabricator.freedesktop.org/D491
-
Thibault Saunier authored
-
- Oct 30, 2015
- Oct 18, 2015
-
-
Thibault Saunier authored
Working around https://bugzilla.gnome.org/show_bug.cgi?id=756207 for 1.6 Fixes T3349
-
- Oct 07, 2015
-
-
Thibault Saunier authored
Making sure the user can set a background of the title with an alpha channel. Working around https://bugzilla.gnome.org/show_bug.cgi?id=755482 for the 1.6 branch.
-
Thibault Saunier authored
Summary: g_file_new_for_uri never fails so GFile always has valid pointer. And fix a bug of double unref from D303. Reviewers: thiblahute Differential Revision: https://phabricator.freedesktop.org/D310
-
- Oct 01, 2015
-
-
Thibault Saunier authored
Summary: Valgrind reports trivial leakages related to handling objects and their converted strings. Reviewers: thiblahute Differential Revision: https://phabricator.freedesktop.org/D303
- Sep 28, 2015
-
-
TRY_GET uses gst_structure_get. However, if boxed or string pointer is retrieved by gst_structure_get, it should be freed properly. https://bugzilla.gnome.org/show_bug.cgi?id=755480
-
And fix trivial leakages of internal list structure. https://bugzilla.gnome.org/show_bug.cgi?id=755716
-
- Sep 25, 2015
- Sep 24, 2015
-
-
Thibault Saunier authored
In the GESTimeline, TrackElement addition to a clip might get cancelled (and thus the element gets removed), we need to make sure users do not get wrong signals. Also document the fact that user should connect to container::child-added with g_signal_connect_after.
-
nlecomposition allocates unused 'UpdateCompositionData' and it causes leakages. https://bugzilla.gnome.org/show_bug.cgi?id=755417
-
- Sep 23, 2015
-
-
Thibault Saunier authored
Allowing further mixing downstream
-
Thibault Saunier authored
So downstream compositor knows the zorder of the various streams
-
- Sep 18, 2015
-
-
Thibault Saunier authored
Avoiding name clashes when built statically
- Sep 15, 2015
-
-
Thibault Saunier authored
That leaded to segfaults
-
Thibault Saunier authored
Inside the composition we actually do not need to have any notion of what the timing outside the compositon as we already tweak the segment base time outside the composition. This code was only there to work around https://bugzilla.gnome.org/show_bug.cgi?id=753196 https://bugzilla.gnome.org/show_bug.cgi?id=754893
-
- Sep 11, 2015
- Sep 09, 2015
- Sep 04, 2015
-
-
Thibault Saunier authored
-
- Sep 02, 2015
-
-
Thibault Saunier authored
-