- Jun 15, 2017
- Feb 23, 2017
-
-
Tim-Philipp Müller authored
-
- Feb 20, 2017
-
-
Sebastian Dröge authored
CID 1394491.
-
Sebastian Dröge authored
CID 1394494.
-
Thibault Saunier authored
And fail initialization if it is not the case, we make the assumption it worked all around the codebase so we should really concider it fatal.
-
- Jan 30, 2017
- Jan 09, 2017
-
-
- Nov 29, 2016
- Nov 23, 2016
- Nov 20, 2016
-
-
Tim-Philipp Müller authored
-
- Nov 17, 2016
-
-
Mathieu Duponchelle authored
It could yet be made be simpler, but it would require touching the rest of the timeline editing code. Fixes https://phabricator.freedesktop.org/T7587 Reviewed-by: Thibault Saunier <thibault.saunier@collabora.com> Differential Revision: https://phabricator.freedesktop.org/D657
-
Sebastian Dröge authored
-
Thibault Saunier authored
In some cases when rippling clip we could get the algo lost because a transition existed between two clips (for example at the end of c1 and at the begining of c2) but while rippling it would have required a transition at the end of c2 and beginning of c1, and we were properly not destroying the old one (as the two clips were in the moving context) but we were still creating the other transition in the end... Reviewed-by: Alex Băluț <alexandru.balut@gmail.com> Differential Revision: https://phabricator.freedesktop.org/D1362
-
Thibault Saunier authored
Reviewed-by: Alex Băluț <alexandru.balut@gmail.com> Differential Revision: https://phabricator.freedesktop.org/D1361
-
Thibault Saunier authored
And make sure that we move the transition to the right layer, not trying to figure it out. Differential Revision: https://phabricator.freedesktop.org/D1360
-
Thibault Saunier authored
Avoiding problems when using subproject: 'Failed to load plugin something.so file too short'
- Nov 12, 2016
-
-
Sebastian Dröge authored
The seek action might currently be handled (in which case it is not in the actions list and the action lock is not locked), but not actually handled completely yet (the seqnum is not stored yet). To prevent this, we remember what the current action is that is being handled, and also compare to that. https://bugzilla.gnome.org/show_bug.cgi?id=774149
-
Sebastian Dröge authored
If there are e.g. multiple video sinks, we would get the same seek event multiple times. But we only want to handle it once. https://bugzilla.gnome.org/show_bug.cgi?id=774149
-
- Nov 01, 2016
-
-
Tim-Philipp Müller authored
-
- Oct 26, 2016
- Oct 25, 2016
-
-
Nirbheek Chauhan authored
This reverts commit 5665c2bf. Does not actually work. See: https://bugzilla.gnome.org/show_bug.cgi?id=773114#c31
-
- Oct 21, 2016
-
-
Thibault Saunier authored
-
- Oct 18, 2016
-
-
Scott D Phillips authored
-
- Oct 15, 2016
-
-
Nirbheek Chauhan authored
Use the default for each compiler on every platform instead. This improves our compatibility with compilers that don't have gnu99 as a c_std.
-
- Oct 14, 2016
-
-
Thibault Saunier authored
Bump meson requirement to 0.35
-
- Oct 11, 2016
-
-
Thibault Saunier authored
We set TrackElement track type very early when creating effects so it now uses that information to find TrackElement in clips by track type. Reviewed-by: Alex Băluț <alexandru.balut@gmail.com> Differential Revision: https://phabricator.freedesktop.org/D1370
-
Thibault Saunier authored
-
- Sep 30, 2016
-
-
Thibault Saunier authored
-
Tim-Philipp Müller authored
-
- Sep 28, 2016
-
-
Thibault Saunier authored
-
Thibault Saunier authored
-
- Sep 26, 2016
-
-
Thibault Saunier authored
Differential Revision: https://phabricator.freedesktop.org/D1329
-
Thibault Saunier authored
Differential Revision: https://phabricator.freedesktop.org/D1328
-
Thibault Saunier authored
Those tag are meaningless in for the new stream created by the composition First step toward fixing T3070 Differential Revision: https://phabricator.freedesktop.org/D1327
-
Thibault Saunier authored
Computation was not taking into account the fact that the start of the element being moved could be at the middle of a group and not necessarily at the start! Fixes T7544 Reviewed-by: Alex Băluț <alexandru.balut@gmail.com> Differential Revision: https://phabricator.freedesktop.org/D1282
-