summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/audio/audio.h
AgeCommit message (Collapse)AuthorFilesLines
2004-03-14gst-indentThomas Vander Stichele1-26/+18
Original commit message from CVS: gst-indent
2004-02-27gst-libs/gst/audio/audio.h: add macro to make sure header isn't included twiceBenjamin Otte1-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.
2004-01-26gst-libs/gst/audio/audio.h: remove buffer-frames from audio capsBenjamin Otte1-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.
2004-01-12adding structure setters matching the templates for audioThomas Vander Stichele1-0/+13
Original commit message from CVS: adding structure setters matching the templates for audio
2003-12-22Merge CAPS branchDavid Schleef1-56/+33
Original commit message from CVS: Merge CAPS branch
2003-11-16+ adding buffer-frames prop to standard caps macrosLeif Johnson1-12/+9
Original commit message from CVS: + adding buffer-frames prop to standard caps macros
2003-07-19+ the last of the float caps changes ... these are a bit more pervasiveLeif Johnson1-66/+86
Original commit message from CVS: + the last of the float caps changes ... these are a bit more pervasive
2003-07-16actually recurse into sndfile if we are able big ladspa cleanups, mainly to ↵Andy Wingo1-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.
2003-07-06New mimetypes gone into effect today - this commit changes all old mimetypes ↵Ronald S. Bultje1-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
2002-09-09some simple fixes and additionsThomas Vander Stichele1-14/+28
Original commit message from CVS: some simple fixes and additions
2002-04-11GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory ↵Andy Wingo1-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.
2002-03-20s/Gnome-Streamer/GStreamer/Andy Wingo1-1/+1
Original commit message from CVS: s/Gnome-Streamer/GStreamer/
2001-12-22moving and renaming we put the libs in the source in gst-libs/gst/(dir) the ↵Thomas Vander Stichele1-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 ;)