- Sep 01, 2016
- Aug 25, 2016
-
-
Thibault Saunier authored
And check the presence of gtk-doc before building the documentation
-
Sebastian Dröge authored
Fixes the build and makes it consistent with the meson build system.
-
- Aug 24, 2016
-
-
- Aug 18, 2016
- Aug 14, 2016
-
-
locking should be in a lower level to avoid too many messages
- Aug 13, 2016
-
-
dispose can be called multiple times, make sure we don't call functions on free'd pointers.
-
- Aug 06, 2016
-
-
Thibault Saunier authored
Differential Revision: https://phabricator.freedesktop.org/D1242
-
Thibault Saunier authored
Differential Revision: https://phabricator.freedesktop.org/D1241
-
- Aug 01, 2016
-
-
Thibault Saunier authored
-
- Jul 29, 2016
-
-
Thibault Saunier authored
-
Thibault Saunier authored
Differential Revision: https://phabricator.freedesktop.org/D1225
-
ges_project_get_uri returns a cloned string so it should be free'd after usage. Reviewed-by: Thibault Saunier <thibault.saunier@collabora.com> Reviewed-by: Thibault Saunier <thibault.saunier@collabora.com> Differential Revision: https://phabricator.freedesktop.org/D381
-
- Jul 28, 2016
-
-
Thibault Saunier authored
Fixes https://phabricator.freedesktop.org/T7503
-
Thibault Saunier authored
It needs to be in sync with GstBaseTextOverlayHAlign order.
-
Thibault Saunier authored
GESTrackElement->lookup_child is deprecated and should be avoided as much as possible.
-
Thibault Saunier authored
Otherwise in the case where children reimplement lookup_child to handle some property renaming lookup fails.
-
Thibault Saunier authored
-
- Jul 26, 2016
-
-
Thibault Saunier authored
-
Thibault Saunier authored
Fixes a regression where we decode streams twice, this was introduced when we started creating NLE object at GESTrackElement construct time. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=769193
-
- Jul 24, 2016
-
-
Thibault Saunier authored
Commiting the timeline means that the current operations on the clips are over, so we should concider snapping as done at that point Fixes T7499
-
-
- Jul 22, 2016
-
-
Thibault Saunier authored
We have no restriction on inpoint for Images Differential Revision: https://phabricator.freedesktop.org/D1202
-
- Jul 15, 2016
-
-
Thibault Saunier authored
-
- Jul 11, 2016
-
-
Stefan Sauer authored
From f363b32 to f49c55e
-
- Jul 06, 2016
-
-
Sebastian Dröge authored
-
- Jun 29, 2016
-
-
Differential Revision: https://phabricator.freedesktop.org/D380
-
The return value of ges_project_get_uri should be freed after usage. Differential Revision: https://phabricator.freedesktop.org/D1142
-
- Jun 21, 2016
-
-
Nicolas Dufresne authored
From ac2f647 to f363b32
-
Thibault Saunier authored
-
- Jun 20, 2016
-
-
Thibault Saunier authored
And reuse the same previously created element when adding the clip back to a layer, avoiding losing all setting done on clip children in that situation This is a behaviour change but previous behaviour was actually totally unexpected and people working around that weird behaviour will moste probably not care about that change Differential Revision: https://phabricator.freedesktop.org/D1094
-
Thibault Saunier authored
Otherwise effect handling is broken Differential Revision: https://phabricator.freedesktop.org/D1099
-
Thibault Saunier authored
Differential Revision: https://phabricator.freedesktop.org/D1097
-
Some callers forgot to unref out child, pspec or both leading to leaks. https://bugzilla.gnome.org/show_bug.cgi?id=766449
-
- Jun 06, 2016
-
-
Sebastian Dröge authored
The asynchronous case in ges_uri_clip_asset_request_async() already considered it an error, do the same in ges_uri_clip_asset_request_sync(). https://bugzilla.gnome.org/show_bug.cgi?id=767293
-
- May 31, 2016
-
-
Sebastian Dröge authored
We might receive another seek from the application while the action task is handling a previous seek (and thus setting seeking_itself to TRUE). To prevent this seek to go through directly instead of being added as an action, also check if the seek event was received from our action task thread or some other thread. https://bugzilla.gnome.org/show_bug.cgi?id=767053
-
Thibault Saunier authored
-