- May 29, 2019
- May 04, 2019
-
-
- Feb 04, 2019
-
-
There is no installed version of that, only an uninstalled version.
-
- Jan 29, 2019
-
-
Thibault Saunier authored
Auto transition when having 3 overlapping clips in a same point in the timeline is not supported as we can't handle it in a nice way. Before we to avoid creating 2 overlapping transitions (which is plain broken in NLE) were completely disabling `auto-transition` and removing all auto-transitions in the timeline but this is pretty weird for the end user. This commit changes and now makes sure 2 transitions are not created in the same place. Also cleanup previous test case.
-
- Jan 28, 2019
-
-
Thibault Saunier authored
We set the priorities making the assumption that `start_clips` is properly ordered by start! Fixes https://gitlab.gnome.org/GNOME/pitivi/issues/2254
-
- Nov 10, 2018
-
-
Thibault Saunier authored
And add some missing API guards
-
Thibault Saunier authored
-
Thibault Saunier authored
We can't change the vmethod at this point so just cast. This makes the API more explicit so it is better in all cases.
-
Thibault Saunier authored
Fixing gstreamer-sys rust bindings.
-
Thibault Saunier authored
-
Thibault Saunier authored
Working around gstreamer/gstreamer#310
-
- Nov 06, 2018
-
-
Alexandru Băluț authored
When removing an effect from a clip, first the notify::priority signals were being emitted for the remaining effects which changed priority, and only at the end the child-removed signal. Now the child-removed signal is emitted first.
-
- Oct 22, 2018
-
-
g_clear_pointer() is now preserving the type of its arguments for the free function. ges-xml-formatter.c: In function ‘_dispose’: ges-xml-formatter.c:1635:7: error: function called through a non-compatible type [-Werror] (GDestroyNotify) g_hash_table_unref); /usr/include/glib-2.0/glib/gmem.h:121:8: note: in definition of macro ‘g_clear_pointer’ (destroy) (_ptr); \ ^~~~~~~ https://bugzilla.gnome.org/show_bug.cgi?id=797310
-
- Oct 02, 2018
- Sep 16, 2018
- Sep 06, 2018
-
-
Thibault Saunier authored
When removing a top effect in the list of top effects, other effects priorities need to take that into account to avoid holes in the indices.
-
- Jul 29, 2018
-
-
Thibault Saunier authored
-
- Jul 28, 2018
-
-
Thibault Saunier authored
Previous commit makes the format not forward compat.
-
Thibault Saunier authored
Marking them as children properties and properly allow serializing clips children properties. This doesn't handle several TrackElement of a same type with different property values but this require more worked already marked as fixme to allow specifying full path of elements in the children properties API. See https://gitlab.gnome.org/GNOME/pitivi/issues/1687
-
Thibault Saunier authored
Until know we were doing it outside of the signal and subclasses didn't have a chance to know that some assets was relocated. This is required so that Pitivi can handle proxy delation and relocated assets. Required for https://gitlab.gnome.org/GNOME/pitivi/issues/2203
-
- Jul 20, 2018
- Jul 08, 2018
-
-
Thibault Saunier authored
Implementing it in the overrides as PyGObject won't be able to properly convert python values to GValues in some cases. Using g_object_set_property works as some logic is implemented inside PyGObject for that particular case. This is a "regression" due to https://bugzilla.gnome.org/review?bug=769789&attachment=348766 were we end up with an OverflowError while setting G_TYPE_UINT children properties.
-
- Jul 01, 2018
-
-
Thibault Saunier authored
-
Thibault Saunier authored
-
- May 17, 2018
- May 14, 2018
-
-
Thibault Saunier authored
In the rendering case we were getting random issues and often the pipeline was not be able to preroll as some pad were not linked inside encodebin. https://bugzilla.gnome.org/show_bug.cgi?id=795422
-
Thibault Saunier authored
-
Thibault Saunier authored
We used to update caps for any more because of missing brackets.
-
Thibault Saunier authored
This was a workaround for encoders bad behavior in the reconfigure case. https://bugzilla.gnome.org/show_bug.cgi?id=795420
-
Thibault Saunier authored
It makes no sense to snap in that context. https://gitlab.gnome.org/GNOME/pitivi/issues/2193
-
- Mar 19, 2018
-
-
Thibault Saunier authored
The zorder is controled through the GESLayer priority API, not directly on the sources.
- Mar 18, 2018
-
-
Thibault Saunier authored
In the (now tested) scenario where we have a transition on the right side of a clip we are splitting, auto transitions can't be created because we resize the clip after adding the new one, meaning that there are 3 elements in the "transition zone", we need to force auto transition creation after the splitting. Fixes https://gitlab.gnome.org/GNOME/pitivi/issues/2142
-
- Mar 15, 2018
-
-
Thibault Saunier authored
-
- Mar 13, 2018
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
We need different export decorators for the different libs. For now no actual change though, just rename before the release, and add prelude headers to define the new decorator to GST_EXPORT.
- Mar 11, 2018
-
-
Thibault Saunier authored
This was leading to clip with TrackElements that were not at the same position in their container, and weird bugs, see: https://gitlab.gnome.org/GNOME/pitivi/issues/2133
-
- Mar 03, 2018
- Mar 02, 2018