- Apr 15, 2001
-
-
Erik Walthinsen authored
Original commit message from CVS: latest updates, things are very close to working
-
- Apr 09, 2001
-
-
Matt Howell authored
Original commit message from CVS: added incremental scheduling notes
-
- Mar 30, 2001
-
-
Erik Walthinsen authored
Original commit message from CVS: snapshot for matth to work with while I fly over to Europe....
-
- Mar 16, 2001
-
-
Zaheer Abbas Merali authored
Original commit message from CVS: Fixed locking issue when PLAYING to READY
-
- Mar 13, 2001
-
-
Erik Walthinsen authored
Original commit message from CVS: fixed READY_TO_NULL bug
-
Zaheer Abbas Merali authored
Original commit message from CVS: removed fine grained locking and added simultaneous waiting for 2 states
-
Zaheer Abbas Merali authored
Original commit message from CVS: exactly opposite check needed in wait_thread
-
Zaheer Abbas Merali authored
Original commit message from CVS: made wait_thread check for logical true rather than check equality with gboolean
-
Zaheer Abbas Merali authored
Original commit message from CVS: changed debug to print unsigned not signed
-
Zaheer Abbas Merali authored
Original commit message from CVS: TYPO: ISSET should be IS_SET
-
Zaheer Abbas Merali authored
Original commit message from CVS: added debug to signal noting the result of the flag after being set
-
Zaheer Abbas Merali authored
Original commit message from CVS: Made locks more granular, one lock for each state
-
Zaheer Abbas Merali authored
Original commit message from CVS: made cond_wait into cond_timedwait
-
- Mar 12, 2001
-
-
Erik Walthinsen authored
Original commit message from CVS: added threadlock test
-
Zaheer Abbas Merali authored
Original commit message from CVS: repositioning of debug after mutex in wait_thread and signal_thread
-
Zaheer Abbas Merali authored
Original commit message from CVS: typo in GST_DEBUG in signal_thread
-
Zaheer Abbas Merali authored
Original commit message from CVS: Changed GST_DEBUG in signal_thread and wait_thread to reveal more info
-
Zaheer Abbas Merali authored
added a set flag to end of gst_thread_signal_thread and gst_signal_wait_thread to indicate whether signal should set ... Original commit message from CVS: added a set flag to end of gst_thread_signal_thread and gst_signal_wait_thread to indicate whether signal should set flag or unset flag, and whether wait should wait for flag to be set or to be unset. this is needed for PLAYING_TO_PAUSE where STATE_SPINNING needs to be signalled to be unset
-
Erik Walthinsen authored
Original commit message from CVS: added thread REAPING test
-
Zaheer Abbas Merali authored
Original commit message from CVS: making wait for REAPING state when gst_bin_iterate returns non zero
-
Zaheer Abbas Merali authored
Original commit message from CVS: added debug statement
-
Erik Walthinsen authored
Original commit message from CVS: added an explicit GTK_CFLAGS
-
Erik Walthinsen authored
Original commit message from CVS: /me is an idiot. cvs add gsttypes.h
-
Erik Walthinsen authored
Original commit message from CVS: some cleanup and compile fixes
-
Zaheer Abbas Merali authored
Original commit message from CVS: Start of merging syncflags in with states
-
- Mar 09, 2001
-
-
Erik Walthinsen authored
Original commit message from CVS: update to latest copy
-
Erik Walthinsen authored
Original commit message from CVS: commit to broken code that needs inspecting
-
- Feb 21, 2001
-
-
Erik Walthinsen authored
Fixed bug with reconfig, where switching back into an element landed it in code that still thought it was connected t... Original commit message from CVS: Fixed bug with reconfig, where switching back into an element landed it in code that still thought it was connected to the previous element. It now checks to see if the peer's peer has changed, and deal accordingly.
-
- Feb 20, 2001
-
-
Erik Walthinsen authored
Significant progress. Now able to do most operations live, without any failure. tests/incsched.c currently faults a... Original commit message from CVS: Significant progress. Now able to do most operations live, without any failure. tests/incsched.c currently faults at the last iteration, not yet sure why.
-
- Feb 18, 2001
-
-
Erik Walthinsen authored
Original commit message from CVS: More incsched progress. Should be able to get itereration going again tomorrow.
-
- Feb 17, 2001
-
-
Erik Walthinsen authored
Original commit message from CVS: Yes!, incsched is getting closer.
-
- Feb 14, 2001
-
-
Erik Walthinsen authored
Original commit message from CVS: More incsched updates. Now need to get the headers redone...
-
- Feb 13, 2001
-
-
Erik Walthinsen authored
Minor changes to incsched stuff, need to make more major modifications to manager concept now, so I'm checkpointing. Original commit message from CVS: Minor changes to incsched stuff, need to make more major modifications to manager concept now, so I'm checkpointing.
-
- Feb 12, 2001
-
-
Erik Walthinsen authored
First round of incremental scheduling. Manager setting and managed_elements lists are now handled at bin_add/remove ... Original commit message from CVS: First round of incremental scheduling. Manager setting and managed_elements lists are now handled at bin_add/remove time. Scheduling chains can be created incrementally as well, though there are still some pieces missing.
-
- Feb 11, 2001
-
-
Wim Taymans authored
Original commit message from CVS: Corrected the associations on the UML diagrams
-
Wim Taymans authored
Original commit message from CVS: Added .dia UML of GstCaps Added the autoplugger factory to plugins.dia Added a first draft for caps-negotiation
-
- Feb 10, 2001
-
-
Wim Taymans authored
Original commit message from CVS: - backported the xml load bug in the properties - backported the videosink bug - make sure the regiontype is set to NONE after a getregion - an ugly fix (copy the chainfunction outselves) to make the avidecoder work again.
-
- Feb 07, 2001
-
-
Erik Walthinsen authored
Original commit message from CVS: removed intl and po from configure.in, until we have gettext working
-
Erik Walthinsen authored
Original commit message from CVS: added configure option to turn on building of docs, else they aren't built
-
Erik Walthinsen authored
Original commit message from CVS: Fixed cothreads.c problems with make dist. This still sucks badly.
-