summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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-064-3/+52
| | | | | | 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 /gst.Benjamin Otte2002-04-061-10/+1
| | | | | | | 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-069-48/+86
| | | | | 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 ? ;)
* 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-302-10/+16
| | | | | | 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-301-1/+1
| | | | | | | | | | | | | | 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
* Changed to the new props APIWim Taymans2002-03-3017-379/+223
| | | | | | Original commit message from CVS: Changed to the new props API Other small tuff.
* 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-293-4/+17
| | | | | | | 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
* _get_property for curroffset should use g_value_get_ulongDavid I. Lehn2002-03-271-1/+1
| | | | | Original commit message from CVS: _get_property for curroffset should use g_value_get_ulong
* added a bunch of cvsignore stuff off of a fresh checkout and build i will ↵Andy Wingo2002-03-251-0/+14
| | | | | | | | | 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-2424-116/+116
| | | | | | | | 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
* acconfig.h usage deprecatedDavid I. Lehn2002-03-213-58/+2
| | | | | Original commit message from CVS: acconfig.h usage deprecated
* cosmeticDavid I. Lehn2002-03-211-1/+0
| | | | | Original commit message from CVS: cosmetic
* s/Gnome-Streamer/GStreamer/Andy Wingo2002-03-2043-43/+43
| | | | | Original commit message from CVS: s/Gnome-Streamer/GStreamer/
* removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo2002-03-1955-230/+206
| | | | | | | | | 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-1922-28/+28
| | | | | | | | | | 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-182-13/+27
| | | | | | | | | | | | | | 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, ...Thomas 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
* conditional'd videosinkThomas Vander Stichele2002-03-121-15/+15
| | | | | Original commit message from CVS: conditional'd videosink
* moved jpeg to it's own package since it depends on libjpegThomas Vander Stichele2002-03-121-2/+17
| | | | | Original commit message from CVS: moved jpeg to it's own package since it depends on libjpeg
* heh, we never saw this one beforeThomas Vander Stichele2002-03-121-0/+188
| | | | | Original commit message from CVS: heh, we never saw this one before
* Fix several C++ style comments.Richard Boulton2002-03-082-8/+8
| | | | | Original commit message from CVS: Fix several C++ style comments.
* Remove static structures: you can now have multiple monoscopes, and they'll ↵Richard Boulton2002-03-083-43/+56
| | | | | | | | actually display different things. :) Original commit message from CVS: Remove static structures: you can now have multiple monoscopes, and they'll actually display different things. :)
* Make sure we use proper properties to define the different AVI types.Wim Taymans2002-03-062-3/+3
| | | | | Original commit message from CVS: Make sure we use proper properties to define the different AVI types.
* Bugfix - it now actually works (I think)Ronald S. Bultje2002-03-061-6/+3
| | | | | Original commit message from CVS: Bugfix - it now actually works (I think)
* paramspec type fix, make the source pads GST_PAD_SOMETIMESAndy Wingo2002-03-061-4/+4
| | | | | Original commit message from CVS: paramspec type fix, make the source pads GST_PAD_SOMETIMES
* first prereleaseThomas Vander Stichele2002-03-051-1/+1
| | | | | Original commit message from CVS: first prerelease
* Put videosink in separate plugin and move icecast plugin to be with the rest ↵Christian Schaller2002-03-051-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
* added Monoscope to SPECChristian Schaller2002-03-051-0/+1
| | | | | Original commit message from CVS: added Monoscope to SPEC
* *sigh* it's not doing anything useful anyway atmThomas Vander Stichele2002-03-052-1/+1
| | | | | Original commit message from CVS: *sigh* it's not doing anything useful anyway atm
* update to the g_object_notify() way of sending the app information this is ↵Andy Wingo2002-03-042-5/+11
| | | | | | | | | untested, but should work Original commit message from CVS: update to the g_object_notify() way of sending the app information this is untested, but should work
* fixed name of libvideosinkChristian Schaller2002-03-041-1/+1
| | | | | Original commit message from CVS: fixed name of libvideosink
* added videosink to SPEC, it is bundled with the xvideosinkChristian Schaller2002-03-041-0/+1
| | | | | Original commit message from CVS: added videosink to SPEC, it is bundled with the xvideosink
* added more media formats: mod, sid, auChristian Schaller2002-03-041-1/+4
| | | | | Original commit message from CVS: added more media formats: mod, sid, au
* rtp back in experimental, it doesn't build for uraeus and i don't want to ↵Andy Wingo2002-03-041-0/+2
| | | | | | | debug it :) Original commit message from CVS: rtp back in experimental, it doesn't build for uraeus and i don't want to debug it :)
* moved rtp out of experimentalAndy Wingo2002-03-031-2/+0
| | | | | Original commit message from CVS: moved rtp out of experimental
* move smoothwave to broken for the time beingAndy Wingo2002-03-031-4/+3
| | | | | Original commit message from CVS: move smoothwave to broken for the time being
* fixed rtp dependencyChristian Schaller2002-03-031-1/+1
| | | | | Original commit message from CVS: fixed rtp dependency
* Wim claims we only need 50 more rewrites to get it working wellChristian Schaller2002-03-031-1/+1
| | | | | Original commit message from CVS: fixed pipeline for vob files so we get sound (bad sound but still), Wim claims we only need 50 more rewrites to get it working well
* Fix monoscope: caps already asked for mono input: make it actually expect ↵Richard Boulton2002-03-032-9/+3
| | | | | | | | such input. Original commit message from CVS: Fix monoscope: caps already asked for mono input: make it actually expect such input.
* Use stereo2mono plugin for scopes which require mono input.Richard Boulton2002-03-031-3/+3
| | | | | | | Original commit message from CVS: Use stereo2mono plugin for scopes which require mono input. It would be better if esdmon and osssrc were able to give mono output: they need caps negotiation.
* don't do testsuite atmThomas Vander Stichele2002-03-031-2/+2
| | | | | Original commit message from CVS: don't do testsuite atm
* don't do testsuite until we have it workingThomas Vander Stichele2002-03-031-1/+1
| | | | | Original commit message from CVS: don't do testsuite until we have it working
* get up-to-date with the gst_caps_debug api improved capsnego in mad improved ↵Andy Wingo2002-03-032-1/+0
| | | | | | | | | | | | capsnego in adder improved capsnego in i... Original commit message from CVS: * get up-to-date with the gst_caps_debug api * improved capsnego in mad * improved capsnego in adder * improved capsnego in intfloat plugins * unbroke capsnego in stereomono plugins * fix cothread stack allocation within the main thread in new cothreads
* adding videosink is there any good reason why the videosink plugin didn't ↵Thomas Vander Stichele2002-03-021-1/+2
| | | | | | | | | | just go in the xvideo dir ? It's not like w... Original commit message from CVS: adding videosink is there any good reason why the videosink plugin didn't just go in the xvideo dir ? It's not like we *need* to have the most dirs we can get ;) if no one objects then I guess I'll move it to the sensible place