summaryrefslogtreecommitdiffstats
path: root/sys/oss
Commit message (Collapse)AuthorAgeFilesLines
* Implement element query fix convert bugWim Taymans2002-06-081-5/+24
| | | | | | Original commit message from CVS: Implement element query fix convert bug
* UNITSThomas Vander Stichele2002-06-021-3/+3
| | | | | Original commit message from CVS: UNITS
* Reenable oss clockWim Taymans2002-06-021-1/+0
| | | | | Original commit message from CVS: Reenable oss clock
* Make elements nanoseconds awareWim Taymans2002-06-022-2/+3
| | | | | Original commit message from CVS: Make elements nanoseconds aware
* Remove media specific seeking type in favour of unit. xvimage compile fix.Wim Taymans2002-06-021-3/+3
| | | | | | Original commit message from CVS: Remove media specific seeking type in favour of unit. xvimage compile fix.
* Some query and convert functions.Wim Taymans2002-06-012-5/+109
| | | | | Original commit message from CVS: Some query and convert functions.
* Don't call oss_clock methods on the clockWim Taymans2002-05-311-1/+1
| | | | | Original commit message from CVS: Don't call oss_clock methods on the clock
* Slightly better sync if we could not resync the clock.Wim Taymans2002-05-301-0/+2
| | | | | Original commit message from CVS: Slightly better sync if we could not resync the clock.
* Resurect ossclock with a simple algorithmWim Taymans2002-05-284-34/+108
| | | | | Original commit message from CVS: Resurect ossclock with a simple algorithm
* "pardon begg'd, Sir, I do think that my backside's not a sync"Thomas Vander Stichele2002-05-281-1/+1
| | | | | | | Original commit message from CVS: "pardon begg'd, Sir, I do think that my backside's not a sync" Sorry for fixing this but I'm pretty anable that way
* Use alternative method for getting delayWim Taymans2002-05-271-1/+9
| | | | | Original commit message from CVS: Use alternative method for getting delay
* virtual wtay patchThomas Vander Stichele2002-05-271-1/+1
| | | | | Original commit message from CVS: virtual wtay patch
* Added sync option to disable syncing to the clock.Wim Taymans2002-05-262-2/+14
| | | | | Original commit message from CVS: Added sync option to disable syncing to the clock.
* - Changed plugins for new APIsWim Taymans2002-05-262-82/+46
| | | | | | | | | 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
* don't compile the oss helper by defaultAndy Wingo2002-05-202-1/+402
| | | | | Original commit message from CVS: don't compile the oss helper by default
* temporary commit to resurrect osshelper.c, will fix...Andy Wingo2002-05-201-1/+6
| | | | | Original commit message from CVS: temporary commit to resurrect osshelper.c, will fix...
* get rid of evil gstosshelper (intended for use with LD_PRELOAD)Andy Wingo2002-05-202-406/+2
| | | | | Original commit message from CVS: get rid of evil gstosshelper (intended for use with LD_PRELOAD)
* Reset the handled number of samples when going to PAUSEDWim Taymans2002-05-043-42/+22
| | | | | | Original commit message from CVS: Reset the handled number of samples when going to PAUSED Some cleanups
* Fix clocking.Wim Taymans2002-04-282-9/+22
| | | | | Original commit message from CVS: Fix clocking.
* More intelligent clock offset and sync.Wim Taymans2002-04-282-3/+17
| | | | | Original commit message from CVS: More intelligent clock offset and sync.
* a hack to work around intltool's brokenness a current check for mpeg2dec ↵Andy Wingo2002-04-201-1/+1
| | | | | | | | | | | details->klass reorganizations an element br... Original commit message from CVS: * a hack to work around intltool's brokenness * a current check for mpeg2dec * details->klass reorganizations * an element browser that uses details->klass * separated cdxa parse out from the avi directory
* 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
* spec fixes gst-launch-ext additions trying to fix up ieeetest but failed ↵Thomas Vander Stichele2002-04-131-0/+5
| | | | | | | | | | function collision in avifile dir Original commit message from CVS: * spec fixes * gst-launch-ext additions * trying to fix up ieeetest but failed * function collision in avifile dir
* GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory ↵Andy Wingo2002-04-113-11/+11
| | | | | | | | | | | 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-304-310/+109
| | | | | | Original commit message from CVS: Changed to the new props API Other small tuff.
* some s/KHz/Hz/ fixes in osssrc consistency-with-the-rest-of-gst adjustmentsAndy Wingo2002-03-291-2/+2
| | | | | | | Original commit message from CVS: * some s/KHz/Hz/ fixes in osssrc * added dxr3 plugin from rehan khwaja <rehankhwaja@yahoo.com>, with some consistency-with-the-rest-of-gst adjustments
* _get_property for curroffset should use g_value_get_ulongDavid I. Lehn2002-03-271-1/+1
| | | | | Original commit message from CVS: _get_property for curroffset should use g_value_get_ulong
* filter newlines out of GST_DEBUG statements to reflect new core behavior ↵Andy Wingo2002-03-243-11/+11
| | | | | | | | 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
* cosmeticDavid I. Lehn2002-03-211-1/+0
| | | | | Original commit message from CVS: cosmetic
* s/Gnome-Streamer/GStreamer/Andy Wingo2002-03-201-1/+1
| | | | | Original commit message from CVS: s/Gnome-Streamer/GStreamer/
* removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo2002-03-195-20/+20
| | | | | | | | | versioning is done internally to the plugins with... Original commit message from CVS: * removal of //-style comments * don't link plugins to core libs -- the versioning is done internally to the plugins with the plugin_info struct, and symbol resolution is lazy, so we can always know if a plugin can be loaded by the plugin_info data. in theory.
* s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables ↵Andy Wingo2002-03-191-2/+2
| | | | | | | | | | variables are defined as make variables automagi... Original commit message from CVS: s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables variables are defined as make variables automagically, and this gives the user the freedom to say make GST_PLUGIN_LDFLAGS=-myflag
* Add timestamps to osssrc.Richard Boulton2002-03-022-5/+16
| | | | | | Original commit message from CVS: Add timestamps to osssrc. Remove unused member "seq".
* 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-212-30/+10
| | | | | | | | | | 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
* remove weird thing code set caps on src pad as soon as card is openedThomas Vander Stichele2002-02-201-14/+32
| | | | | | Original commit message from CVS: remove weird thing code set caps on src pad as soon as card is opened
* 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
* Moved capsnego in ossrc to a more suitable place.Wim Taymans2002-02-051-16/+20
| | | | | Original commit message from CVS: Moved capsnego in ossrc to a more suitable place.
* Add the oss clock too.Wim Taymans2002-02-032-0/+406
| | | | | | | Original commit message from CVS: Add the oss clock too. This one shows that there should be more infrastructure to dispatch clock events.
* Assorted fixes.Wim Taymans2002-02-033-41/+136
| | | | | | Original commit message from CVS: Assorted fixes. Use the new clocking stuff.
* Remove deprecated call.Wim Taymans2002-02-021-1/+1
| | | | | Original commit message from CVS: Remove deprecated call.
* - plugins are built without versioning infoWrobell2002-01-181-0/+2
| | | | | Original commit message from CVS: - plugins are built without versioning info
* Bring the plugins in sync with the new core capsnego system.Wim Taymans2002-01-133-56/+50
| | | | | | Original commit message from CVS: Bring the plugins in sync with the new core capsnego system. Added some features, enhancements...
* s/filter/plugin/ link plugins to GST_LIBS rearrange rules to a common formatDavid I. Lehn2002-01-121-2/+3
| | | | | | | Original commit message from CVS: * s/filter/plugin/ * link plugins to GST_LIBS * rearrange rules to a common format
* omega: you agreed on starting rate from 1000, which is really neeeded for ↵Zeeshan Ali2001-12-292-2/+2
| | | | | | | 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-1711-0/+2310
Original commit message from CVS: first batch