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
/
codegen
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-30
Keep only the testsuite as we are now using GObject Introspection for bindings
Thibault Saunier
16
-6278
/
+0
2011-02-09
codegen: Respect ignore-type for miniobjects
Arun Raghavan
1
-0
/
+2
2011-02-09
codegen: Handle empty lines in overrides gracefully
Arun Raghavan
1
-0
/
+2
2011-01-12
codegen: Ignore functions whose return type is ignored
Arun Raghavan
1
-1
/
+2
2011-01-12
codegen: Handle pointer types in is_type_ignored()
Arun Raghavan
1
-1
/
+1
2009-07-01
codegen: Fix const GBoxed return wrapping.
Edward Hervey
1
-3
/
+8
2009-05-07
codegen: Allow ignoring enum values. Partially fixes #581729
Edward Hervey
1
-0
/
+2
2008-12-06
codegen/argtypes.py: Add handling of 'keep-refcount' for GBoxed arguments.
Edward Hervey
1
-0
/
+5
2007-04-04
codegen/codegen.py: Also ignore pointers and boxed if they're in ignore-type.
Edward Hervey
1
-0
/
+4
2007-01-29
codegen/codegen.py: Don't register interface if it is ignored
Edward Hervey
1
-0
/
+2
2007-01-10
codegen/codegen.py: When chaining up to the parent class methods from python ...
Edward Hervey
1
-2
/
+4
2006-12-16
Move GstIterator ArgType definition and usage for the codegenerator to gst/ar...
Edward Hervey
1
-7
/
+0
2006-11-22
codegen/override.py: Fix the lookup of override files in the specified search...
Edward Hervey
1
-4
/
+5
2006-10-03
codegen/argtypes.py: Revert the UInt64Arg modifications from upstream. It for...
Edward Hervey
1
-7
/
+1
2006-08-08
codegen/codegen.py: newer pygobject's pyg_constant_strip_prefix() now return ...
Edward Hervey
1
-1
/
+1
2006-07-02
Removal of all glib < 2.8 cruft since GStreamer core now requires glib >= 2.8
Edward Hervey
1
-4
/
+4
2006-06-15
codegen/codegen.py: Always unblock threads when going to C.
Edward Hervey
1
-12
/
+4
2006-06-09
codegen/: Updated codegenerator to current pygtk one.
Edward Hervey
15
-1627
/
+1914
2006-05-09
codegen/: Added code to ignore type and the function/methods/classes that use...
Edward Hervey
2
-4
/
+21
2006-04-10
codegen/argtypes.py: Update from upstream codegen for UInt argtype.
Edward Hervey
1
-7
/
+27
2006-03-14
codegen/: New --extendpath option for codegenerator so we can add extra path ...
Edward Hervey
2
-6
/
+24
2006-02-06
codegen/argtypes.py (UInt64Arg.write_param): Parse long arguments using Parse...
Andy Wingo
1
-12
/
+6
2005-10-07
Add GstIterator wrapping and tests.
Johan Dahlin
1
-0
/
+7
2005-10-05
codegen/argtypes.py: act on the mini object properly, not on the py object
Thomas Vander Stichele
1
-1
/
+1
2005-10-05
Added 'keeprefcount' argument for function/method parameters in order to cope...
Edward Hervey
3
-32
/
+44
2005-10-04
codegen/codegen.py: Added pyg_[begin|end]_allow_threads before and after call...
Edward Hervey
1
-1
/
+5
2005-10-04
add Makefile.am
RELEASE-0_9_3
Thomas Vander Stichele
1
-0
/
+18
2005-09-28
gst/: add/move some code to handle wrapping/refcounting of possible
Thomas Vander Stichele
1
-4
/
+6
2005-09-28
codegen/argtypes.py: Proper handling of 'caller-owns-return' for miniobjects
Edward Hervey
1
-1
/
+2
2005-08-08
codegen/: Updates from pygtk's codegen and typo fix
Edward Hervey
2
-17
/
+2
2005-06-28
codegen/codegen.py: let's not forget to wrap the MiniObject :)
Edward Hervey
1
-0
/
+1
2005-06-26
codegen/: Backport pygtk 2.6.2 codegen
Edward Hervey
7
-139
/
+1392
2005-06-26
codegen/: Updated codegen to support miniobject
Edward Hervey
1
-0
/
+5
2005-06-26
codegen/: Updated codegen to support miniobject
Edward Hervey
5
-0
/
+213
2004-05-03
codegen/codegen.py: Resync (add support for tp_as_buffer)
Johan Dahlin
1
-2
/
+2
2004-04-16
configure.ac (PYGTK_CODEGEN): Use built in code generator again and don't req...
Johan Dahlin
17
-0
/
+4436
2004-04-16
gst/gst.override (_wrap_gst_element_tp_new): New, just pointing to _wrap_gst_...
Johan Dahlin
17
-4361
/
+0
2004-03-15
gst/*: Move interfaces over here, make it build, remove gstreamer.py
Johan Dahlin
1
-0
/
+1
2004-03-12
gstinterfaces/Makefile.am: clean up a little bit
Johan Dahlin
4
-134
/
+169
2004-03-05
codegen/*: Copy PyGTK code generator here, to avoid depending on latest version.
Johan Dahlin
16
-0
/
+4325