| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
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:
- Add error reporting
- never return a NULL buffer
|
|
|
|
|
| |
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:
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:
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:
plugins part of license field patch
|
|
|
|
|
| |
Original commit message from CVS:
This updates all plugins to the new API for gst_pad_try_set_caps
|
|
|
|
|
| |
Original commit message from CVS:
use new method names
|
|
|
|
|
| |
Original commit message from CVS:
Make elements nanoseconds aware
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
and typefind.
Original commit message from CVS:
GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE
same with *factory and typefind.
also, some -Werror fixes.
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Original commit message from CVS:
_get_property for curroffset should use g_value_get_ulong
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
Original commit message from CVS:
Add timestamps to osssrc.
Remove unused member "seq".
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Original commit message from CVS:
remove weird thing code
set caps on src pad as soon as card is opened
|
|
|
|
|
| |
Original commit message from CVS:
Moved capsnego in ossrc to a more suitable place.
|
|
|
|
|
| |
Original commit message from CVS:
Remove deprecated call.
|
|
|
|
|
|
| |
Original commit message from CVS:
Bring the plugins in sync with the new core capsnego system.
Added some features, enhancements...
|
|
|
|
|
|
|
| |
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)
|
|
Original commit message from CVS:
first batch
|