summaryrefslogtreecommitdiffstats
path: root/sys/oss/gstosssink.c
Commit message (Collapse)AuthorAgeFilesLines
...
* - Changed plugins for new APIsWim Taymans2002-05-261-79/+45
| | | | | | | | | Original commit message from CVS: - Changed plugins for new APIs - modularized audiofile. - added seeking, query and convert functions for mad, mpeg2dec, avidemux, mpegdemux, mpegparse - sync updates to oss. removed the ossclock for now
* Reset the handled number of samples when going to PAUSEDWim Taymans2002-05-041-20/+3
| | | | | | Original commit message from CVS: Reset the handled number of samples when going to PAUSED Some cleanups
* Fix clocking.Wim Taymans2002-04-281-9/+21
| | | | | Original commit message from CVS: Fix clocking.
* More intelligent clock offset and sync.Wim Taymans2002-04-281-2/+12
| | | | | Original commit message from CVS: More intelligent clock offset and sync.
* more mergeback from the latest releaseThomas Vander Stichele2002-04-151-3/+1
| | | | | Original commit message from CVS: more mergeback from the latest release
* revert part of a patch that broke BE machinesBenjamin Otte2002-04-141-7/+12
| | | | | Original commit message from CVS: revert part of a patch that broke BE machines
* GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory ↵Andy Wingo2002-04-111-4/+4
| | | | | | | | | | | and typefind. Original commit message from CVS: GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind. also, some -Werror fixes.
* Changed to the new props APIWim Taymans2002-03-301-63/+69
| | | | | | Original commit message from CVS: Changed to the new props API Other small tuff.
* filter newlines out of GST_DEBUG statements to reflect new core behavior ↵Andy Wingo2002-03-241-1/+1
| | | | | | | | fixes to adder's caps, again Original commit message from CVS: * filter newlines out of GST_DEBUG statements to reflect new core behavior * fixes to adder's caps, again
* a few fixesThomas Vander Stichele2002-02-211-2/+2
| | | | | Original commit message from CVS: * a few fixes
* fixed compiler warning in sink put debug output in proper categories don't ↵Thomas Vander Stichele2002-02-211-1/+1
| | | | | | | | | | set caps while opening device (in state ch... Original commit message from CVS: * fixed compiler warning in sink * put debug output in proper categories * don't set caps while opening device (in state change) since caps setting is not allowed if element isn't ready yet
* better capsnego in osssink s/parseau/auparse/ update volume, mulawdecode, ↵Andy Wingo2002-02-171-1/+14
| | | | | | | | | auparse to new capsnego Original commit message from CVS: * better capsnego in osssink * s/parseau/auparse/ * update volume, mulawdecode, auparse to new capsnego
* - modified to use _notifyBenjamin Otte2002-02-071-13/+25
| | | | | | | Original commit message from CVS: - modified to use _notify - no more // - DON'T allow to set the device while device is open. _get_property("device") returns wrong device else
* Assorted fixes.Wim Taymans2002-02-031-38/+128
| | | | | | Original commit message from CVS: Assorted fixes. Use the new clocking stuff.
* Bring the plugins in sync with the new core capsnego system.Wim Taymans2002-01-131-54/+48
| | | | | | Original commit message from CVS: Bring the plugins in sync with the new core capsnego system. Added some features, enhancements...
* omega: you agreed on starting rate from 1000, which is really neeeded for ↵Zeeshan Ali2001-12-291-1/+1
| | | | | | | Apps like mine(zchat) Original commit message from CVS: omega: you agreed on starting rate from 1000, which is really neeeded for Apps like mine(zchat)
* Fixed some pluginsWim Taymans2001-12-281-3/+1
| | | | | Original commit message from CVS: Fixed some plugins
* Added better state change handling to osssinkWim Taymans2001-12-251-17/+23
| | | | | Original commit message from CVS: Added better state change handling to osssink
* first batchThomas Vander Stichele2001-12-171-0/+626
Original commit message from CVS: first batch