- 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
-
- 15 Jun, 2018 1 commit
-
-
Thibault Saunier authored
-
- 14 Jun, 2018 1 commit
-
-
Thibault Saunier authored
This is what other modules use
-
- 21 May, 2018 1 commit
-
-
Tim-Philipp Müller authored
Don't want to error out on deprecated API warnings and such. Just drop -Werror for the examples until someone updates them to recent gtk3 API. Maybe showing the warnings will motivate someone. https://bugzilla.gnome.org/show_bug.cgi?id=796243
-
- 20 May, 2018 2 commits
-
-
Tim-Philipp Müller authored
Drop gtk2 option. https://bugzilla.gnome.org/show_bug.cgi?id=796243
-
Tim-Philipp Müller authored
Still lots of deprecated API to update. https://bugzilla.gnome.org/show_bug.cgi?id=796243
-
- 14 May, 2018 1 commit
-
-
Thibault Saunier authored
It makes no sense to snap in that context. https://gitlab.gnome.org/GNOME/pitivi/issues/2193
-
- 13 May, 2018 1 commit
-
-
Thibault Saunier authored
Meaning that a reference file has to be present on disk with a `.expected_result` extension.
-
- 06 May, 2018 1 commit
-
-
Thibault Saunier authored
This was a workaround for encoders bad behavior in the reconfigure case. https://bugzilla.gnome.org/show_bug.cgi?id=795420
-
- 05 May, 2018 1 commit
-
-
Nirbheek Chauhan authored
Also yield common options to the outer project (gst-build in our case) so that they don't have to be set manually.
-
- 25 Apr, 2018 1 commit
-
-
Tim-Philipp Müller authored
Just like the autotools build.
-
- 20 Apr, 2018 4 commits
-
-
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
Refactor so that the same code is used to add children properties from bin children and when inspecting a single element.
-
Thibault Saunier authored
We used to update caps for any more because of missing brackets.
-
Thibault Saunier authored
Those are the elements he cares about and we should expose their APIs as is, event if they are not classified as effects. For example if the user want to use a capsfilter as effect, he should be able to set its caps.
-