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
2005-07-18
Removed plugable schedulers.
Wim Taymans
1
-415
/
+0
2005-07-09
check/gst/gstbin.c: add test for state change message on a bin
Thomas Vander Stichele
1
-1
/
+1
2005-06-28
*.c: Don't cast to GST_OBJECT when reffing or unreffing. Large source-munging...
Andy Wingo
1
-1
/
+1
2005-03-21
Next big merge.
Wim Taymans
1
-636
/
+9
2005-03-07
First THREADED backport attempt, focusing on adding locks and making sure the...
Wim Taymans
1
-3
/
+3
2005-01-31
docs/pwg/advanced-types.xml: Fix description for buffer-frames=0.
Ronald S. Bultje
1
-0
/
+6
2004-11-02
gst/gstscheduler.c: Aplied clock distribution patch, this should fix bug #148...
Wim Taymans
1
-2
/
+35
2004-08-12
add flag, reorder GstBuffer docs
Thomas Vander Stichele
1
-1
/
+3
2004-08-11
add gst_scheduler_register shortcut similar to gst_element_register
Benjamin Otte
1
-0
/
+37
2004-07-06
clean up clock lifecycle. fixes #109831
Thomas Vander Stichele
1
-9
/
+19
2004-04-04
gst/: implement gst_pad_collect as replacement for gst_pad_select.
Benjamin Otte
1
-17
/
+0
2004-03-15
don't mix tabs and spaces
Thomas Vander Stichele
1
-19
/
+20
2004-03-13
gst-indent run on core
Thomas Vander Stichele
1
-104
/
+113
2004-01-14
gst/gstclock.*: deprecate old interface and disable functions that aren't in ...
Benjamin Otte
1
-26
/
+2
2003-12-13
removed GST_*_CAST. Disabling of type checking is done in glib.
Benjamin Otte
1
-2
/
+8
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
[next]