Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-07-20 | Release 1.14.21.14.2 | Tim-Philipp Müller | 1 | -1/+1 | |
2018-07-08 | python: Fix GES.Timelineset_child_property | Thibault Saunier | 1 | -1/+44 | |
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. | |||||
2018-07-01 | Set GLib log domain to GES | Thibault Saunier | 1 | -1/+1 | |
2018-05-17 | Release 1.14.11.14.1 | Tim-Philipp Müller | 1 | -1/+1 | |
2018-03-19 | Release 1.14.01.14.0 | Tim-Philipp Müller | 1 | -1/+1 | |
2018-03-13 | Release 1.13.911.13.91 | Tim-Philipp Müller | 1 | -1/+1 | |
2018-03-03 | Release 1.13.901.13.90 | Tim-Philipp Müller | 1 | -1/+1 | |
2018-03-01 | meson: enable more warnings | Mathieu Duponchelle | 1 | -0/+23 | |
2018-02-21 | meson: simplify GST_DISABLE_GST_DEBUG check some more | Tim-Philipp Müller | 1 | -6/+2 | |
2018-02-21 | meson: don't use add_global_arguments() | Tim-Philipp Müller | 1 | -19/+11 | |
.. and tighten check for disabled gst debugging sytem. add_global_arguments() can't be used in subprojects. It's entirely possible that ges is a subproject but gstreamer is picked up from an installed location, so we should really use add_project_arguments() in both cases. | |||||
2018-02-15 | Back to development | Tim-Philipp Müller | 1 | -1/+1 | |
2018-02-15 | Release 1.13.11.13.1 | Tim-Philipp Müller | 1 | -1/+1 | |
2018-02-08 | meson: make version numbers ints and fix int/string comparison | Tim-Philipp Müller | 1 | -6/+8 | |
WARNING: Trying to compare values of different types (str, int). The result of this is undefined and will become a hard error in a future Meson release. | |||||
2018-01-30 | meson: use -fno-strict-aliasing where supported | Tim-Philipp Müller | 1 | -0/+5 | |
https://bugzilla.gnome.org/show_bug.cgi?id=769183 | |||||
2017-11-26 | win32: remove .def file with exports | Tim-Philipp Müller | 1 | -2/+0 | |
They're no longer needed, symbol exporting is now explicit via GST_EXPORT in all cases (autotools, meson, incl. MSVC). | |||||
2017-08-11 | meson: hide symbols by default unless explicitly exported | Tim-Philipp Müller | 1 | -0/+5 | |
2017-07-07 | meson: find python3 via python3 module | Tim-Philipp Müller | 1 | -1/+1 | |
https://bugzilla.gnome.org/show_bug.cgi?id=783198 | |||||
2017-06-23 | meson: Allow using glib as a subproject | Thibault Saunier | 1 | -1/+1 | |
2017-06-09 | meson: remove config.h.meson | Tim-Philipp Müller | 1 | -4/+1 | |
2017-05-04 | Back to development | Sebastian Dröge | 1 | -1/+1 | |
2017-05-04 | Release 1.12.01.12.0 | Sebastian Dröge | 1 | -1/+1 | |
2017-04-27 | Release 1.11.911.11.91 | Sebastian Dröge | 1 | -1/+1 | |
2017-04-07 | Release 1.11.901.11.90 | Sebastian Dröge | 1 | -1/+1 | |
2017-03-10 | Revert "Fhotdoc" | Thibault Saunier | 1 | -4/+2 | |
This reverts commit 220618ecc7c061a2146e00e0063123b8dbaeb734. This was not meant to be pushed. | |||||
2017-03-09 | Fhotdoc | Thibault Saunier | 1 | -2/+4 | |
2017-02-24 | meson: Update version | Sebastian Dröge | 1 | -1/+1 | |
2017-02-15 | meson: Add an option to disable doc generation | Thibault Saunier | 1 | -5/+6 | |
2017-01-13 | Revert "meson: don't use subproject fallback for gst-validate if it won't work" | Tim-Philipp Müller | 1 | -9/+2 | |
This reverts commit 6760e5e0b1b2f28fb04e9c430506af56c15432b9. This was not supposed to be pushed and should not be needed any more. | |||||
2017-01-13 | meson: bump version | Tim-Philipp Müller | 1 | -1/+1 | |
2017-01-13 | meson: don't use subproject fallback for gst-validate if it won't work | Tim-Philipp Müller | 1 | -2/+9 | |
gst-validate has a hard-dep on json-glib-1.0 so maintain optionality of it all by only dragging it in as a fallback if we know we can satisfy the dependencies. | |||||
2016-12-09 | meson: Support building without Gst debug | Thibault Saunier | 1 | -0/+24 | |
2016-11-29 | meson: Do not print error logs when building the gir | Thibault Saunier | 1 | -0/+1 | |
2016-11-18 | Enable building with MSVC | Scott D Phillips | 1 | -2/+9 | |
https://bugzilla.gnome.org/show_bug.cgi?id=774641 | |||||
2016-11-04 | meson: Unset the plugin paths to generate the .gir files | Thibault Saunier | 1 | -1/+8 | |
Avoiding problems when using subproject: 'Failed to load plugin something.so file too short' | |||||
2016-11-01 | meson: update version | Tim-Philipp Müller | 1 | -1/+1 | |
2016-10-26 | meson: Don't depend on gstreamer-check-1.0 on windows | Scott D Phillips | 1 | -2/+4 | |
https://bugzilla.gnome.org/show_bug.cgi?id=773114 | |||||
2016-10-25 | Revert "meson: move gstreamer-check-1.0 dependency to tests/check" | Nirbheek Chauhan | 1 | -0/+2 | |
This reverts commit 5665c2bfc9cae531c6dd9a75766d06a4af25ab9a. Does not actually work. See: https://bugzilla.gnome.org/show_bug.cgi?id=773114#c31 | |||||
2016-10-21 | meson: move gstreamer-check-1.0 dependency to tests/check | Thibault Saunier | 1 | -2/+0 | |
2016-10-18 | meson: mark gstreamer-check-1.0 as required: false | Scott D Phillips | 1 | -1/+1 | |
2016-10-15 | meson: Don't set c_std to gnu99 | Nirbheek Chauhan | 1 | -1/+0 | |
Use the default for each compiler on every platform instead. This improves our compatibility with compilers that don't have gnu99 as a c_std. | |||||
2016-10-14 | meson: Use environment object to setup test environment variables | Thibault Saunier | 1 | -1/+1 | |
Bump meson requirement to 0.35 | |||||
2016-09-30 | meson: Setup pre commit hook and fix getpluginsdir for standalone case | Thibault Saunier | 1 | -0/+3 | |
2016-09-30 | meson: update version | Tim-Philipp Müller | 1 | -1/+1 | |
2016-09-07 | meson: Do not build libges against libcheck | Thibault Saunier | 1 | -1/+1 | |
2016-09-05 | meson: Handle building the gir file when used as subproject | Thibault Saunier | 1 | -2/+2 | |
Add support for building GIR when used as subproject Add an option to disable GIR generation And bump version to 1.9.2 | |||||
2016-08-25 | meson: doc: Fix building documentation when using subprojects | Thibault Saunier | 1 | -1/+11 | |
And check the presence of gtk-doc before building the documentation | |||||
2016-08-24 | Add support for Meson as alternative/parallel build system | Thibault Saunier | 1 | -0/+100 | |
https://github.com/mesonbuild/meson |