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
/
testsuite
Age
Commit message (
Expand
)
Author
Files
Lines
2005-12-05
testsuite/test_registry.py (RegistryTest.testPluginList): Look for staticelem...
Andy Wingo
1
-1
/
+1
2005-11-30
gst-interfaces-0.9.pc is no more, update to new use
Edward Hervey
1
-1
/
+0
2005-11-15
gst/gst.defs: Keep refcount for the message of gst_bus_post()
Edward Hervey
1
-8
/
+14
2005-11-15
add gst.message_application_new test case
Johan Dahlin
1
-0
/
+16
2005-10-27
add gst.QueryError and use it
Thomas Vander Stichele
2
-4
/
+12
2005-10-27
gst/: remove the hash table for miniobjects - since we can't get notified whe...
Thomas Vander Stichele
1
-13
/
+25
2005-10-26
state change fix
Thomas Vander Stichele
1
-0
/
+5
2005-10-26
testsuite/test_event.py: fix race condition because of state thread
Thomas Vander Stichele
1
-0
/
+7
2005-10-26
testsuite/test_bin.py: fix race condition because of state thread
Thomas Vander Stichele
1
-1
/
+7
2005-10-19
gst/: Update (hopefully) final API modifications
Edward Hervey
1
-1
/
+0
2005-10-19
gst/: Updated API
Edward Hervey
4
-41
/
+43
2005-10-19
gst/: update for latest API changes
Thomas Vander Stichele
1
-0
/
+3
2005-10-17
add gdb target
Thomas Vander Stichele
1
-1
/
+8
2005-10-14
gst/gst.defs: Update for new API
Edward Hervey
7
-84
/
+97
2005-10-13
gst/: Updated to new API
Edward Hervey
3
-12
/
+151
2005-10-13
update a test fix an uninited var
Thomas Vander Stichele
1
-3
/
+19
2005-10-12
Reordering header inclusion order to fix build on my machine.
Julien Moutte
1
-3
/
+3
2005-10-11
gst/common.h: cleanup
Edward Hervey
12
-93
/
+327
2005-10-09
now we can send events to elements again
Thomas Vander Stichele
1
-8
/
+12
2005-10-09
gst/: fix for pending state being added to state message
Thomas Vander Stichele
2
-3
/
+3
2005-10-07
gst/pygstiterator.c: Unref the return value, since the iterator refs them.
Edward Hervey
2
-6
/
+39
2005-10-07
gst/pygstminiobject.c: Comments to better track the creation/destruction of P...
Edward Hervey
3
-12
/
+228
2005-10-07
start a message test
Thomas Vander Stichele
3
-0
/
+39
2005-10-07
add valgrind checking to the testsuite
Thomas Vander Stichele
2
-2
/
+269
2005-10-07
Add GstIterator wrapping and tests.
Johan Dahlin
1
-0
/
+67
2005-10-06
memleak fixes. Thanks valgrind :)
Edward Hervey
1
-0
/
+2
2005-10-06
configure.ac: need at least 2.6.3, because that contains the code that conver...
Thomas Vander Stichele
1
-37
/
+20
2005-10-06
all you racist colour haters should go work on another project
Thomas Vander Stichele
1
-3
/
+0
2005-10-06
testsuite/test_ghostpad.py: add handoff to count received buffers
Thomas Vander Stichele
1
-1
/
+35
2005-10-06
reproduce how did we get here problem with a minimal test case
Thomas Vander Stichele
1
-16
/
+46
2005-10-05
gst/gst.override: accurate line numbers for logging
Thomas Vander Stichele
2
-5
/
+7
2005-10-05
testsuite/: add new testsuite for ghost pad behaviour
Thomas Vander Stichele
2
-0
/
+118
2005-10-05
gst/gst.defs: gst.Bin constructor can take no arguments
Thomas Vander Stichele
2
-0
/
+17
2005-10-05
add gst.Caps.__refcount__
Thomas Vander Stichele
1
-0
/
+3
2005-10-05
testsuite/test_pad.py: add a test that shows we can link a pad in a buffer pr...
Thomas Vander Stichele
1
-1
/
+45
2005-10-05
gst/gstobject.override: don't try and unref objects that are already finalizing
Thomas Vander Stichele
2
-4
/
+133
2005-10-05
allow calling runtests on one test only
Thomas Vander Stichele
1
-6
/
+10
2005-10-05
remove print
Thomas Vander Stichele
1
-3
/
+0
2005-10-04
fix version numbers
Thomas Vander Stichele
1
-0
/
+45
2005-09-30
gst/: deprecate add_many/remove_many, fold into add/remove
Thomas Vander Stichele
4
-5
/
+32
2005-09-30
another fix for going to NULL before disposing
Thomas Vander Stichele
1
-0
/
+1
2005-09-30
disable the gc verification for the bus test; _async thread is causing a ref
Thomas Vander Stichele
2
-11
/
+17
2005-09-29
Updated definitions, wrapper and testsuite for changes in GstBus API
Edward Hervey
2
-3
/
+2
2005-09-29
gst/gst.defs: Updated definitions
Edward Hervey
1
-2
/
+15
2005-09-29
Disable for the sake of buildbot and passing tests
Johan Dahlin
1
-1
/
+1
2005-09-28
testsuite/common.py: provide a default setUp/tearDown
Thomas Vander Stichele
5
-29
/
+140
2005-09-28
gst/gst.defs: parse_launch also owns the return ref
Thomas Vander Stichele
3
-9
/
+61
2005-09-28
testsuite/common.py: add a common.TestCase class that has methods to track an...
Thomas Vander Stichele
2
-39
/
+116
2005-09-28
gst/: add/move some code to handle wrapping/refcounting of possible
Thomas Vander Stichele
2
-3
/
+69
2005-09-27
don't override project policy
Thomas Vander Stichele
1
-2
/
+2
[next]