| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
signals to several interfaces
Original commit message from CVS:
Move over from GstInterface to GstImplementsInterface. Also adds some signals to several interfaces
|
|
|
|
|
| |
Original commit message from CVS:
remove copyright field from plugins
|
|
|
|
|
| |
Original commit message from CVS:
distcheck fixes
|
|
|
|
|
| |
Original commit message from CVS:
fix makefile
|
|
|
|
|
| |
Original commit message from CVS:
disting fix
|
|
|
|
|
| |
Original commit message from CVS:
Fix for if SOUND_MIXER_INFO is not available (fBSD and others)
|
|
|
|
|
| |
Original commit message from CVS:
fix build system for X, XShm and Xv
|
|
|
|
|
| |
Original commit message from CVS:
Proper device-capabilities check when opening
|
|
|
|
|
| |
Original commit message from CVS:
disting fixes, pixbuf loader still borked in regards to disting
|
|
|
|
|
|
|
| |
only now, but the childs do get the corre...
Original commit message from CVS:
Fix device probing from multiple childs. It's done once in the parent class only now, but the childs do get the correct values. Also fixes an incorrect succesful state change if we opened a v4l device that doesn't have the capabilities that are needed by the plugin.
|
|
|
|
|
|
|
| |
soundcard only supports one input and I cal...
Original commit message from CVS:
Don't change mixer if there's nothing to change. This caused a bug if the soundcard only supports one input and I call this function with rec=TRUE twice.
|
|
|
|
|
|
|
| |
and remove duplicate config.h includes fro...
Original commit message from CVS:
Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes from several source files
|
|
|
|
|
| |
Original commit message from CVS:
Add device autodetection
|
|
|
|
|
|
| |
Original commit message from CVS:
test and define HAVE_XSHM
build ximage plugin
|
|
|
|
|
| |
Original commit message from CVS:
All the interfaces are collected in libgstinterfaces now.
|
|
|
|
|
| |
Original commit message from CVS:
And proper memory cleanup of cached devices
|
|
|
|
|
| |
Original commit message from CVS:
Add proper switch to needs_probe()
|
|
|
|
|
| |
Original commit message from CVS:
Add device autodetection
|
|
|
|
|
| |
Original commit message from CVS:
Re-add mixer element, gst-mixer doesn't work without it
|
|
|
|
|
|
|
| |
static
Original commit message from CVS:
v4l2 was executing mixmatrix's plugin_init, so make sure to make plugin_init static
|
|
|
|
|
| |
Original commit message from CVS:
hmm...
|
|
|
|
|
|
|
|
|
| |
sys/oss, ext/gnomevfs, gst/typefind and ex...
Original commit message from CVS:
first bunch of conversions to new plugin_init. Includes libs/gst, gst/id3, sys/oss, ext/gnomevfs, gst/typefind and ext/mad.
You guessed it, everything Rhythmbox needs ;)
fixed BMP typefind and made gnomevfs one plugin instead of two while doing this
|
|
|
|
|
| |
Original commit message from CVS:
oops... I broke device settings in OSS
|
|
|
|
|
|
|
| |
one pad. This makes ossmixer *only* open...
Original commit message from CVS:
Rename osselement to ossmixer and only open audio device if we have at least one pad. This makes ossmixer *only* open the mixer, which means we can open multiple mixer sessions.
|
|
|
|
|
| |
Original commit message from CVS:
Oops, input <-> output confusion
|
|
|
|
|
|
|
| |
interface implementation files
Original commit message from CVS:
Forgot to commit Makefile.am - these remove the marshallers and add interface implementation files
|
|
|
|
|
|
|
| |
- i18n
Original commit message from CVS:
Set labels on mixer manually. This allows clearer names and - in the future - i18n
|
|
|
|
|
| |
Original commit message from CVS:
Typo fix
|
|
|
|
|
| |
Original commit message from CVS:
another file that needs to be added
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
interface, with which one can select inp...
Original commit message from CVS:
Some interface implementations for video4linux/video4linux2 plugins:
* a Tuner interface, with which one can select inputs and stations. Audio
work is underway here, but unfinished.
* A Xoverlay interface with which one can do simple overlay. Similar to
the API of the v4l/Xv XFree86 extension. Widget implementation for
GTK-2.0 coming up in the sandbox.
* Colorbalance - for adapting colors (brightness, contrast, etc.) - pretty
basic and maybe somewhat overdesigned. But it'll do for now.
Apart from these interfaces, there's also a loadable library 'xwindowlistener'
that listenes to X for the movement of a window and the overlap of other
windows. This is partly copied from xawtv (and thus partly GPL :(), but it's
needed for the xoverlay interface implementation in the v4l/v4l2 elements.
Lastly, some small changes to remove redundant properties from the v4l/v4l2
elements since these can be done much simpler. Comments appreciated!
|
|
|
|
|
|
|
| |
starting work is in here but it's not full...
Original commit message from CVS:
Make GstMixerTrack a GObject. I also want to make it emit several signals, starting work is in here but it's not fully implemented yet. for OSS, this will cause issues, but for ALSA, this is all automated.
|
|
|
|
|
| |
Original commit message from CVS:
changing 'channel' to 'track' to avoid naming overlap
|
|
|
|
|
|
|
| |
deal with that. Fixes #113488.
Original commit message from CVS:
/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488.
|
|
|
|
|
| |
Original commit message from CVS:
I thought I removed these two...
|
|
|
|
|
| |
Original commit message from CVS:
reverting error patch before making a branch.
|
|
|
|
|
| |
Original commit message from CVS:
converted gst_element_error to new format in sys/oss - gettext pending
|
|
|
|
|
| |
Original commit message from CVS:
Make interface hack work with multiple interfaces per element
|
|
|
|
|
| |
Original commit message from CVS:
Copyright fix (code=mine)
|
|
|
|
|
| |
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 :)
|
|
|
|
|
| |
Original commit message from CVS:
typos
|
|
|
|
|
| |
Original commit message from CVS:
Move all the several v4l/v4l2 plugins in one v4l and one v4l2 plugin
|
|
|
|
|
|
|
| |
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:
add cvsignores
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
from gst/gst.h recently
Original commit message from CVS:
Fix missing config.h and unistd.h includes which were apparently removed from gst/gst.h recently
|