index
:
gstreamer/gst-python
0.10
0.11
1.10
1.12
1.14
1.16
1.18
1.2
1.4
1.6
1.8
BRANCH-GSTREAMER-0_8
discontinued-for-monorepo
master
GStreamer Python binding overrides (complementing the bindings provided by python-gi) (mirrored from https://gitlab.freedesktop.org/gstreamer/gst-python)
bilboed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gi
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-28
meson: use new python module
Havard Graff
2
-6
/
+7
2018-10-28
automake: remove __init__.py's
Mathieu Duponchelle
2
-3
/
+1
2018-10-28
Remove __init__.py files
Mathieu Duponchelle
2
-32
/
+0
2018-05-14
gstmodule: fix warning when building against python2
Havard Graff
1
-1
/
+1
2018-04-25
overrides: use get_introspection_module
Emilio Pozuelo Monfort
2
-4
/
+5
2018-04-07
overrides: Fix mixup between query function and chain one
Thibault Saunier
1
-1
/
+1
2018-02-22
makefiles: Add missing dist files
Nicolas Dufresne
2
-1
/
+4
2018-02-22
bitmask: Do not use long() directly with python3
Thibault Saunier
1
-0
/
+1
2018-02-22
gi: Check Gst has not been initialized before loading bindings
Thibault Saunier
1
-1
/
+2
2018-02-22
Allow Bitmask to be created from ints and longs but always store as long
Sebastian Dröge
1
-3
/
+3
2018-02-15
overrides: accept Gst.Structure in Caps.__new__
Mathieu Duponchelle
1
-7
/
+16
2018-01-23
Ship meson build system in autotools generated tarballs
Sebastian Dröge
2
-1
/
+6
2017-08-03
meson: Fix detection of overrides path in some cases
Thibault Saunier
1
-1
/
+0
2017-07-26
Fix simply running testsuite in meson
Thibault Saunier
1
-1
/
+1
2017-07-26
Add support for Gst.Bitmask
Thibault Saunier
2
-1
/
+48
2017-07-26
structure: Add a .keys() method and implement __str__
Thibault Saunier
1
-0
/
+16
2017-07-26
Return a Gst.*Range instead of a python range converting from GValue to python
Thibault Saunier
2
-2
/
+32
2017-07-26
structures: Override __new__ to make it more pythonic
Thibault Saunier
1
-0
/
+21
2017-05-21
overrides: Remove IntRange And Int64Range on Python2
Olivier Crête
1
-4
/
+6
2017-03-27
array/list: Make gvalue conversion symmetric
Nicolas Dufresne
1
-4
/
+14
2017-03-27
gstmodule: Factor out gst type creation
Nicolas Dufresne
1
-59
/
+20
2017-03-24
overrides: Add more GstValue overrides
Nicolas Dufresne
2
-4
/
+534
2016-09-05
Add support for Meson as alternative/parallel build system
Thibault Saunier
2
-0
/
+19
2016-02-27
NULL-terminate PyMethodDef array
Hanno Boeck
1
-1
/
+2
2016-02-20
Fix bug when checking template object type
Thibault Saunier
1
-4
/
+21
2016-02-15
gst: Fix a crash when passing wrong type as __templates__
Thibault Saunier
1
-4
/
+5
2016-02-08
Avoid warning about gi.require_version not being called
Thibault Saunier
1
-1
/
+8
2015-11-08
overrides: also provide wrapper for trace level debug logging
Mark Nauwelaerts
2
-0
/
+9
2015-11-08
overrides: fix a few typos in exception messages
Mark Nauwelaerts
1
-2
/
+2
2015-10-26
overrides: chain up to base __init__ in Pad override
Mark Nauwelaerts
1
-1
/
+2
2015-04-24
tests: Fix tests in python2
Thibault Saunier
1
-3
/
+3
2015-04-24
overrides: Do not use inspect.signature as it is not avalaible in python2
Thibault Saunier
1
-11
/
+10
2015-04-24
overrides: Disable all GStreamer APIs until Gst has been initialized
Thibault Saunier
1
-0
/
+59
2015-03-19
overrides: Try hard to make the query writable in the pad query function
Thibault Saunier
1
-3
/
+29
2014-06-06
Add an example sink element and override the chain and event functions of pads
Thibault Saunier
1
-0
/
+18
2014-05-22
overrides: Don't pass arguments to Boxed base class __init__() in Gst.Caps ov...
Christoph Reiter
1
-0
/
+3
2014-04-01
python3: apply pep 238 for division overload
Lubosz Sarnecki
1
-2
/
+6
2014-04-01
overrides: Import the _gi_gst module relative
Thibault Saunier
1
-1
/
+1
2014-03-29
Fix automake warning
Sebastian Dröge
1
-1
/
+1
2014-03-29
Fix extension of native Python module
Sebastian Dröge
1
-6
/
+8
2014-03-15
overrides: Checking an empty caps should return False
Thibault Saunier
1
-0
/
+3
2013-12-12
Fix zip code of new FSF address
Simon Farnsworth
4
-4
/
+4
2013-12-03
Gst: Add python version of GST_TIME_ARGS
Olivier Crête
1
-0
/
+10
2013-11-26
Update FSF address
Simon Farnsworth
4
-4
/
+4
2013-09-30
Fix another syntax error with newer Python versions
Sebastian Dröge
1
-1
/
+1
2013-09-30
Fix compilation with Python 3.0
Sebastian Dröge
1
-1
/
+44
2013-08-26
Gst: Do not initialize Gst at init
Thibault Saunier
1
-6
/
+0
2013-08-23
overrides: Force symlinks when making
Thibault Saunier
1
-2
/
+2
2013-08-23
gstmodule: Check that we could retrieve the module before using it
Thibault Saunier
1
-0
/
+15
2012-12-30
overrides: symlink some more to use uninstalled out-of-source build
Mark Nauwelaerts
1
-1
/
+1
[next]