summaryrefslogtreecommitdiffstats
path: root/sys/oss/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* sys/oss/gstossmixer.*: Refactored to be more like alsamixer.Andy Wingo2005-08-231-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Original commit message from CVS: 2005-08-23 Andy Wingo <wingo@pobox.com> * sys/oss/gstossmixer.h: * sys/oss/gstossmixer.c: Refactored to be more like alsamixer. * sys/oss/gstossmixertrack.h: * sys/oss/gstossmixertrack.c: Split out from gstossmixer.[ch], like gstalsamixer. * sys/oss/gstosssrc.c: * sys/oss/gstosssink.c: Where before we used a gstosselement object as a helper library, now just call functions from gstosshelper. * sys/oss/gstosshelper.h: * sys/oss/gstosshelper.c: Made a real library. Removed propertyprobe for now, should add it back later. * sys/oss/gstosselement.h: * sys/oss/gstosselement.c: Removed, we don't have a shared base class. * sys/oss/gstosshelper.c (gst_oss_helper_probe_caps): Search higher-to-lower, makes 16 bit appear earlier in the caps, which makes it preferred.
* sys/oss/gstosssrc.*: Totally ported, dude.Andy Wingo2005-08-231-1/+2
| | | | | | | | | | | | | Original commit message from CVS: 2005-08-23 Andy Wingo <wingo@pobox.com> * sys/oss/gstosssrc.h: * sys/oss/gstosssrc.c: Totally ported, dude. * sys/oss/Makefile.am: * sys/oss/gstossaudio.c: Add osssrc. * sys/oss/gstosssink.c: We do native byte order.
* sys/oss/: Port from THREADED+wim's fixes.Andy Wingo2005-07-081-16/+20
| | | | | | | Original commit message from CVS: 2005-07-08 Andy Wingo <wingo@pobox.com> * sys/oss/: Port from THREADED+wim's fixes.
* Roll gstreamer-interfaces-0.9.pc into gstreamer-plugins-base-0.9.pcJan Schmidt2005-07-011-1/+1
| | | | | | | | | | Original commit message from CVS: 2005-07-01 Jan Schmidt <thaytan@mad.scientist.com> * configure.ac: * ext/mad/Makefile.am: * sys/oss/Makefile.am: Roll gstreamer-interfaces-0.9.pc into gstreamer-plugins-base-0.9.pc
* gst-plugins 0.9 cvs head now compiles (only effectv left compiling)Christian Schaller2005-05-061-1/+2
| | | | | Original commit message from CVS: gst-plugins 0.9 cvs head now compiles (only effectv left compiling)
* add GST_INTERFACES_LIBSChristian Schaller2005-05-051-1/+1
| | | | | Original commit message from CVS: add GST_INTERFACES_LIBS
* updates to make this closer to compileChristian Schaller2005-05-051-1/+2
| | | | | Original commit message from CVS: updates to make this closer to compile
* minor updates to last checkinDavid Schleef2004-03-231-1/+1
| | | | | Original commit message from CVS: minor updates to last checkin
* sys/oss/: Rate probing test app.David Schleef2004-03-231-0/+7
| | | | | | | Original commit message from CVS: * sys/oss/Makefile.am: * sys/oss/oss_probe.c: (main), (probe_check), (add_range), (check_rate), (add_rate): Rate probing test app.
* it's broken and it failed to load during the last few months. If anyone ↵Ronald S. Bultje2003-12-141-10/+1
| | | | | | | wants to revive it, have fun finding it back ... Original commit message from CVS: Remove ossgst... It's a crude hack (beyond ugly), it's broken and it failed to load during the last few months. If anyone wants to revive it, have fun finding it back in the CVS history
* All the interfaces are collected in libgstinterfaces now.Jan Schmidt2003-11-061-1/+1
| | | | | Original commit message from CVS: All the interfaces are collected in libgstinterfaces now.
* Fix missing symbolRonald S. Bultje2003-09-131-1/+1
| | | | | Original commit message from CVS: Fix missing symbol
* fix typo (not mine, ronalds ;)Christian Schaller2003-09-131-1/+0
| | | | | Original commit message from CVS: fix typo (not mine, ronalds ;)
* disting fix, ronald remember to make sure all new files get disted :)Christian Schaller2003-09-131-6/+7
| | | | | Original commit message from CVS: disting fix, ronald remember to make sure all new files get disted :)
* Interface implementation example: OSS mixer. Also osscommon->osselement so ↵Ronald S. Bultje2003-09-131-5/+11
| | | | | | | it can be loaded without being a source/si... Original commit message from CVS: Interface implementation example: OSS mixer. Also osscommon->osselement so it can be loaded without being a source/sink (for a stand-alone mixer)
* Remove redundant definition of plugindirDavid Schleef2003-08-101-1/+0
| | | | | Original commit message from CVS: Remove redundant definition of plugindir
* actually recurse into sndfile if we are able big ladspa cleanups, mainly to ↵Andy Wingo2003-07-161-2/+1
| | | | | | | | | | | | | | | | | comply with the buffer-frames caps proper... Original commit message from CVS: * actually recurse into sndfile if we are able * big ladspa cleanups, mainly to comply with the buffer-frames caps property, but also general cleanups - the samplerate prop is gone, if you want to set it explicitly (as in for get-based plugins) you need to use a filtered connection, just like with buffer-frames * big float2int and int2float changes for buffer-frames compatibility - I think it's quite a bit simpler * make the ossclock general, add it to gstaudio, and use it in sndfile as well i need to update mimetypes, but that's coming soon. there are some other plugins that don't support buffer-frames, i guess i need to get around to fixing them as well.
* parallel install fixesThomas Vander Stichele2002-12-081-1/+1
| | | | | Original commit message from CVS: parallel install fixes
* Some cleanups and refactoring make ossrc do good negotiationWim Taymans2002-12-071-2/+8
| | | | | | Original commit message from CVS: Some cleanups and refactoring make ossrc do good negotiation
* don't compile the oss helper by defaultAndy Wingo2002-05-201-1/+1
| | | | | 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-201-5/+2
| | | | | Original commit message from CVS: get rid of evil gstosshelper (intended for use with LD_PRELOAD)
* cosmeticDavid I. Lehn2002-03-211-1/+0
| | | | | Original commit message from CVS: cosmetic
* removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo2002-03-191-1/+1
| | | | | | | | | 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
* Assorted fixes.Wim Taymans2002-02-031-2/+2
| | | | | | Original commit message from CVS: Assorted fixes. Use the new clocking stuff.
* - plugins are built without versioning infoWrobell2002-01-181-0/+2
| | | | | Original commit message from CVS: - plugins are built without versioning info
* 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
* first batchThomas Vander Stichele2001-12-171-0/+11
Original commit message from CVS: first batch