- Jan 17, 2019
-
-
Tim-Philipp Müller authored
-
- Jan 09, 2019
-
-
Antonio Ospite authored
The C API provides the gst_pad_set_caps() helper which makes it easier to set caps on pads (see gst/gstcompat.h in gstreamer core). Add such handy helper to the python bindings too. The implementation follows as close as possible the one in gstcompat.h with two changes: 1. the type check on the pad has been removed because self is guaranteed to be a Gst.Pad in python. 2. the null check on the caps has been extended to be a type check. Fixes gstreamer/gst-python#19
-
- Dec 30, 2018
-
-
Tim-Philipp Müller authored
Unbreaks the autotools build and fixes #15.
-
- Dec 15, 2018
-
-
Tim-Philipp Müller authored
Required to make gst-indent linter on CI happy.
-
- Dec 05, 2018
-
-
Thibault Saunier authored
-
- Nov 12, 2018
-
-
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-project#29
-
- Nov 05, 2018
-
-
Matthew Waters authored
-
- Oct 31, 2018
-
-
Mathieu Duponchelle authored
Instead, for python2 revert to manipulating gi.overrides.__path__
-
- Oct 30, 2018
-
-
Mathieu Duponchelle authored
Instead of fiddling with sys.path, we instead use a custom sys.meta_path importer
-
Mathieu Duponchelle authored
-
- Oct 28, 2018
-
-
This patch makes the tests pass running uninstalled and installed, with python2 and python3 on linux, windows and osx. The main gist is to use the new python-module to do the lifting done by pythondetector, and with that add support for python2 and windows.
-
Mathieu Duponchelle authored
-
Mathieu Duponchelle authored
They were not installed, and were simply used for our uninstalled setup, which we now implement differently.
-
- Oct 27, 2018
-
-
Mathieu Duponchelle authored
-
- Jul 29, 2018
-
-
Mathieu Duponchelle authored
-
Mathieu Duponchelle authored
-
Mathieu Duponchelle authored
-
- Jul 20, 2018
-
-
Mathieu Duponchelle authored
-
Mathieu Duponchelle authored
-
- May 14, 2018
-
-
PyMapping_GetItemString’ discards ‘const’ qualifier from pointer target type https://bugzilla.gnome.org/show_bug.cgi?id=796093
-
- May 01, 2018
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- Apr 25, 2018
- Apr 08, 2018
-
-
Thibault Saunier authored
-
- Apr 03, 2018
-
-
Tim-Philipp Müller authored
-
- Mar 20, 2018
-
-
Tim-Philipp Müller authored
-
- Mar 19, 2018
-
-
Tim-Philipp Müller authored
-
- Mar 13, 2018
-
-
Tim-Philipp Müller authored
-
- Mar 03, 2018
-
-
Tim-Philipp Müller authored
-
- Feb 23, 2018
-
-
If someone wants to put the overrides in a non-standard location, they can use the --with-pygi-overrides-dir option. The default is to put them in ${pyexecdir}/gi/overrides Fixes make distcheck https://bugzilla.gnome.org/show_bug.cgi?id=793756
-
- Feb 22, 2018
-
-
-
Thibault Saunier authored
It doesn't exist anymore there
-
It can have been initialized by some C code (in a C app with plugins for example). Fixes https://bugzilla.gnome.org/show_bug.cgi?id=788088
-
Sebastian Dröge authored
We need a 64 bit integer, and previously the test failed because it was already created from longs in various cases (e.g. when reading from a GstStructure).
-
- Feb 15, 2018
-
-
Tim-Philipp Müller authored
-
Mathieu Duponchelle authored
Also rename misleading parameter (*kwargs -> *args) https://bugzilla.gnome.org/show_bug.cgi?id=793493
-
Tim-Philipp Müller authored
-
- Feb 14, 2018
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-