summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Collapse)AuthorAgeFilesLines
...
* some s/KHz/Hz/ fixes in osssrc consistency-with-the-rest-of-gst adjustmentsAndy Wingo2002-03-292-4/+10
| | | | | | | 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
* adding 'videosink' elementBenjamin Otte2002-03-021-2/+2
| | | | | | | Original commit message from CVS: adding 'videosink' element It's basically a rewritten xvideosink, but is more modular and allows 'hooks'. It is needed by GstVideoWidget in gst-player
* 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
* reverting hadess's patchThomas Vander Stichele2002-01-171-4/+1
| | | | | Original commit message from CVS: reverting hadess's patch
* - make the qcam plugin build only only platforms using NASM, ie. x86Bastien Nocera2002-01-171-1/+3
| | | | | Original commit message from CVS: - make the qcam plugin build only only platforms using NASM, ie. x86
* 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
* applied taaz's virtual patchThomas Vander Stichele2001-12-201-14/+14
| | | | | Original commit message from CVS: applied taaz's virtual patch
* added qcam checksThomas Vander Stichele2001-12-201-1/+14
| | | | | Original commit message from CVS: added qcam checks
* vcd checksThomas Vander Stichele2001-12-201-1/+7
| | | | | Original commit message from CVS: vcd checks
* added v4l handlingThomas Vander Stichele2001-12-201-7/+13
| | | | | Original commit message from CVS: added v4l handling
* unforming dir namesThomas Vander Stichele2001-12-201-3/+15
| | | | | Original commit message from CVS: unforming dir names
* first batchThomas Vander Stichele2001-12-1712-0/+2315
Original commit message from CVS: first batch