- 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
-
Thibault Saunier authored
And fix a computation bug where we would be having mixing order reversed between layers. And make sure that the positionner does not mix up Transition handling of the zorder
-
- Aug 27, 2015
-
-
Thibault Saunier authored
Summary: Making the code simpler and handling the transition case where elements are in the same layer (which was failing /setting same zorders until now). Reviewers: Mathieu_Du Differential Revision: https://phabricator.freedesktop.org/D237
-
- Aug 22, 2015
-
-
Jan Schmidt authored
Add the standard GST_PLUGIN_LDFLAGS to the configure.ac file.
-
- Aug 21, 2015
-
-
Thibault Saunier authored
-
- Aug 20, 2015
-
-
Thibault Saunier authored
Summary: Allowing external user to directly use it Reviewers: Mathieu_Du Differential Revision: https://phabricator.freedesktop.org/D231
- Jul 23, 2015
-
-
Thibault Saunier authored
-
Thibault Saunier authored
And avoid parenthesis in GstObject names
-
Thibault Saunier authored
-
Thibault Saunier authored
It breaks $ make distcheck
-
- Jul 16, 2015
-
-
Tim-Philipp Müller authored
-
Thibault Saunier authored
When activating auto transition mode
-