summaryrefslogtreecommitdiffstats
path: root/ext/audiofile
AgeCommit message (Collapse)AuthorFilesLines
2002-03-24filter newlines out of GST_DEBUG statements to reflect new core behavior ↵Andy Wingo1-3/+3
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
2002-03-19removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo1-2/+2
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.
2002-03-19s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables ↵Andy Wingo1-2/+2
variables are defined as make variables automagi... Original commit message from CVS: s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables variables are defined as make variables automagically, and this gives the user the freedom to say make GST_PLUGIN_LDFLAGS=-myflag
2002-03-18s/gst_element_install_std_props/gst_element_class_install_std_props/ -- it ↵Andy Wingo2-2/+2
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-06Added $(AUDIOFILE_CFLAGS)Martin Enlund1-2/+2
Original commit message from CVS: Added $(AUDIOFILE_CFLAGS)
2002-02-04fix a error I caused by not seeing the nested commentsChristian Schaller1-5/+5
Original commit message from CVS: fix a error I caused by not seeing the nested comments
2002-02-03// to /* */ fixesChristian Schaller4-43/+43
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-18- plugins are built without versioning infoWrobell1-0/+2
Original commit message from CVS: - plugins are built without versioning info
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-12s/filter/plugin/ link plugins to GST_LIBS rearrange rules to a common formatDavid I. Lehn1-6/+5
Original commit message from CVS: * s/filter/plugin/ * link plugins to GST_LIBS * rearrange rules to a common format
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 Stichele6-0/+1192
Original commit message from CVS: fixed some GST_LIBS stuff added audiofile added gst-libs/audio building