- Aug 19, 2016
-
-
Sebastian Dröge authored
This reverts commit 816da56b.
-
Sebastian Dröge authored
This reverts commit cea51f1e.
-
Sebastian Dröge authored
This reverts commit e3f2499c.
-
Sebastian Dröge authored
-
Otherwise it will fail on properties that are mandatorily prefixed like the newly added deinterlacing properties
-
-
Letting some control over the deinterlacing to the users
- Aug 18, 2016
- Aug 08, 2016
-
-
Thibault Saunier authored
This reverts commit 06515f01. This commits introduces a refcount issue on the 1.8 branch.
-
Thibault Saunier authored
Differential Revision: https://phabricator.freedesktop.org/D1241
-
Thibault Saunier authored
Differential Revision: https://phabricator.freedesktop.org/D1242
-
- Aug 06, 2016
-
-
Thibault Saunier authored
GESTrackElement->lookup_child is deprecated and should be avoided as much as possible.
-
- Jul 28, 2016
-
-
Thibault Saunier authored
It needs to be in sync with GstBaseTextOverlayHAlign order.
-
- Jul 26, 2016
-
-
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 04, 2016
-
-
Some callers forgot to unref out child, pspec or both leading to leaks. https://bugzilla.gnome.org/show_bug.cgi?id=766449
-
- 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 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
-
- Jun 09, 2016
- Jun 07, 2016
-
-
Thibault Saunier authored
Makes it simpler for python users to be able to retrieve children properties iterating over them.
-
Mainly (transfer xxx) and (nullable). Also fix some typo. https://bugzilla.gnome.org/show_bug.cgi?id=766459
-
We don't add internal bin, we remove it. https://bugzilla.gnome.org/show_bug.cgi?id=766455
-
Otherwise a capsfilter reference will be leaked since it has been got using gst_bin_get_by_name. https://bugzilla.gnome.org/show_bug.cgi?id=766524
-
To avoid compiler warning when using const string to create a new GESUriClip as string is not modified and only passed to functions which take a const string. https://bugzilla.gnome.org/show_bug.cgi?id=766523
-
It's what introspection.mak does as well. Should fix spurious build failures on gnome-continuous (caused by g-ir-scanner getting compiler details via python which is broken in some environments so passing the compiler details bypasses that).
-
Thibault Saunier authored
-
Thibault Saunier authored
Fixes T7430
-
-
Thibault Saunier authored
When copying and splitting clips Fixes T7375
-
GstMetas are not allocated with all fields initialized to zeroes.
-
Thibault Saunier authored
It does not make sense for titles Handle element with no inpoint handling in the timeline Fixes https://phabricator.freedesktop.org/T7319
-
Thibault Saunier authored
Those are implemented with the exact same API at the GESTimelineElement level now, and user of those APIs with high level languages will get the exact same API.
-