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
/
gstthread.c
Age
Commit message (
Expand
)
Author
Files
Lines
2005-03-21
Next big merge.
Wim Taymans
1
-746
/
+0
2005-03-08
Remove threadsafe properties. Fix elements because GObject complains when ins...
Wim Taymans
1
-22
/
+3
2005-03-08
Added parentage check.
Wim Taymans
1
-0
/
+1
2005-03-07
First THREADED backport attempt, focusing on adding locks and making sure the...
Wim Taymans
1
-8
/
+11
2005-02-08
gst/gstthread.c: Implement state-change error handling (#166073).
Ronald S. Bultje
1
-8
/
+21
2005-01-31
docs/pwg/advanced-types.xml: Fix description for buffer-frames=0.
Ronald S. Bultje
1
-16
/
+20
2004-11-25
gst/gstthread.c: Ref the thread object in the GThread mainloop. Break out of ...
Wim Taymans
1
-33
/
+28
2004-10-07
gst/gstthread.c: Make sure no iteration happens while performing the state ch...
Wim Taymans
1
-13
/
+12
2004-10-07
gst/gstthread.c: Do not try to grab the iterate lock in the state change meth...
Wim Taymans
1
-10
/
+28
2004-10-06
gst/gstthread.c: Lock the iteration and the state change so that automatic ne...
Wim Taymans
1
-0
/
+5
2004-10-05
configure.ac
Thomas Vander Stichele
1
-1
/
+3
2004-09-06
Reworked the GstThread implementation, make more operations threadsafe and mo...
Wim Taymans
1
-75
/
+153
2004-08-03
gst/: Backported some debug logging from a reverted patch
Wim Taymans
1
-20
/
+30
2004-07-29
revert state change changes as agreed so we can rework them gradually
Thomas Vander Stichele
1
-27
/
+17
2004-07-28
gst/: Make sure that a bin state change tries to keep the children in sync.
Wim Taymans
1
-0
/
+3
2004-07-21
gst/gstbin.c: make state changes work correctly and reentrant (so removing el...
Benjamin Otte
1
-17
/
+24
2004-07-15
debugging additions and style cleanups
Thomas Vander Stichele
1
-1
/
+1
2004-07-09
gst/: Since remove is virtual in GstBin we must not assume the elements GList...
Wim Taymans
1
-1
/
+8
2004-07-09
catch wrong state changes in element base class
Thomas Vander Stichele
1
-8
/
+0
2004-07-03
more debug info
Thomas Vander Stichele
1
-0
/
+2
2004-05-03
remove gst_info remove gstlog.h, fold back to gstinfo.h update translations
Thomas Vander Stichele
1
-1
/
+0
2004-04-09
gst/: don't use memchunks for these objects, use malloc instead
Benjamin Otte
1
-1
/
+1
2004-03-30
gst/gstthread.c: fix docs
Benjamin Otte
1
-1
/
+1
2004-03-15
don't mix tabs and spaces
Thomas Vander Stichele
1
-51
/
+53
2004-03-13
gst-indent run on core
Thomas Vander Stichele
1
-128
/
+153
2004-02-20
gst/gstevent.c: copy navigation event correctly. Check freeing tag lists.
Benjamin Otte
1
-1
/
+5
2004-02-12
fixes for --disable-loadsave --disable-registry
Thomas Vander Stichele
1
-0
/
+2
2004-02-03
gst/: get rid of gstmarshal.h dependency. It's not needed.
Benjamin Otte
1
-0
/
+1
2004-01-30
parts of the patch submitted in bug #113913
Benjamin Otte
1
-1
/
+1
2003-12-27
gst/gstcaps.c: add sanity checks
Benjamin Otte
1
-2
/
+2
2003-10-31
update plugin initialization restructuring (see email for details
Benjamin Otte
1
-25
/
+29
2003-07-27
clean up debugging messages in gstthread.c - includes fix for segfault from b...
Benjamin Otte
1
-23
/
+22
2003-07-08
clean up element details structs
Benjamin Otte
1
-1
/
+1
2003-06-29
GST_DEBUG reorganization containing loads of stuff:
Benjamin Otte
1
-22
/
+24
2003-04-28
fix deadlock when thread itself goes PLAYING => PAUSED => PLAYING
Benjamin Otte
1
-0
/
+3
2003-04-26
- remove some \n in GstThread debugging
Wim Taymans
1
-3
/
+5
2003-04-26
fix debugging segfault
Benjamin Otte
1
-2
/
+4
2003-04-21
assorted fixes:
Benjamin Otte
1
-9
/
+37
2003-04-18
rewrite GstThread - should be quite a bit cleaner and does change state corre...
Benjamin Otte
1
-437
/
+200
2003-02-02
gst_object_swap -> gst_object_replace as it's a better name. Wait for next co...
Wim Taymans
1
-1
/
+1
2003-01-17
More cleanups and refcount fixage
Wim Taymans
1
-4
/
+2
2003-01-12
Use two GCond vars to work around a problem in NPTL
Wim Taymans
1
-24
/
+26
2002-12-18
patch from brian cameron for iso c compliance
Thomas Vander Stichele
1
-0
/
+49
2002-12-14
Documentation updates
Wim Taymans
1
-39
/
+40
2002-12-07
typos
Thomas Vander Stichele
1
-7
/
+8
2002-12-06
Make sure we set the reaping flag when going to NULL before we signal the par...
Wim Taymans
1
-3
/
+12
2002-11-28
cleanups
Thomas Vander Stichele
1
-26
/
+27
2002-11-19
- an element also has a failed state change if the scheduler setup failed.
Wim Taymans
1
-1
/
+9
2002-11-03
Remove bogus free
Wim Taymans
1
-9
/
+1
2002-11-01
Change from pthreads to GThreads
David Schleef
1
-84
/
+44
[next]