summaryrefslogtreecommitdiffstats
path: root/sys/oss/gstosssrc.c
Commit message (Collapse)AuthorAgeFilesLines
...
* PadConnect -> PadLinkThomas Vander Stichele2003-01-101-2/+2
| | | | | Original commit message from CVS: PadConnect -> PadLink
* another batch of connect->link fixes please let me know about issues and ↵Thomas Vander Stichele2003-01-101-5/+5
| | | | | | | | | | please refrain of making them yourself, so t... Original commit message from CVS: another batch of connect->link fixes please let me know about issues and please refrain of making them yourself, so that I don't spend double the time resolving conflicts
* Fix plugins for new query APIWim Taymans2002-12-301-7/+7
| | | | | Original commit message from CVS: Fix plugins for new query API
* More refactoring osssrc has more features now, like query/convert etcWim Taymans2002-12-071-157/+165
| | | | | | Original commit message from CVS: More refactoring osssrc has more features now, like query/convert etc
* Some cleanups and refactoring make ossrc do good negotiationWim Taymans2002-12-071-158/+149
| | | | | | Original commit message from CVS: Some cleanups and refactoring make ossrc do good negotiation
* Add an event handler to the GstOssSrc. Handle EOS events.Iain Holmes2002-12-061-1/+34
| | | | | Original commit message from CVS: Add an event handler to the GstOssSrc. Handle EOS events.
* Make the OSSSrc set the correct rate/number of channels as set in the GstCaps.Iain Holmes2002-12-031-15/+52
| | | | | | Original commit message from CVS: Make the OSSSrc set the correct rate/number of channels as set in the GstCaps. Handle state changes correctly according to docs/random/wtay/states
* plugins part of license field patchChristian Schaller2002-09-181-0/+2
| | | | | Original commit message from CVS: plugins part of license field patch
* This updates all plugins to the new API for gst_pad_try_set_capsRonald S. Bultje2002-09-101-2/+2
| | | | | Original commit message from CVS: This updates all plugins to the new API for gst_pad_try_set_caps
* use new method namesWim Taymans2002-07-131-1/+1
| | | | | Original commit message from CVS: use new method names
* Make elements nanoseconds awareWim Taymans2002-06-021-2/+2
| | | | | Original commit message from CVS: Make elements nanoseconds aware
* 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-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.
* 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-241-6/+6
| | | | | | | | 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
* removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo2002-03-191-9/+9
| | | | | | | | | 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.
* Add timestamps to osssrc.Richard Boulton2002-03-021-3/+14
| | | | | | Original commit message from CVS: Add timestamps to osssrc. Remove unused member "seq".
* fixed compiler warning in sink put debug output in proper categories don't ↵Thomas Vander Stichele2002-02-211-29/+9
| | | | | | | | | | 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
* 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.
* Remove deprecated call.Wim Taymans2002-02-021-1/+1
| | | | | Original commit message from CVS: Remove deprecated call.
* Bring the plugins in sync with the new core capsnego system.Wim Taymans2002-01-131-1/+1
| | | | | | 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)
* first batchThomas Vander Stichele2001-12-171-0/+419
Original commit message from CVS: first batch