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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-04-10
Implement pad query proxying so that python elements can answer pad queries. ...
Jan Schmidt
4
-0
/
+161
2007-04-10
examples/pyidentity.py: Add a simple example that implements an identity-like...
Jan Schmidt
4
-0
/
+77
2007-04-04
codegen/codegen.py: Also ignore pointers and boxed if they're in ignore-type.
Edward Hervey
3
-0
/
+13
2007-04-04
Changelog surgery: Attribute the previous release to Monsieur Hervey
Jan Schmidt
1
-1
/
+1
2007-04-04
gst/: Fix the build for x86_64 when compiling against Python 2.5.
Jan Schmidt
8
-48
/
+84
2007-03-25
gst/interfaces.defs: GstTunerChannel and GstTunerNorm are not GstObjects, onl...
Tim-Philipp Müller
3
-2
/
+7
2007-03-19
gst/: Make it compilable on Python 2.4 and Python 2.5
Johan Dahlin
3
-5
/
+17
2007-03-18
gst/__init__.py: Implement multiplication, divison and float coercing for fra...
Johan Dahlin
3
-13
/
+131
2007-03-17
Implement sq_contains and add tests for gst.TagList.
Johan Dahlin
5
-0
/
+75
2007-03-02
gst/__init__.py: Import libxml2 (if available) at import time with GLOBAL and...
Edward Hervey
2
-1
/
+11
2007-03-01
gst/__init__.py: Added __eq__ method to fractions so we can check if two frac...
Edward Hervey
5
-5
/
+50
2007-03-01
gst/interfacesmodule.c: initialize pygobject in the gst.interfaces modules. T...
Edward Hervey
2
-0
/
+11
2007-02-28
trigger rebuild
Thomas Vander Stichele
2
-3
/
+5
2007-02-27
gst/base.defs: Limitations in the code generator mean that we can't handle Pu...
Michael Smith
2
-18
/
+26
2007-02-25
gst/pygstvalue.c: Make buffers-in-gvalues more generic: handle all miniobjects
Michael Smith
3
-9
/
+16
2007-02-24
testsuite/test_caps.py: Add test for gst.Buffer in caps.
Michael Smith
2
-1
/
+17
2007-02-22
gst/pygstvalue.c: Implement gst.Buffer support in GValues (e.g. for caps cont...
Michael Smith
2
-1
/
+18
2007-02-16
Makefile.am: Add ACLOCAL_AMFLAGS
David Schleef
3
-0
/
+6
2007-02-04
testsuite/common.py: A private variable of unittest.TestCase changed name in ...
Edward Hervey
2
-4
/
+20
2007-02-04
gst/gstpad.override: Allow removing the negotiated pads of a cap by setting t...
Edward Hervey
3
-4
/
+24
2007-02-04
gst/interfaces.override: Gracefully handle the case where gst_property_probe_...
Edward Hervey
2
-7
/
+15
2007-02-04
Fully implement GstPropertyProbe interface, with unit test.
Edward Hervey
4
-3
/
+113
2007-01-31
configure.ac: Back to development cycle.
Edward Hervey
2
-1
/
+6
2007-01-31
Releasing 0.10.7
RELEASE-0_10_7
Edward Hervey
4
-28
/
+26
2007-01-29
codegen/codegen.py: Don't register interface if it is ignored
Edward Hervey
5
-1
/
+26
2007-01-29
ChangeLog surgery : Indicate which bug last ocmmit fixed.
Edward Hervey
1
-0
/
+1
2007-01-29
configure.ac: Check for availability of video-orientation interface
Edward Hervey
4
-2
/
+22
2007-01-26
Add ignore file for 0.10.12 API additions
Edward Hervey
11
-1
/
+72
2007-01-17
wrap mixer set_volume, use tuple to match get_volume
Thomas Vander Stichele
3
-3
/
+65
2007-01-17
gst/pygstexception.*: gst.element_factory_make should raise ElementNotFoundEr...
Thomas Vander Stichele
4
-12
/
+52
2007-01-17
gst/interfaces.*: wrap mixer get_volume
Thomas Vander Stichele
5
-2
/
+67
2007-01-17
add pb ignore file
Thomas Vander Stichele
1
-0
/
+11
2007-01-17
configure.ac: fix use of PKG_CHECK_MODULES check for a pygobject of at least ...
Thomas Vander Stichele
3
-1
/
+29
2007-01-17
gst/extend/discoverer.py: this is a module, not a program, so don't require v...
Thomas Vander Stichele
2
-4
/
+5
2007-01-17
configure.ac: check for stuff added in gst-pb 0.10.11
Thomas Vander Stichele
5
-1
/
+118
2007-01-11
gst/gst.defs: Add declaration of gst_object_set_property so we can use our MT...
Edward Hervey
3
-0
/
+100
2007-01-10
codegen/codegen.py: When chaining up to the parent class methods from python ...
Edward Hervey
5
-14
/
+39
2007-01-05
gst/extend/discoverer.py: No shebang line needed since there is no main code.
Thomas Vander Stichele
2
-1
/
+6
2006-12-19
gst/gst.defs: Update API definitions.
Edward Hervey
7
-1
/
+320
2006-12-16
testsuite/test_pad.py: Activate pads before using them.
Edward Hervey
2
-0
/
+11
2006-12-16
RELEASE: Commit 0.10.6 RELEASE file. Better late than never :(
Edward Hervey
2
-16
/
+28
2006-12-16
Move GstIterator ArgType definition and usage for the codegenerator to gst/ar...
Edward Hervey
3
-7
/
+13
2006-12-15
add doap file
Thomas Vander Stichele
4
-2
/
+140
2006-12-11
gst/interfaces.defs: GstColorBalanceChannel is a GObject, not a GstObject. Fi...
Tim-Philipp Müller
2
-1
/
+6
2006-12-04
changelog surgery, remove the conflict that has been there for 7 month
Edward Hervey
1
-9
/
+0
2006-12-04
configure.ac: Back to development cycle
Edward Hervey
2
-1
/
+6
2006-12-04
Releasing gst-python 0.10.6
RELEASE-0_10_6
Edward Hervey
3
-2
/
+32
2006-12-04
configure.ac: 0.10.5.4 pre-release
Edward Hervey
2
-1
/
+6
2006-12-01
gst/: Add implementation of gst.Pad.set_setcaps_function().
Edward Hervey
3
-0
/
+56
2006-11-28
configure.ac: 0.10.5.3 pre-release
Edward Hervey
2
-1
/
+6
[next]