summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Collapse)AuthorAgeFilesLines
...
* more useful error messagesThomas Vander Stichele2002-12-031-2/+32
| | | | | | | Original commit message from CVS: more useful error messages - how about i18n ? - is this really the best way to pass user-visible error messages ?
* Make the OSSSrc set the correct rate/number of channels as set in the GstCaps.Iain Holmes2002-12-032-16/+55
| | | | | | 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
* Moved clock set/get to class functions.Wim Taymans2002-11-271-3/+3
| | | | | Original commit message from CVS: Moved clock set/get to class functions.
* Bug #94429 (open with O_NONBLOCK). I hope it's ok (wtay ?)Jeremy Simon2002-11-241-2/+3
| | | | | Original commit message from CVS: Bug #94429 (open with O_NONBLOCK). I hope it's ok (wtay ?)
* v4l plugins: add open/close signals v4l2 plugins: add open/close signals ↵Ronald S. Bultje2002-11-139-157/+274
| | | | | | | | | | | | | | move source format enumeration from v4l2elem... Original commit message from CVS: v4l plugins: * add open/close signals v4l2 plugins: * add open/close signals * move source format enumeration from v4l2element to v4l2src * adapt to the final v4l2 API in kernel 2.5 (patches for 2.4 on http://bytesex.org/patches) * small tweaks
* Remove properties that can easily be found on the caps.Wim Taymans2002-11-021-76/+0
| | | | | Original commit message from CVS: Remove properties that can easily be found on the caps.
* Let's use g_strerror() instead of strerror()Ronald S. Bultje2002-10-263-31/+31
| | | | | Original commit message from CVS: Let's use g_strerror() instead of strerror()
* Use strerror() instead of sys_errlist[] (deprecated)Ronald S. Bultje2002-10-243-31/+31
| | | | | Original commit message from CVS: Use strerror() instead of sys_errlist[] (deprecated)
* I'm such an idiot - these files should have been in a week agoRonald S. Bultje2002-09-285-90/+28
| | | | | Original commit message from CVS: I'm such an idiot - these files should have been in a week ago
* oss debug backport fixesThomas Vander Stichele2002-09-231-10/+48
| | | | | Original commit message from CVS: oss debug backport fixes
* This patch fixes some issues caused by design issues in video4linux, adds ↵Ronald S. Bultje2002-09-202-57/+67
| | | | | | | | | | | | | | | | | some nicety to video4linux2 plugins and doe... Original commit message from CVS: This patch fixes some issues caused by design issues in video4linux, adds some nicety to video4linux2 plugins and does some more evil stuff: * video4linux doesn't tell us which formats are supported by a card, so the only way to know this is by simply trying it out. This patch adds that. * v4lmjpegsink didnt have a bufferpool yet - is integrated now. * all copy() bufferpool functions have been removed since they're not needed. * v4lmjpegsink doesnt have a free() function, because hen playing the frames, all this is already handled. When the frame is not played, nothing has to be done. In total, the function is not needed. * adds a get_caps() function to v4l2src * some minor crap
* plugins part of license field patchChristian Schaller2002-09-183-0/+5
| | | | | Original commit message from CVS: plugins part of license field patch
* some enhancements for capsnegoRonald S. Bultje2002-09-181-2/+15
| | | | | Original commit message from CVS: some enhancements for capsnego
* This fixes the video4linux/video4linux2 debug output, which had one \n too muchRonald S. Bultje2002-09-173-3/+3
| | | | | Original commit message from CVS: This fixes the video4linux/video4linux2 debug output, which had one \n too much
* This build bug accidently went into the CVSRonald S. Bultje2002-09-171-3/+3
| | | | | Original commit message from CVS: This build bug accidently went into the CVS
* Add the convert functions to the source pads of the video4linux and ↵Ronald S. Bultje2002-09-161-1/+65
| | | | | | | video4linux2 source plugins Original commit message from CVS: Add the convert functions to the source pads of the video4linux and video4linux2 source plugins
* Some cleanupsWim Taymans2002-09-121-0/+3
| | | | | Original commit message from CVS: Some cleanups
* This updates all plugins to the new API for gst_pad_try_set_capsRonald S. Bultje2002-09-102-3/+3
| | | | | Original commit message from CVS: This updates all plugins to the new API for gst_pad_try_set_caps
* This adds v4l2 stuff to the build systemRonald S. Bultje2002-09-091-4/+9
| | | | | Original commit message from CVS: This adds v4l2 stuff to the build system
* this adds video4linux2 source and element plugins. The division in v4l2* ↵Ronald S. Bultje2002-09-0911-0/+3159
| | | | | | | plugins is the same as for v4l1 - i.e. an el... Original commit message from CVS: this adds video4linux2 source and element plugins. The division in v4l2* plugins is the same as for v4l1 - i.e. an element, a src and a sink, but there won't be separate encoding plugins (like v4lmjpegsrc) - all functionality is (thanks to video4linux2) integrated in one plugin: v4l2src. v4l2sink is still to be done, that'll come later.
* 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