| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
Original commit message from CVS:
Fix missing symbol
|
|
|
|
|
| |
Original commit message from CVS:
fix typo (not mine, ronalds ;)
|
|
|
|
|
| |
Original commit message from CVS:
disting fix, ronald remember to make sure all new files get disted :)
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
Original commit message from CVS:
Remove redundant definition of plugindir
|
|
|
|
|
|
| |
Original commit message from CVS:
second attempt
fixing gdkpixbuf stuff
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
over to the new mimetypes spec as descri...
Original commit message from CVS:
New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as described in the previous commit's document. Note: some plugins will break, some pipelines will break, expect HEAD to be broken or at least not 100% working for a few days, but don't forget to report bugs
|
|
|
|
|
|
|
| |
really should make this a general clock,...
Original commit message from CVS:
implemented wait_async and unschedule ossclock, and support it in osssink -- really should make this a general clock, ill need it in gstsf
|
|
|
|
|
|
|
|
| |
Original commit message from CVS:
compatibility fix for new GST_DEBUG stuff.
Includes fixes for missing includes for config.h and unistd.h
I only ensured for plugins I can build that they work, so if some of them are still broken, you gotta fix them yourselves unfortunately.
|
|
|
|
|
| |
Original commit message from CVS:
Remove NEW_MEDIA from plugins
|
|
|
|
|
|
| |
Original commit message from CVS:
- use common code to write samples to the device
- add some error handling
|
|
|
|
|
| |
Original commit message from CVS:
- added gst_oss_clock_set_time to .h file
|
|
|
|
|
|
|
|
| |
Original commit message from CVS:
- UNITS -> DEFAULT
- added chunk_size option to osssink, buffers will be written to the
devive in chunks of this size, this can increase the accuracy of the
clock on some devices.
|
|
|
|
|
| |
Original commit message from CVS:
properly get rid of clocks on disposal - be parent of own clock
|
|
|
|
|
| |
Original commit message from CVS:
Fix #106709 - waiting for approval in 0.6.1 - patch thanks to Peter N Lundblad <lundblad@linux.nu>
|
|
|
|
|
|
|
|
|
|
| |
open/close to ready/null instead of paused/re...
Original commit message from CVS:
* implement clocking
* set clock counter back to zero on ready->paused
* move open/close to ready/null instead of paused/ready.
* add random typos
|
|
|
|
|
|
|
|
| |
conversion.
Original commit message from CVS:
Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer
conversion.
|
|
|
|
|
| |
Original commit message from CVS:
Removed bogus patch 1.4 to make osssrc work again.
|
|
|
|
|
|
| |
Original commit message from CVS:
- Add error reporting
- never return a NULL buffer
|
|
|
|
|
| |
Original commit message from CVS:
Enable sync again, for some reason it was disabled
|
|
|
|
|
|
|
|
| |
making FALSE the default
Original commit message from CVS:
until this reliably works for more than two media types, we're better off
making FALSE the default
|
|
|
|
|
|
|
| |
http://bugzilla.gnome.org/show_bug.cgi?id=102025
Original commit message from CVS:
Applied patch from Martin Schlemmer for locking issue, see bug http://bugzilla.gnome.org/show_bug.cgi?id=102025
|
|
|
|
|
| |
Original commit message from CVS:
PadConnect -> PadLink
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Original commit message from CVS:
Fix plugins for new query API
|
|
|
|
|
| |
Original commit message from CVS:
Update to new element sync API
|
|
|
|
|
| |
Original commit message from CVS:
Properly reset the internal state without leaking the filehandle
|
|
|
|
|
| |
Original commit message from CVS:
parallel install fixes
|
|
|
|
|
|
| |
Original commit message from CVS:
More refactoring
osssrc has more features now, like query/convert etc
|
|
|
|
|
|
| |
Original commit message from CVS:
Some cleanups and refactoring
make ossrc do good negotiation
|
|
|
|
|
| |
Original commit message from CVS:
Add an event handler to the GstOssSrc. Handle EOS events.
|
|
|
|
|
|
|
| |
Original commit message from CVS:
more useful error messages
- how about i18n ?
- is this really the best way to pass user-visible error messages ?
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Original commit message from CVS:
Moved clock set/get to class functions.
|
|
|
|
|
| |
Original commit message from CVS:
Bug #94429 (open with O_NONBLOCK). I hope it's ok (wtay ?)
|
|
|
|
|
| |
Original commit message from CVS:
Remove properties that can easily be found on the caps.
|
|
|
|
|
| |
Original commit message from CVS:
oss debug backport fixes
|
|
|
|
|
| |
Original commit message from CVS:
plugins part of license field patch
|
|
|
|
|
| |
Original commit message from CVS:
Some cleanups
|
|
|
|
|
| |
Original commit message from CVS:
This updates all plugins to the new API for gst_pad_try_set_caps
|
|
|
|
|
| |
Original commit message from CVS:
some wim forgot this
|
|
|
|
|
|
|
| |
Original commit message from CVS:
- Don't misuse fragment property for storing the fragment size
- Better property descriptions
- correctly calculate fragment_time
|
|
|
|
|
| |
Original commit message from CVS:
small sync fix
|
|
|
|
|
|
|
| |
Original commit message from CVS:
- eventmask/query/format functions
- expose oss format as an enum
- moved default_pool allocation to where it is needed.
|
|
|
|
|
| |
Original commit message from CVS:
use new method names
|
|
|
|
|
| |
Original commit message from CVS:
vishnu's patch
|
|
|
|
|
| |
Original commit message from CVS:
unref events
|
|
|
|
|
| |
Original commit message from CVS:
Small fix for event cleanup
|
|
|
|
|
|
| |
Original commit message from CVS:
Implement element query
fix convert bug
|