summaryrefslogtreecommitdiff
path: root/gst-libs/gst/audio/audio.h
Commit message (Collapse)AuthorAgeFilesLines
* gst-indentThomas Vander Stichele2004-03-141-26/+18
| | | | | Original commit message from CVS: gst-indent
* gst-libs/gst/audio/audio.h: add macro to make sure header isn't included twiceBenjamin Otte2004-02-271-0/+4
| | | | | | | | | | | | Original commit message from CVS: 2004-02-27 Benjamin Otte <otte@gnome.org> * gst-libs/gst/audio/audio.h: add macro to make sure header isn't included twice * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk): don't use gst_buffer_free * gst/playondemand/filter.func: don't usae gst_data_free. Free data only once.
* gst-libs/gst/audio/audio.h: remove buffer-frames from audio capsBenjamin Otte2004-01-261-4/+2
| | | | | | | | | | Original commit message from CVS: 2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de> * gst-libs/gst/audio/audio.h: remove buffer-frames from audio caps * gst/audioconvert/gstaudioconvert.c: fix plugin to really work.
* adding structure setters matching the templates for audioThomas Vander Stichele2004-01-121-0/+13
| | | | | Original commit message from CVS: adding structure setters matching the templates for audio
* Merge CAPS branchDavid Schleef2003-12-221-56/+33
| | | | | Original commit message from CVS: Merge CAPS branch
* + adding buffer-frames prop to standard caps macrosLeif Johnson2003-11-161-12/+9
| | | | | Original commit message from CVS: + adding buffer-frames prop to standard caps macros
* + the last of the float caps changes ... these are a bit more pervasiveLeif Johnson2003-07-191-66/+86
| | | | | Original commit message from CVS: + the last of the float caps changes ... these are a bit more pervasive
* actually recurse into sndfile if we are able big ladspa cleanups, mainly to ↵Andy Wingo2003-07-161-0/+2
| | | | | | | | | | | | | | | | | 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.
* New mimetypes gone into effect today - this commit changes all old mimetypes ↵Ronald S. Bultje2003-07-061-6/+2
| | | | | | | 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
* some simple fixes and additionsThomas Vander Stichele2002-09-091-14/+28
| | | | | Original commit message from CVS: some simple fixes and additions
* GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory ↵Andy Wingo2002-04-111-1/+1
| | | | | | | | | | | and typefind. Original commit message from CVS: GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind. also, some -Werror fixes.
* s/Gnome-Streamer/GStreamer/Andy Wingo2002-03-201-1/+1
| | | | | Original commit message from CVS: s/Gnome-Streamer/GStreamer/
* moving and renaming we put the libs in the source in gst-libs/gst/(dir) the ↵Thomas Vander Stichele2001-12-221-0/+109
headers get installed in prefix/include/g... Original commit message from CVS: moving and renaming we put the libs in the source in gst-libs/gst/(dir) the headers get installed in prefix/include/gst/(dir) the libs are installed in prefix/lib/gst with a libgst prefix the sources should be without the gst prefix as per irc agreement please comment if this sounds like a bad idea ;)