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
/
gst
/
gstscheduler.c
Age
Commit message (
Expand
)
Author
Files
Lines
2003-06-29
GST_DEBUG reorganization containing loads of stuff:
Benjamin Otte
1
-19
/
+19
2003-05-01
unreachable code
Benjamin Otte
1
-2
/
+0
2003-03-28
Remove redundant _clock_set
Wim Taymans
1
-7
/
+5
2003-02-27
Small cleanup
Wim Taymans
1
-3
/
+5
2003-02-11
Define default scheduler name in just one place.
Wim Taymans
1
-1
/
+1
2003-02-10
- Add more --disable options
Wim Taymans
1
-9
/
+8
2003-02-02
gst_object_swap -> gst_object_replace as it's a better name. Wait for next co...
Wim Taymans
1
-7
/
+7
2003-01-18
Forgot to set the name on a new schedulerfactory, oops
Wim Taymans
1
-0
/
+1
2003-01-17
More refcounting fixes
Wim Taymans
1
-2
/
+21
2003-01-17
More cleanups and refcount fixage
Wim Taymans
1
-3
/
+4
2003-01-17
- sink the systemclock
Wim Taymans
1
-11
/
+32
2003-01-11
- return boolean in _interrupt to better inform element
Wim Taymans
1
-4
/
+9
2003-01-09
first pass of connect->link gst-plugins and other stuff compiles without chan...
Thomas Vander Stichele
1
-14
/
+14
2002-12-27
- disable pads when going to PAUSED, we want to make sure no data is passing ...
Wim Taymans
1
-11
/
+8
2002-12-19
- Cleanups
Wim Taymans
1
-40
/
+114
2002-12-14
Documentation updates
Wim Taymans
1
-7
/
+5
2002-12-06
Removing unused code related to stack allocation (cothreads_stackquery(), gst...
David Schleef
1
-21
/
+0
2002-11-27
- Added first attempt at general caching mechanism (GstTimeCache renamed to G...
Wim Taymans
1
-2
/
+2
2002-11-02
- Reworked the clock to prepare for async notifications
Wim Taymans
1
-1
/
+6
2002-09-17
Added vmethod for when an element changes scheduling behaviour (like switchin...
Wim Taymans
1
-1
/
+25
2002-09-13
- some cleanups
Wim Taymans
1
-3
/
+10
2002-09-13
Reverted scheduler change
Wim Taymans
1
-2
/
+2
2002-09-12
- Make the return GList of gst_element_get_pad_list as const
Wim Taymans
1
-10
/
+4
2002-09-12
scheduler renaming
Thomas Vander Stichele
1
-1
/
+1
2002-09-12
useful comments change thread -> cothread in varnames where it's applicable c...
Thomas Vander Stichele
1
-6
/
+6
2002-08-11
better error handling, still needs improvement
Thomas Vander Stichele
1
-1
/
+7
2002-07-30
Some debug info
Wim Taymans
1
-2
/
+8
2002-07-08
- Removed unused locking from the cothreads
Wim Taymans
1
-0
/
+1
2002-06-27
free stack properly s/prefered/preferred/
Andy Wingo
1
-8
/
+8
2002-06-27
back to basics
Thomas Vander Stichele
1
-1
/
+1
2002-06-19
Added _get_prefered_stack to the scheduler
Wim Taymans
1
-0
/
+21
2002-06-16
Some small cleanups implement a default _clock_wait
Wim Taymans
1
-3
/
+6
2002-06-16
changing default scheduler to wingo's spiffy standard one, since it doesn't l...
Thomas Vander Stichele
1
-1
/
+1
2002-06-12
Documentation updates
Wim Taymans
1
-0
/
+1
2002-06-08
Loop the clock providers until we find one with a clock.
Wim Taymans
1
-2
/
+9
2002-05-26
- The clock_wait now returns the difference between requested time and unlock...
Wim Taymans
1
-2
/
+3
2002-05-25
API cleanup: (s/g)et_sched -> _scheduler
Thomas Vander Stichele
1
-1
/
+1
2002-05-25
typos
Thomas Vander Stichele
1
-7
/
+7
2002-05-08
Totally rewritten registry handling.
Wim Taymans
1
-98
/
+38
2002-05-04
gst_scheduler_factory_make () can accept NULL as the first arg now _create ()...
Andy Wingo
1
-7
/
+19
2002-04-23
doc fixes s/gst_clock_activate/gst_clock_set_active/g
Thomas Vander Stichele
1
-5
/
+5
2002-04-19
- make all _get_list functions return a const reference to original lists and...
Benjamin Otte
1
-1
/
+1
2002-04-11
commit to make gstreamer follow the gtk function/macro naming conventions:
Andy Wingo
1
-38
/
+38
2002-03-31
Documentation updates
Wim Taymans
1
-4
/
+51
2002-03-30
- Remove the propsprivate header file
Wim Taymans
1
-21
/
+193
2002-03-24
filter newlines out of GST_DEBUG statements to reflect new core behavior fixe...
Andy Wingo
1
-1
/
+1
2002-02-22
Only unset the scheduler on REAL pads. This is a nasty one that causes random...
Wim Taymans
1
-7
/
+16
2002-02-15
--gst-scheduler={basic,standard} :-)))
Andy Wingo
1
-1
/
+2
2002-01-19
miscellaneous fixes, added gst_pad_unset_sched() api.
Andy Wingo
1
-15
/
+20
2002-01-01
API doc updates.
Wim Taymans
1
-0
/
+13
[next]