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
2006-04-28
releasing 0.10.4
RELEASE-0_10_4
Thomas Vander Stichele
4
-14
/
+42
2006-04-19
BPB(tm)
Andy Wingo
1
-2
/
+0
2006-04-19
gst/arg-types.py (GstCapsArg.write_const_param)
Andy Wingo
3
-2
/
+19
2006-04-19
examples/remuxer.py (GstPlayer.seek): Don't do accurate seeks, because the ou...
Andy Wingo
2
-1
/
+6
2006-04-19
examples/remuxer.py: Another code dump. I know it breaks the freeze but it's ...
Andy Wingo
2
-14
/
+124
2006-04-13
prereleasing gst-python
Thomas Vander Stichele
1
-1
/
+1
2006-04-10
gst/gsttaglist.override: Return tag value if present more than once (instead ...
Edward Hervey
3
-1
/
+7
2006-04-10
codegen/argtypes.py: Update from upstream codegen for UInt argtype.
Edward Hervey
4
-8
/
+233
2006-04-08
testsuite/test-object.h: Fix broken GObject macros
Stefan Kost
2
-1
/
+6
2006-04-07
examples/remuxer.py: Code dump, work in progress...
Andy Wingo
2
-18
/
+159
2006-04-07
testsuite/test_ghostpad.py: more assertions to figure out an speed issue.
Edward Hervey
2
-2
/
+7
2006-04-07
gst/arg-types.py (GstCapsArg.beforenull): py_caps can be NULL if it is an opt...
Andy Wingo
3
-2
/
+11
2006-04-07
Makefile.am: make check-valgrind calls make valgrind in the testsuite directory.
Edward Hervey
4
-1
/
+56
2006-04-07
gst/gstelement.override (_wrap_gst_element_link): Allow errors parsing the op...
Andy Wingo
2
-1
/
+9
2006-04-07
gst/gst.defs (element_make_from_uri): Element name is optional and can be Non...
Andy Wingo
3
-1
/
+6
2006-04-05
testsuite/test_message.py: GstBus is flushing in NULL, so we need to set the ...
Edward Hervey
3
-0
/
+9
2006-04-05
configure.ac (PYGST_MICRO_VERSION): Doc fix.
Andy Wingo
5
-3
/
+41
2006-04-05
gst/gstpad.override (_wrap_gst_pad_set_blocked_async): PyObject_IsTrue, not P...
Andy Wingo
3
-1
/
+6
2006-04-04
gst/gst.defs: gst_element_post_message: Adding keep-refcount tag to the messa...
Edward Hervey
3
-1
/
+7
2006-04-01
fix makefile
Thomas Vander Stichele
1
-1
/
+1
2006-04-01
configure.ac: use AS_VERSION and AS_NANO
Thomas Vander Stichele
4
-15
/
+30
2006-03-31
examples/remuxer.py: Example GUI for a remuxer, unfinished -- dropping it her...
Andy Wingo
4
-5
/
+539
2006-03-30
configure.ac: Better empty string test fix for "Fixes to how we figure out wh...
David I. Lehn
3
-1
/
+7
2006-03-24
configure.ac: Fixes in how we figure out what API to ignore
Edward Hervey
9
-10
/
+237
2006-03-21
Bump nano back to CVS
Jan Schmidt
1
-1
/
+1
2006-03-21
configure.ac: releasing 0.10.3, "Maybe not today. Maybe not tomorrow, but soo...
RELEASE-0_10_3
Jan Schmidt
4
-7
/
+35
2006-03-21
testsuite/: Another attempt at making the tests deterministic on the buildbots
Jan Schmidt
3
-6
/
+11
2006-03-21
configure.ac: pre-release 0.10.2.2
Jan Schmidt
2
-1
/
+6
2006-03-20
testsuite/test_ghostpad.py: Add while loop in teardown to wait for the pipeli...
Jan Schmidt
3
-0
/
+10
2006-03-14
configure.ac: Only require GStreamer core >= 0.10.2
Edward Hervey
8
-4
/
+175
2006-03-14
codegen/: New --extendpath option for codegenerator so we can add extra path ...
Edward Hervey
3
-6
/
+31
2006-03-13
gst/: Added base elements override file.
Edward Hervey
5
-1
/
+304
2006-03-10
gst/gst.override: Commited a bit too much :)
Edward Hervey
2
-3
/
+5
2006-03-10
gst/base.defs: typo fix for gst_type_find_helper()
Edward Hervey
3
-11
/
+58
2006-03-10
gst/: Added new API: gst_pipeline_[get|set]_auto_flush_bus() gst_uri_has_prot...
Edward Hervey
4
-0
/
+34
2006-03-07
gst/arg-types.py: Add ReturnType and Parameter for GstCaps.
Edward Hervey
2
-2
/
+48
2006-03-07
gst/base.defs: Update for new check_get_range virtual method in GstBaseSrc
Edward Hervey
2
-0
/
+9
2006-03-06
gst/: Don't leak PyObjects wrapping GValues when indexing into a
Michael Smith
3
-4
/
+7
2006-03-02
gst/pygstminiobject.h: Some crack distributions do weirdo stuff with PYGIL_AP...
Edward Hervey
2
-0
/
+8
2006-02-28
pygst.py.in: Fix a silly logic inversion typo
Jan Schmidt
2
-1
/
+6
2006-02-27
pygst.py.in: use 'raise StandardError' instead of 'assert' so that compiled c...
Edward Hervey
2
-6
/
+13
2006-02-22
gst/gstmodule.c: gst.gst_version uses the result of gst_version() rather than...
Edward Hervey
3
-3
/
+13
2006-02-20
examples/vumeter.py: In fact it wasn't an application message, but an element...
Edward Hervey
2
-1
/
+6
2006-02-20
fix vumeter example
Zaheer Abbas Merali
2
-6
/
+8
2006-02-17
gst/: Updated and properly wrapped new GstQuery formats API.
Edward Hervey
4
-1
/
+123
2006-02-10
gst/gst.defs (disable_sync_message_emission)
Andy Wingo
4
-92
/
+127
2006-02-10
examples/play.py (GstPlayer.query_position)
Andy Wingo
3
-8
/
+32
2006-02-07
gst/: Remove deprecated code dating back from 0.8 era.
Edward Hervey
3
-33
/
+6
2006-02-06
codegen/argtypes.py (UInt64Arg.write_param): Parse long arguments using Parse...
Andy Wingo
3
-12
/
+12
2006-02-02
gst/gst.override: (gst.TIME_ARGS) return "CLOCK_TIME_NONE" for invalid times ...
Edward Hervey
2
-1
/
+10
[next]