summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2002-04-16Finally we're on to a proper jack setup, with a specialized bin and elements ↵Andy Wingo5-187/+311
that can only go in a jack bin. I had to... Original commit message from CVS: Finally we're on to a proper jack setup, with a specialized bin and elements that can only go in a jack bin. I had to fix the parser first to do this, but to run it, the syntax is like so: gst-launch jackbin.( filesrc ! mad ! jacksink ) But of course it's not fully functional yet. Sigh.
2002-04-150.3.4-1 packaging infoDavid I. Lehn8-25/+67
Original commit message from CVS: 0.3.4-1 packaging info
2002-04-15more mergeback from the latest releaseThomas Vander Stichele4-47/+127
Original commit message from CVS: more mergeback from the latest release
2002-04-15I'm too lazy to comment thisThomas Vander Stichele1-20/+18
Original commit message from CVS: *** empty log message ***
2002-04-15s/-lmpeg2dec/-lcpuaccel/ to support the lastest mpeg2dec releaseDavid I. Lehn1-2/+2
Original commit message from CVS: s/-lmpeg2dec/-lcpuaccel/ to support the lastest mpeg2dec release
2002-04-14added ARG_OUTPUT_ENDIANNESS and ARG_TYPE to _get_propertySteve Baker1-0/+6
Original commit message from CVS: added ARG_OUTPUT_ENDIANNESS and ARG_TYPE to _get_property
2002-04-13spec fixes gst-launch-ext additions trying to fix up ieeetest but failed ↵Thomas Vander Stichele4-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
2002-04-12comment them outThomas Vander Stichele1-4/+4
Original commit message from CVS: comment them out
2002-04-12please someone fix the necessary pointer cast for this test to workThomas Vander Stichele2-1/+1
Original commit message from CVS: please someone fix the necessary pointer cast for this test to work
2002-04-11GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory ↵Andy Wingo45-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.
2002-04-10various Wall fixesThomas Vander Stichele3-7/+7
Original commit message from CVS: various Wall fixes
2002-04-06added -WerrorBenjamin Otte1-1/+1
Original commit message from CVS: added -Werror
2002-04-06fixed warnings in /ext added mikmod_types.h to get it doneBenjamin Otte2-15/+2
Original commit message from CVS: fixed warnings in /ext added mikmod_types.h to get it done
2002-04-06fixed rest of warning for gcc 3 in /sysBenjamin Otte1-9/+7
Original commit message from CVS: fixed rest of warning for gcc 3 in /sys
2002-04-06fixed rest of warning for gcc 3 in /gst.Benjamin Otte4-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?
2002-04-06fixed first bunch of compiler warningsBenjamin Otte8-20/+15
Original commit message from CVS: fixed first bunch of compiler warnings
2002-04-01tsk tsk. do people even try to MAKE stuff they add ? ;)Thomas Vander Stichele1-1/+1
Original commit message from CVS: tsk tsk. do people even try to MAKE stuff they add ? ;)
2002-04-01Fix for latest lcs.Wim Taymans1-3/+3
Original commit message from CVS: Fix for latest lcs.
2002-03-31correct a condition in check-libheader.m4 remove gst a52 and mpeg2dec m4's ↵Andy Wingo6-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
2002-03-30alphabetization fixen a jack caps fixAndy Wingo3-11/+19
Original commit message from CVS: * alphabetization fixen * a jack caps fix
2002-03-30add notify back to filesrc, it's needed for MVC applications remove notify ↵Andy Wingo2-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
2002-03-30added check for 0.7.3 a52 apiAndy Wingo2-1/+66
Original commit message from CVS: added check for 0.7.3 a52 api
2002-03-30Get the 'signed' property as a boolean.Wim Taymans2-10/+10
Original commit message from CVS: Get the 'signed' property as a boolean.
2002-03-30Get the signed property as a booleanWim Taymans1-5/+5
Original commit message from CVS: Get the signed property as a boolean
2002-03-30Changed to the new props APIWim Taymans21-106/+146
Original commit message from CVS: Changed to the new props API Other small tuff.
2002-03-30Added libcolorspace pluginWim Taymans2-0/+542
Original commit message from CVS: Added libcolorspace plugin
2002-03-29include the right header, blaAndy Wingo1-1/+1
Original commit message from CVS: include the right header, bla
2002-03-29check for the proper dxr3 header aphabetization fixesAndy Wingo2-3/+3
Original commit message from CVS: * check for the proper dxr3 header * aphabetization fixes
2002-03-29some s/KHz/Hz/ fixes in osssrc consistency-with-the-rest-of-gst adjustmentsAndy Wingo6-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
2002-03-25added a bunch of cvsignore stuff off of a fresh checkout and build i will ↵Andy Wingo4-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 ;-)
2002-03-24filter newlines out of GST_DEBUG statements to reflect new core behavior ↵Andy Wingo22-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
2002-03-24added plugin_desc structures to libs, which makes their locations cached in ↵Andy Wingo4-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.
2002-03-21acconfig.h usage deprecatedDavid I. Lehn3-58/+2
Original commit message from CVS: acconfig.h usage deprecated
2002-03-21cosmeticDavid I. Lehn2-2/+2
Original commit message from CVS: cosmetic
2002-03-21perhaps -lartsflow_idl is neededDavid I. Lehn1-1/+1
Original commit message from CVS: perhaps -lartsflow_idl is needed
2002-03-210.3.3-1 packaging update for -2: control: s/0.3.2/0.3.3/ for -runtime ↵David I. Lehn30-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
2002-03-20s/Gnome-Streamer/GStreamer/Andy Wingo66-66/+67
Original commit message from CVS: s/Gnome-Streamer/GStreamer/
2002-03-19removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo89-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.
2002-03-19s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables ↵Andy Wingo34-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
2002-03-18s/gst_element_install_std_props/gst_element_class_install_std_props/ -- it ↵Andy Wingo9-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
2002-03-13more cleanups, buildrequires, ...BRANCH-EVENTS2-ROOTThomas Vander Stichele1-19/+38
Original commit message from CVS: more cleanups, buildrequires, ...
2002-03-12spec file clean up and lib changesThomas Vander Stichele1-295/+314
Original commit message from CVS: spec file clean up and lib changes
2002-03-12lib renameThomas Vander Stichele1-5/+5
Original commit message from CVS: lib rename
2002-03-12conditional'd videosinkThomas Vander Stichele1-15/+15
Original commit message from CVS: conditional'd videosink
2002-03-12moved jpeg to it's own package since it depends on libjpegThomas Vander Stichele1-2/+17
Original commit message from CVS: moved jpeg to it's own package since it depends on libjpeg
2002-03-12heh, we never saw this one beforeThomas Vander Stichele1-0/+188
Original commit message from CVS: heh, we never saw this one before
2002-03-05first prereleaseThomas Vander Stichele1-1/+1
Original commit message from CVS: first prerelease
2002-03-05Put videosink in separate plugin and move icecast plugin to be with the rest ↵Christian Schaller1-14/+32
of the dependency plugins Original commit message from CVS: Put videosink in separate plugin and move icecast plugin to be with the rest of the dependency plugins
2002-03-05added Monoscope to SPECChristian Schaller1-0/+1
Original commit message from CVS: added Monoscope to SPEC
2002-03-05*sigh* it's not doing anything useful anyway atmThomas Vander Stichele2-1/+1
Original commit message from CVS: *sigh* it's not doing anything useful anyway atm