- Apr 20, 2016
-
-
Sebastian Dröge authored
-
- Mar 24, 2016
-
-
Sebastian Dröge authored
-
- Mar 15, 2016
-
-
Sebastian Dröge authored
-
- Mar 01, 2016
-
-
Sebastian Dröge authored
-
- Feb 27, 2016
-
-
PyMethodDef arrays are supposed to end with an entry full of NULL/0 values. This is missing in gst-python in the file gstmodule.c. This causes out of bounds memory reads which can be seen / tested by compiling gst-python with address sanitizer (-fsanitize=address in CFLAGS/LDFLAGS). https://bugzilla.gnome.org/show_bug.cgi?id=762766
-
- Feb 21, 2016
-
-
Tim-Philipp Müller authored
This hasn't been touched for generations, doesn't work, and is just causing confusion. We also don't want to maintain these files manually.
-
- Feb 20, 2016
-
-
Thibault Saunier authored
-
- Feb 19, 2016
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Feb 15, 2016
-
-
Thibault Saunier authored
-
- Feb 08, 2016
-
-
Thibault Saunier authored
-
- Dec 24, 2015
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Dec 14, 2015
-
-
Sebastian Dröge authored
CID 1320702
-
Sebastian Dröge authored
CID 1320703
-
- Nov 16, 2015
-
-
Sebastian Dröge authored
Don't g_error() but only g_critical() when things go wrong and return FALSE. g_error() would kill the application immediately. Also check if we can actually get gi.repository.Gst before using it.
-
- Nov 08, 2015
-
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
- Oct 28, 2015
-
-
Thibault Saunier authored
Also we now need to explicitly call Gst.init() from python bindings.
-
- Oct 26, 2015
- Sep 25, 2015
-
-
Thibault Saunier authored
-
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.
-
-