- 07 Nov, 2018 1 commit
-
-
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.
-
- 05 Nov, 2018 4 commits
-
-
Víctor Manuel Jáquez Leal authored
There were some code errors introduced in commit 6b738b7a
-
-
Corentin Noël authored
-
Matthew Waters authored
-
- 03 Nov, 2018 1 commit
-
-
Thibault Saunier authored
And add some missing API guards
-
- 02 Nov, 2018 1 commit
-
-
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.
-
- 31 Oct, 2018 2 commits
-
-
Thibault Saunier authored
Fixing gstreamer-sys rust bindings.
-
Thibault Saunier authored
-
- 29 Oct, 2018 1 commit
-
-
Thibault Saunier authored
Now subclassing a ghostpad with an alpha property so that we can multiply the alpha of the frame positioning meta and the alpha of that pad, setting it on the compositor pad. https://bugzilla.gnome.org/show_bug.cgi?id=797169
-
- 28 Oct, 2018 4 commits
-
-
Thibault Saunier authored
This reverts commit 57be9b67.
-
Thibault Saunier authored
It is not needed with latest python
-
Thibault Saunier authored
-
Philippe Normand authored
-
- 22 Oct, 2018 1 commit
-
-
Sebastian Dröge authored
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
-
- 08 Oct, 2018 1 commit
-
-
- 06 Sep, 2018 2 commits
-
-
Thibault Saunier authored
-
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.
-
- 03 Sep, 2018 1 commit
-
-
Thibault Saunier authored
-
- 01 Sep, 2018 1 commit
-
-
Nirbheek Chauhan authored
This autodetection is needed on iOS inside Cerbero where gstreamer-check-1.0 is not available.
-
- 31 Aug, 2018 1 commit
-
-
Nirbheek Chauhan authored
Requires Meson 0.48, but the feature will be ignored on older versions so it's safe to add it without bumping the requirement. Documentation: https://github.com/mesonbuild/meson/blob/master/docs/markdown/Reference-manual.md#shared_library
-
- 15 Aug, 2018 1 commit
-
-
Nirbheek Chauhan authored
There is no installed version of that, only an uninstalled version.
-
- 29 Jul, 2018 1 commit
-
-
Thibault Saunier authored
-
- 28 Jul, 2018 3 commits
-
-
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
-
- 27 Jul, 2018 1 commit
-
-
Nirbheek Chauhan authored
The remaining automagic options are in tests and examples. https://bugzilla.gnome.org/show_bug.cgi?id=795107
-
- 23 Jul, 2018 1 commit
-
-
Thibault Saunier authored
The code was not taking into account the fact that testsuite could be located in a different folder that the default one. Now the testsuite is responsible for providing a path if it wants to set extra scenarios or the user can set one by hand.
-
- 21 Jul, 2018 5 commits
-
-
Thibault Saunier authored
-
Thibault Saunier authored
This segment is representing the last seek received inside the composition. Or a simply initialized segment if need seek occurred.
-
Thibault Saunier authored
-
Thibault Saunier authored
-
Thibault Saunier authored
Meaning tests that do not need project at all
-
- 12 Jul, 2018 1 commit
-
-
Thibault Saunier authored
And stop leaking intermediary restriction caps. https://bugzilla.gnome.org/show_bug.cgi?id=796802
-
- 08 Jul, 2018 2 commits
-
-
Thibault Saunier authored
-
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.
-
- 07 Jul, 2018 1 commit
-
-
Nixos configures a custom includedir. https://bugzilla.gnome.org/show_bug.cgi?id=794856
-
- 01 Jul, 2018 2 commits
-
-
Thibault Saunier authored
-
Thibault Saunier authored
-
- 26 Jun, 2018 1 commit
-
-
Mathieu Duponchelle authored
-