- 04 Jun, 2002 2 commits
-
-
Thomas Vander Stichele authored
Original commit message from CVS: man fixes
-
Thomas Vander Stichele authored
Original commit message from CVS: output cleanups
-
- 03 Jun, 2002 9 commits
-
-
Wim Taymans authored
Original commit message from CVS: We are nano seconds now..
-
Wim Taymans authored
Original commit message from CVS: Add iterate mutex for future use
-
Wim Taymans authored
Original commit message from CVS: Poll instead of blocking when waiting for a state change
-
Steve Baker Baker authored
Original commit message from CVS: this one actually works, its just here for completeness
-
Steve Baker Baker authored
Original commit message from CVS: adding comment, no change to test
-
Steve Baker Baker authored
Original commit message from CVS: add comments to show what pipeline is being constructed. change threadstate3 to be { { fakesrc ! fakesink } } which doesn't change state once it has started
-
Steve Baker Baker authored
Original commit message from CVS: threadstate4 fails randomly on state change. it is { { fakesrc } ! queue ! fakesink }
-
Steve Baker Baker authored
Original commit message from CVS: this test demostrates *another* deadlock (or it might be the same one). the test is a thread in a pipeline
-
Steve Baker Baker authored
add an optional timeout for when queue blocks. when timeout is reached a GST_EVENT_FILLER is sent downstream Original commit message from CVS: add an optional timeout for when queue blocks. when timeout is reached a GST_EVENT_FILLER is sent downstream This is needed for gst-player since videosink has to be in the same thread as the ui, and spider blocks when there is no video (thus freezing the ui).
-
- 02 Jun, 2002 11 commits
-
-
Wim Taymans authored
Original commit message from CVS: Removed \n in DEBUG some buffer flags for future use
-
Wim Taymans authored
Original commit message from CVS: If format and source are the same, we allready know the result in the convert function
-
Wim Taymans authored
Original commit message from CVS: Some sanity checking for when the element was removed from the pipeline.
-
Andy Wingo Wingo authored
Original commit message from CVS: Properly fix locking in the scheduler
-
Thomas Vander Stichele authored
Original commit message from CVS: UNITS is better.
-
Wim Taymans authored
Original commit message from CVS: Don't update state if the peer event failed
-
Wim Taymans authored
Original commit message from CVS: Make clock use nanoseconds
-
Wim Taymans authored
Original commit message from CVS: Remove the media specific types, the unit type is now defined by the caps (frames/samples/etc..)
-
Wim Taymans authored
Original commit message from CVS: unlock the queue
-
Wim Taymans authored
Original commit message from CVS: Some cleanups Add a KEY_UNIT flag for a seek event.
-
Wim Taymans authored
Original commit message from CVS: This is needed after all..
-
- 01 Jun, 2002 4 commits
-
-
Steve Baker Baker authored
Original commit message from CVS: a more complex example which happens to be a mp3 player
-
Steve Baker Baker authored
Original commit message from CVS: added a test which shows a problem with state changes when the toplevel bin is a thread. there is some kind of deadlock. It would be good if wingo or wtay could have a look.
-
Thomas Vander Stichele authored
Original commit message from CVS: even better
-
Thomas Vander Stichele authored
This looks a lot better when printing out ranges for doubles which are set at max. Tell me if I can change the other... Original commit message from CVS: This looks a lot better when printing out ranges for doubles which are set at max. Tell me if I can change the other arguments to be printed like this too and I will change them
-
- 31 May, 2002 7 commits
-
-
Wim Taymans authored
Original commit message from CVS: Slightly better timestamp handling use pad_query for _tell
-
Wim Taymans authored
Original commit message from CVS: Remove crappy event code from tee Some more debugging info in filesrc
-
Wim Taymans authored
Original commit message from CVS: Set the element to eos after all EOS events are pushed
-
Thomas Vander Stichele authored
Original commit message from CVS: fix and comment
-
Steve Baker Baker authored
only use ranked element factories for autoplugging. This is the only commit that needs to be backed out to reinstate ... Original commit message from CVS: only use ranked element factories for autoplugging. This is the only commit that needs to be backed out to reinstate previous behaviour. Before your spider will work again, you will have to update/rebuild plugins and run gst-register.
-
Steve Baker Baker authored
Original commit message from CVS: save/load the elementfactory rank
-
Steve Baker Baker authored
Original commit message from CVS: add a rank to elementfactory for autoplugging
-
- 30 May, 2002 7 commits
-
-
Wim Taymans authored
Original commit message from CVS: Added first draf of current events code.
-
Wim Taymans authored
Original commit message from CVS: Created an overridable method for seeking on an element, along with a default implementation. make queue flush on discont (not entirely correct) removed the new_media from the discont event.
-
Thomas Vander Stichele authored
Original commit message from CVS: show file
-
Thomas Vander Stichele authored
Original commit message from CVS: fixes bug 83427
-
Thomas Vander Stichele authored
Original commit message from CVS: big mistake
-
Andy Wingo Wingo authored
Original commit message from CVS: allow colons in indentifier names (for jack: " ... !alsa_pcm:out_1 jacksink")
-
Andy Wingo Wingo authored
Original commit message from CVS: fix spider to accomodate filesrc's new behavior (ie, sending a DISCONT before any data)
-