summaryrefslogtreecommitdiffstats
path: root/ext/audiofile/gstafsrc.c
AgeCommit message (Collapse)AuthorFilesLines
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
2003-06-29compatibility fix for new GST_DEBUG stuff.Benjamin Otte1-2/+5
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.
2002-09-18plugins part of license field patchChristian Schaller1-1/+2
Original commit message from CVS: plugins part of license field patch
2002-09-09removing warnings as approved by wimThomas Vander Stichele1-3/+0
Original commit message from CVS: removing warnings as approved by wim
2002-05-26- Changed plugins for new APIsWim Taymans1-9/+2
Original commit message from CVS: - Changed plugins for new APIs - modularized audiofile. - added seeking, query and convert functions for mad, mpeg2dec, avidemux, mpegdemux, mpegparse - sync updates to oss. removed the ossclock for now
2002-04-20a hack to work around intltool's brokenness a current check for mpeg2dec ↵Andy Wingo1-2/+2
details->klass reorganizations an element br... Original commit message from CVS: * a hack to work around intltool's brokenness * a current check for mpeg2dec * details->klass reorganizations * an element browser that uses details->klass * separated cdxa parse out from the avi directory
2002-04-11GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory ↵Andy Wingo1-3/+3
and typefind. Original commit message from CVS: GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind. also, some -Werror fixes.
2002-04-06fixed warnings in /ext added mikmod_types.h to get it doneBenjamin Otte1-2/+2
Original commit message from CVS: fixed warnings in /ext added mikmod_types.h to get it done
2002-03-18s/gst_element_install_std_props/gst_element_class_install_std_props/ -- it ↵Andy Wingo1-1/+1
just makes more sense that way added jack ... Original commit message from CVS: * s/gst_element_install_std_props/gst_element_class_install_std_props/ -- it just makes more sense that way * added jack element, doesn't quite work right yet but i didn't want to lose the work -- it does build, register, and attempt to run though * imposed some restrictions on the naming of request pads to better allow for reverse parsing * added '%s' to reverse parsing * added new bin flag to indicate that it is self-iterating, and some lame code in gst-launch to test it out * fixen on launch-gui * added pkg-config stuff for the editor's libs
2002-02-03// to /* */ fixesChristian Schaller1-14/+14
Original commit message from CVS: // to /* */ fixes
2002-01-22Modified passthrough, adder, playondemand, float2int, int2float, and ladspa ↵Leif Johnson1-3/+1
to work with the new caps nego changes. Original commit message from CVS: Modified passthrough, adder, playondemand, float2int, int2float, and ladspa to work with the new caps nego changes. Updated adder to work with float data, now uses bytestreams. Updated ladspa to work in any M sinkpads by N srcpads configuration, M > -1 and N > 0. Also updated ladspa to work as a loop-based element using bytestreams for MxN configurations other than M == N == 1 or M == 0.
2002-01-13Bring the plugins in sync with the new core capsnego system.Wim Taymans1-15/+14
Original commit message from CVS: Bring the plugins in sync with the new core capsnego system. Added some features, enhancements...
2002-01-08fixesThomas Vander Stichele1-1/+1
Original commit message from CVS: fixes
2001-12-28Fixed some pluginsWim Taymans1-2/+2
Original commit message from CVS: Fixed some plugins
2001-12-22changes to accomodate the standardization of installed libs some left over ↵Thomas Vander Stichele1-1/+1
changes Original commit message from CVS: changes to accomodate the standardization of installed libs some left over changes
2001-12-21fixed some GST_LIBS stuff added audiofile added gst-libs/audio buildingThomas Vander Stichele1-0/+425
Original commit message from CVS: fixed some GST_LIBS stuff added audiofile added gst-libs/audio building