summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Collapse)AuthorAgeFilesLines
* some wim forgot thisThomas Vander Stichele2002-09-031-0/+1
| | | | | Original commit message from CVS: some wim forgot this
* - Don't misuse fragment property for storing the fragment sizeWim Taymans2002-09-021-35/+41
| | | | | | | Original commit message from CVS: - Don't misuse fragment property for storing the fragment size - Better property descriptions - correctly calculate fragment_time
* small sync fixWim Taymans2002-07-281-2/+2
| | | | | Original commit message from CVS: small sync fix
* Added conditional for cdrom, someone needs to write a configure check to ↵Wim Taymans2002-07-271-2/+8
| | | | | | | | make this work Original commit message from CVS: Added conditional for cdrom, someone needs to write a configure check to make this work
* - eventmask/query/format functionsWim Taymans2002-07-241-7/+59
| | | | | | | Original commit message from CVS: - eventmask/query/format functions - expose oss format as an enum - moved default_pool allocation to where it is needed.
* use new method namesWim Taymans2002-07-131-1/+1
| | | | | Original commit message from CVS: use new method names
* vishnu's patchThomas Vander Stichele2002-07-101-36/+37
| | | | | Original commit message from CVS: vishnu's patch
* unref eventsWim Taymans2002-07-081-2/+2
| | | | | Original commit message from CVS: unref events
* Small fix for event cleanupWim Taymans2002-06-161-2/+3
| | | | | Original commit message from CVS: Small fix for event cleanup
* 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.
* check for the proper dxr3 header aphabetization fixesAndy Wingo2002-03-291-2/+2
| | | | | | Original commit message from CVS: * check for the proper dxr3 header * aphabetization fixes
* 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