index
:
~bilboed/gstreamer
1.12
design
fastqueue-1.0
master
uridecodebin3-1.12
Personal copy of GStreamer (core)
bilboed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
check
Age
Commit message (
Expand
)
Author
Files
Lines
2005-09-22
gst/gstbuffer.c (gst_buffer_get_caps): Like all our _get accessors returning ...
Andy Wingo
1
-2
/
+2
2005-09-21
Test that removing probes from within the probe functions works.
Andy Wingo
1
-0
/
+76
2005-09-21
check/gst/gstutils.c (test_buffer_probe_n_times): Add tests for data and even...
Andy Wingo
1
-6
/
+31
2005-09-21
check/gst/gstutils.c: New file.
Andy Wingo
2
-0
/
+97
2005-09-20
remove the sync property from fakesink.
Thomas Vander Stichele
1
-0
/
+2
2005-09-20
check/Makefile.am: disable valgrinding the controller test again
Stefan Kost
1
-0
/
+1
2005-09-20
more leaks plumbed, added more debug-logging
Stefan Kost
1
-1
/
+5
2005-09-20
check/: plug mem-leak, re-add to valgrindable tests
Stefan Kost
2
-19
/
+42
2005-09-20
check/generic/states.c: Add a sleep to ensure elements have a chance to start...
Jan Schmidt
1
-0
/
+6
2005-09-19
check/: enable cleanup again after fixing the leak
Thomas Vander Stichele
3
-14
/
+19
2005-09-19
check/Makefile.am: re-enable tests now that leaks are plugged
Thomas Vander Stichele
2
-7
/
+25
2005-09-19
GstBusHandler -> GstBusFunc, return value has the same meaning as any other G...
Wim Taymans
5
-38
/
+129
2005-09-18
mark a bunch of the tests as to fix until we fix them
Thomas Vander Stichele
1
-0
/
+9
2005-09-18
various cleanups and memleak plugging. make valgrind is happy now.
Thomas Vander Stichele
1
-1
/
+1
2005-09-18
add check-valgrind target
Thomas Vander Stichele
1
-0
/
+1
2005-09-18
check/Makefile.am: Fix environment variables.
David Schleef
2
-37
/
+48
2005-09-17
add valgrind target; disable gstplugin until it passes
Thomas Vander Stichele
1
-4
/
+5
2005-09-17
add valgrind target; disable gstplugin until it passes
Thomas Vander Stichele
1
-0
/
+1
2005-09-16
set the right var
Thomas Vander Stichele
1
-1
/
+1
2005-09-16
remove gst-register
Thomas Vander Stichele
1
-1
/
+1
2005-09-16
Getting tired of debugging. Disabled all the unreffing of plugins and featur...
David Schleef
1
-3
/
+33
2005-09-16
check/gst/gstplugin.c: More testing
David Schleef
1
-0
/
+53
2005-09-16
unverbosify
Thomas Vander Stichele
1
-5
/
+12
2005-09-15
check/: Add test
David Schleef
2
-0
/
+167
2005-09-15
remove
David Schleef
2
-13
/
+4
2005-09-12
add a gst_element_set_state_async method that sets the state and starts a thr...
Thomas Vander Stichele
1
-40
/
+12
2005-09-12
codify design+behaviour in testsuite after discussion
Thomas Vander Stichele
1
-15
/
+10
2005-09-09
check/gst-libs/controller.c: Header include fix.
Jan Schmidt
1
-1
/
+1
2005-09-09
check/elements/identity.c: Make the error a little clearer when the test fail...
Jan Schmidt
1
-1
/
+3
2005-09-09
check/gst/gstpad.c: add tests for valid pad naming
Thomas Vander Stichele
1
-0
/
+36
2005-09-09
check/: adding a test for pipelines and state changes
Thomas Vander Stichele
3
-0
/
+175
2005-09-06
check/pipelines/simple_launch_lines.c: test for pipe!=NULL
Stefan Kost
1
-4
/
+10
2005-09-06
add a check for a ghostpad that doesn't have a target being linked
Thomas Vander Stichele
1
-3
/
+33
2005-09-05
maintenance updates
Thomas Vander Stichele
2
-0
/
+3
2005-09-02
gst/gstelement.h (GstState): Renamed from GstElementState, changed to be a no...
Andy Wingo
7
-44
/
+53
2005-08-31
check/gst-libs/controller.c: more tests (hehe I have the most)
Stefan Kost
1
-1
/
+93
2005-08-30
check/elements/: Activate pads before using them.
Wim Taymans
2
-0
/
+3
2005-08-29
check/gst-libs/controller.c: more tests
Stefan Kost
1
-3
/
+40
2005-08-26
check/pipelines/simple_launch_lines.c (run_pipeline): Check element_set_state...
Andy Wingo
1
-12
/
+12
2005-08-25
Revert unpopular change for GST_MESSAGE_SRC to GObject.
Jan Schmidt
1
-2
/
+2
2005-08-25
wim fixed the task, yay
Thomas Vander Stichele
1
-6
/
+1
2005-08-25
check/generic/states.c: Cleanup can be done at the end.
Wim Taymans
1
-2
/
+1
2005-08-24
check/generic/states.c: Make sure all tasks are stopped.
Wim Taymans
2
-0
/
+6
2005-08-24
disable test while wim is fixing
Thomas Vander Stichele
1
-1
/
+5
2005-08-24
check/: add a test that does a bunch of state changes on elements needs some ...
Thomas Vander Stichele
3
-5
/
+92
2005-08-24
Change GST_MESSAGE_SRC to be a GObject rather than a GstObject, so that appli...
Jan Schmidt
1
-2
/
+2
2005-08-23
gracefully handle helper method calls to objects that are not beeing controll...
Stefan Kost
1
-2
/
+19
2005-08-22
check/gst/gstcaps.c: Added check for gst_static_caps_get() refcounting.
Wim Taymans
1
-0
/
+28
2005-08-22
check/gst/gstbin.c: since we don't know when preroll is done, use refcount ra...
Thomas Vander Stichele
1
-11
/
+5
2005-08-21
figure this out for HT machines
Thomas Vander Stichele
1
-1
/
+3
[next]