- 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
-
Thibault Saunier authored
-
- Jul 13, 2015
-
-
Thibault Saunier authored
Avoid to hold the CACHE lock when setting the GTasks return values. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=752300
-
- Jul 08, 2015
-
-
Thibault Saunier authored
-
Thibault Saunier authored
-
- Jul 06, 2015
-
-
Thibault Saunier authored
-
- Jul 03, 2015
-
-
Stefan Sauer authored
From f74b2df to 9aed1d7
-
Thibault Saunier authored
-
Thibault Saunier authored
-
Thibault Saunier authored
Allowing user to copy paste clips very easily
-
Thibault Saunier authored
We should never let 3 objects to overlap at a same position, for that we introduce a "rollback" feature and whenever such an editing happens, we rollback object position to whatever it was before the move.
-