- 28 Nov, 2018 1 commit
-
-
Jordan Petridіs authored
This is required before we enabled an indent test in the CI. gstreamer/gstreamer-project#33
-
- 27 Nov, 2018 1 commit
-
-
Thibault Saunier authored
-
- 26 Nov, 2018 4 commits
-
-
Thibault Saunier authored
It seemed to be what the wrap file expected but in the end it is just a bug in meson which is now fixed. This reverts commit cc5d74d0.
-
Thibault Saunier authored
-
Thibault Saunier authored
-
Thibault Saunier authored
Otherwise we might fail on them in the ges-structure-interface
-
- 23 Nov, 2018 2 commits
-
-
Thibault Saunier authored
As we can have effects with several pads and the default ghosting doesn't allow that. This way we also filter the pads to ghost to match our track type.
-
Thibault Saunier authored
-
- 12 Nov, 2018 1 commit
-
-
Jordan Petridіs authored
This commit adds a .gitlab-ci.yml file, which uses a feature to fetch the config from a centralized repository. The intent is to have all the gstreamer modules use the same configuration. The configuration is currently hosted at the gst-ci repository under the gitlab/ci_template.yml path. Part of gstreamer/gstreamer-project#29
-
- 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 3 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
-