summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* more fixesBRANCH-RELEASE-0_3_4Thomas Vander Stichele2002-04-141-1/+1
| | | | | Original commit message from CVS: more fixes
* stupid mistakeThomas Vander Stichele2002-04-141-1/+1
| | | | | Original commit message from CVS: stupid mistake
* remove xvideosink, it's not built anymoreThomas Vander Stichele2002-04-141-14/+14
| | | | | Original commit message from CVS: remove xvideosink, it's not built anymore
* whoopsieThomas Vander Stichele2002-04-141-4/+1
| | | | | Original commit message from CVS: whoopsie
* release notesThomas Vander Stichele2002-04-141-46/+106
| | | | | Original commit message from CVS: release notes
* releaseThomas Vander Stichele2002-04-141-1/+1
| | | | | Original commit message from CVS: release
* various fixesThomas Vander Stichele2002-04-141-0/+8
| | | | | Original commit message from CVS: various fixes
* an effort to list supporting libs, minimal versions, locations, ...Thomas Vander Stichele2002-04-141-0/+7
| | | | | Original commit message from CVS: an effort to list supporting libs, minimal versions, locations, ...
* a52dec updateThomas Vander Stichele2002-04-141-1/+2
| | | | | Original commit message from CVS: a52dec update
* second prereleaseThomas Vander Stichele2002-04-131-1/+1
| | | | | Original commit message from CVS: second prerelease
* only do WallThomas Vander Stichele2002-04-131-0/+5
| | | | | Original commit message from CVS: only do Wall
* first prereleaseThomas Vander Stichele2002-04-131-1/+1
| | | | | Original commit message from CVS: first prerelease
* spec fixes gst-launch-ext additions trying to fix up ieeetest but failed ↵Thomas Vander Stichele2002-04-134-75/+96
| | | | | | | | | | function collision in avifile dir Original commit message from CVS: * spec fixes * gst-launch-ext additions * trying to fix up ieeetest but failed * function collision in avifile dir
* comment them outThomas Vander Stichele2002-04-121-4/+4
| | | | | Original commit message from CVS: comment them out
* please someone fix the necessary pointer cast for this test to workThomas Vander Stichele2002-04-122-1/+1
| | | | | Original commit message from CVS: please someone fix the necessary pointer cast for this test to work
* GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory ↵Andy Wingo2002-04-1145-289/+217
| | | | | | | | | | | and typefind. Original commit message from CVS: GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind. also, some -Werror fixes.
* various Wall fixesThomas Vander Stichele2002-04-103-7/+7
| | | | | Original commit message from CVS: various Wall fixes
* added -WerrorBenjamin Otte2002-04-061-1/+1
| | | | | Original commit message from CVS: added -Werror
* fixed warnings in /ext added mikmod_types.h to get it doneBenjamin Otte2002-04-062-15/+2
| | | | | | Original commit message from CVS: fixed warnings in /ext added mikmod_types.h to get it done
* fixed rest of warning for gcc 3 in /sysBenjamin Otte2002-04-061-9/+7
| | | | | Original commit message from CVS: fixed rest of warning for gcc 3 in /sys
* fixed rest of warning for gcc 3 in /gst.Benjamin Otte2002-04-064-15/+7
| | | | | | | Original commit message from CVS: fixed rest of warning for gcc 3 in /gst. fixed some Makefiles: s/-m486/-mcpu=i486/ disabled mpegaudioparse plugin. What good is this rotten code for anyway?
* fixed first bunch of compiler warningsBenjamin Otte2002-04-068-20/+15
| | | | | Original commit message from CVS: fixed first bunch of compiler warnings
* tsk tsk. do people even try to MAKE stuff they add ? ;)Thomas Vander Stichele2002-04-011-1/+1
| | | | | Original commit message from CVS: tsk tsk. do people even try to MAKE stuff they add ? ;)
* Fix for latest lcs.Wim Taymans2002-04-011-3/+3
| | | | | Original commit message from CVS: Fix for latest lcs.
* correct a condition in check-libheader.m4 remove gst a52 and mpeg2dec m4's ↵Andy Wingo2002-03-316-94/+206
| | | | | | | | | in favor of ones i have sent to walken for... Original commit message from CVS: * correct a condition in check-libheader.m4 * remove gst a52 and mpeg2dec m4's in favor of ones i have sent to walken for inclusion in the upstream packages
* alphabetization fixen a jack caps fixAndy Wingo2002-03-303-11/+19
| | | | | | Original commit message from CVS: * alphabetization fixen * a jack caps fix
* add notify back to filesrc, it's needed for MVC applications remove notify ↵Andy Wingo2002-03-302-6/+23
| | | | | | | | | | | | | | printouts from gst-launch cleanup in gst-p... Original commit message from CVS: * add notify back to filesrc, it's needed for MVC applications * remove notify printouts from gst-launch * cleanup in gst-plugins configure.ac * some jack updates * remove SELF_ITERATING flag in favor of SEF_SCHEDULABLE (not a clear name, but it's what we have for the moment) * improve parsing of request pad names, no more sscanf * fixes to the fastscheduler Makefile.am
* added check for 0.7.3 a52 apiAndy Wingo2002-03-302-1/+66
| | | | | Original commit message from CVS: added check for 0.7.3 a52 api
* Get the 'signed' property as a boolean.Wim Taymans2002-03-302-10/+10
| | | | | Original commit message from CVS: Get the 'signed' property as a boolean.
* Get the signed property as a booleanWim Taymans2002-03-301-5/+5
| | | | | Original commit message from CVS: Get the signed property as a boolean
* Changed to the new props APIWim Taymans2002-03-3021-106/+146
| | | | | | Original commit message from CVS: Changed to the new props API Other small tuff.
* Added libcolorspace pluginWim Taymans2002-03-302-0/+542
| | | | | Original commit message from CVS: Added libcolorspace plugin
* include the right header, blaAndy Wingo2002-03-291-1/+1
| | | | | Original commit message from CVS: include the right header, bla
* check for the proper dxr3 header aphabetization fixesAndy Wingo2002-03-292-3/+3
| | | | | | Original commit message from CVS: * check for the proper dxr3 header * aphabetization fixes
* some s/KHz/Hz/ fixes in osssrc consistency-with-the-rest-of-gst adjustmentsAndy Wingo2002-03-296-2/+530
| | | | | | | Original commit message from CVS: * some s/KHz/Hz/ fixes in osssrc * added dxr3 plugin from rehan khwaja <rehankhwaja@yahoo.com>, with some consistency-with-the-rest-of-gst adjustments
* added a bunch of cvsignore stuff off of a fresh checkout and build i will ↵Andy Wingo2002-03-254-0/+20
| | | | | | | | | win the race to max LOC changed ;-) Original commit message from CVS: added a bunch of cvsignore stuff off of a fresh checkout and build i will win the race to max LOC changed ;-)
* filter newlines out of GST_DEBUG statements to reflect new core behavior ↵Andy Wingo2002-03-2422-157/+157
| | | | | | | | 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
* added plugin_desc structures to libs, which makes their locations cached in ↵Andy Wingo2002-03-244-0/+56
| | | | | | | | | | | | | | | the registry. this speeds plugin loading ... Original commit message from CVS: * added plugin_desc structures to libs, which makes their locations cached in the registry. this speeds plugin loading considerably, especially on uninstalled versions. * put the lib path before all others, for speed reasons. * some fixes to adder's caps. * added linefeeds (\n) to GST_DEBUG strings to match GST_INFO behavior. this is more sane. all code will need to be converted. i think some perl can do this.
* acconfig.h usage deprecatedDavid I. Lehn2002-03-213-58/+2
| | | | | Original commit message from CVS: acconfig.h usage deprecated
* cosmeticDavid I. Lehn2002-03-212-2/+2
| | | | | Original commit message from CVS: cosmetic
* perhaps -lartsflow_idl is neededDavid I. Lehn2002-03-211-1/+1
| | | | | Original commit message from CVS: perhaps -lartsflow_idl is needed
* 0.3.3-1 packaging update for -2: control: s/0.3.2/0.3.3/ for -runtime ↵David I. Lehn2002-03-2130-132/+189
| | | | | | | | version dep Original commit message from CVS: 0.3.3-1 packaging update for -2: control: s/0.3.2/0.3.3/ for -runtime version dep
* s/Gnome-Streamer/GStreamer/Andy Wingo2002-03-2066-66/+67
| | | | | Original commit message from CVS: s/Gnome-Streamer/GStreamer/
* removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo2002-03-1989-1966/+1942
| | | | | | | | | 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.
* s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables ↵Andy Wingo2002-03-1934-36/+36
| | | | | | | | | | 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
* s/gst_element_install_std_props/gst_element_class_install_std_props/ -- it ↵Andy Wingo2002-03-189-17/+755
| | | | | | | | | | | | | | 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
* more cleanups, buildrequires, ...BRANCH-EVENTS2-ROOTThomas Vander Stichele2002-03-131-19/+38
| | | | | Original commit message from CVS: more cleanups, buildrequires, ...
* spec file clean up and lib changesThomas Vander Stichele2002-03-121-295/+314
| | | | | Original commit message from CVS: spec file clean up and lib changes
* lib renameThomas Vander Stichele2002-03-121-5/+5
| | | | | Original commit message from CVS: lib rename
* conditional'd videosinkThomas Vander Stichele2002-03-121-15/+15
| | | | | Original commit message from CVS: conditional'd videosink