- Sep 25, 2015
-
-
Thibault Saunier authored
-
- Jun 24, 2015
-
-
Thibault Saunier authored
-
Thibault Saunier authored
-
- Apr 24, 2015
-
-
Thibault Saunier authored
Python2 core checks that the first argument of a method is of the type of the object if it does not have any info about the method, so when using Gst not initialized it raiser a TypeError and not a Gst.NotInitialized as expected. + And fix a typo
-
Thibault Saunier authored
Properly porting it and adding a small test about getting fraction from a Gst.Structure
-
Thibault Saunier authored
Fix regression from https://bugzilla.gnome.org/show_bug.cgi?id=746329
-
Thibault Saunier authored
Summary: Simplify the Makefile taking example on pitivi and copy several pitivi testing files, simplifying them a bit for our use case Reviewers: Mathieu_Du Differential Revision: http://phabricator.freedesktop.org/D97
-
Thibault Saunier authored
Summary: And throw an exception if the user tries to call any Gst API without initializing gst. https://bugzilla.gnome.org/show_bug.cgi?id=747555 Reviewers: Mathieu_Du Differential Revision: http://phabricator.freedesktop.org/D87
-
- Apr 22, 2015
-
-
Sebastian Dröge authored
autotools automatically generate this, and when using different versions for autogen.sh there will always be changes to a file tracked by git.
-
- Mar 19, 2015
-
-
Thibault Saunier authored
Summary: We know that the bindings will get an extra ref but we know that it is not actually needed, so we are safe to decrease the refcount by one in that particular context making sure we give PyGI its ref back when we are done. Reviewers: Mathieu_Du Differential Revision: http://phabricator.freedesktop.org/D41 https://bugzilla.gnome.org/show_bug.cgi?id=746329
-
- Mar 06, 2015
-
-
Thibault Saunier authored
Those are 2 different binaries and thus should have different .so names. Just use the $PYTHON_SO for that to happen. https://bugzilla.gnome.org/show_bug.cgi?id=738157
-
- Oct 20, 2014
-
-
Thibault Saunier authored
-
Thibault Saunier authored
-
- Oct 19, 2014
-
-
Sebastian Dröge authored
CC libgstpythonplugin_la-gstpythonplugin.lo gstpythonplugin.c:192:65: warning: data argument not used by format string [-Wformat-extra-args] GST_DEBUG ("GST_PLUGIN_SYSTEM_PATH set to %s", plugin_path, plugin_path); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
-
- Sep 24, 2014
-
-
Thibault Saunier authored
-
- Jun 10, 2014
-
-
- Jun 06, 2014
-
-
Thibault Saunier authored
-
Thibault Saunier authored
Otherwize we will get 2 time acces to the element in it, which does not make much sense. The _full variant can still be used.
-
-
- Jun 05, 2014
-
-
Thibault Saunier authored
-
- May 22, 2014
- Apr 01, 2014
-
-
Python 3 needs an __truediv__ operator method, used in GstFraction. see: http://legacy.python.org/dev/peps/pep-0238/ https://bugzilla.gnome.org/show_bug.cgi?id=726920
-
Thibault Saunier authored
We always expect it to be in the same directory and it fixes its import with python3 https://bugzilla.gnome.org/show_bug.cgi?id=726921
-
- Mar 29, 2014
-
-
Sebastian Dröge authored
Especially create tar.xz files instead of tar.gz
-
Sebastian Dröge authored
INCLUDES is the old name of AM_CPPFLAGS and is deprecated.
-
Sebastian Dröge authored
When building debug modules this e.g. has to be _d.so instead of just .so
-
- Mar 16, 2014
-
-
Thibault Saunier authored
-
- Mar 15, 2014
-
-
Thibault Saunier authored
-
Thibault Saunier authored
-
Thibault Saunier authored
-
- Dec 12, 2013
-
-
I missed the zip code last time round - fix it. Thanks to Michael Schwendt in https://bugzilla.redhat.com/show_bug.cgi?id=1034341#c11 for pointing this out to me. Signed-off-by: Simon Farnsworth <simon.farnsworth@onelan.co.uk> https://bugzilla.gnome.org/show_bug.cgi?id=720317
-
- Dec 03, 2013
-
-
Olivier Crête authored
-
Olivier Crête authored
-
- Nov 26, 2013
-
-
The FSF has moved since these files were created. Update the address, in order to keep packaging tools such as rpmlint quiet. Signed-off-by: Simon Farnsworth <simon.farnsworth@onelan.co.uk> https://bugzilla.gnome.org/show_bug.cgi?id=715182
-
- Sep 30, 2013
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
Changes partially taken from pygobject.
-
Sebastian Dröge authored
-
- Sep 28, 2013
-
-
Thibault Saunier authored
-
Thibault Saunier authored
-