summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2002-03-10doing release of pluginsBRANCH-RELEASE-0_3_3Thomas Vander Stichele2-43/+87
Original commit message from CVS: doing release of plugins
2002-03-10new prerelease that was waiting to happenThomas Vander Stichele1-1/+1
Original commit message from CVS: new prerelease that was waiting to happen
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
2002-03-04fixed name of libvideosinkChristian Schaller1-1/+1
Original commit message from CVS: fixed name of libvideosink
2002-03-04added videosink to SPEC, it is bundled with the xvideosinkChristian Schaller1-0/+1
Original commit message from CVS: added videosink to SPEC, it is bundled with the xvideosink
2002-03-04rtp back in experimental, it doesn't build for uraeus and i don't want to ↵Andy Wingo1-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 :)
2002-03-03moved rtp out of experimentalAndy Wingo1-2/+0
Original commit message from CVS: moved rtp out of experimental
2002-03-03move smoothwave to broken for the time beingAndy Wingo1-4/+3
Original commit message from CVS: move smoothwave to broken for the time being
2002-03-03fixed rtp dependencyChristian Schaller1-1/+1
Original commit message from CVS: fixed rtp dependency
2002-03-03let's not install the libmodplug helper libraryAndy Wingo2-5/+5
Original commit message from CVS: let's not install the libmodplug helper library
2002-03-03don't do testsuite atmThomas Vander Stichele1-2/+2
Original commit message from CVS: don't do testsuite atm
2002-03-03don't do testsuite until we have it workingThomas Vander Stichele1-1/+1
Original commit message from CVS: don't do testsuite until we have it working
2002-03-03get up-to-date with the gst_caps_debug api improved capsnego in mad improved ↵Andy Wingo2-1/+1
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
2002-03-02adding videosink is there any good reason why the videosink plugin didn't ↵Thomas Vander Stichele1-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
2002-03-02let's not update here, it's not necessary; ie, if you run cvs update in ↵Andy Wingo1-3/+0
gst-plugins, it will update common automatica... Original commit message from CVS: let's not update here, it's not necessary; ie, if you run cvs update in gst-plugins, it will update common automatically, and we don't support half-updated trees
2002-03-02fix a typoAndy Wingo1-1/+1
Original commit message from CVS: fix a typo
2002-03-02adding 'videosink' elementBenjamin Otte1-2/+2
Original commit message from CVS: adding 'videosink' element It's basically a rewritten xvideosink, but is more modular and allows 'hooks'. It is needed by GstVideoWidget in gst-player
2002-03-02Added esdmon plugin.Richard Boulton1-1/+1
Original commit message from CVS: Added esdmon plugin. Monitors output from the esd sound daemon. Particularly useful for displaying a visualisation of the audio being played on your system. eg: gst-launch esdmon ! goom ! { queue leaky=yes ! colorspace ! sdlvideosink } You can even have several of them going at once. :)
2002-03-02I'm too lazy to comment thisRichard Boulton1-1/+2
Original commit message from CVS: *** empty log message ***
2002-03-02more changesThomas Vander Stichele1-0/+3
Original commit message from CVS: more changes
2002-03-02adapt to use new stuffThomas Vander Stichele2-6/+6
Original commit message from CVS: adapt to use new stuff
2002-03-02added modplug to SPEC fileChristian Schaller1-0/+1
Original commit message from CVS: added modplug to SPEC file
2002-03-01adding TIMESTAMP to buffer ( work with goom now ;) adding AUTHORS code cleanupJeremy Simon1-10/+25
Original commit message from CVS: adding TIMESTAMP to buffer ( work with goom now ;) adding AUTHORS code cleanup
2002-03-01adding man pageThomas Vander Stichele1-0/+2
Original commit message from CVS: adding man page
2002-02-28remove EXTRA_DISTJeremy Simon1-1/+0
Original commit message from CVS: remove EXTRA_DIST
2002-02-28adding modplugJeremy Simon44-1/+21800
Original commit message from CVS: adding modplug
2002-02-21use gst-debuginfo.m4 macro so plugins are actually compiled with debug info ↵Thomas Vander Stichele1-2/+4
some more debug output for lame Original commit message from CVS: * use gst-debuginfo.m4 macro so plugins are actually compiled with debug info * some more debug output for lame
2002-02-21Uhm, if I'll be fixing errors like this all over just because I'm enabling ↵Thomas Vander Stichele2-2/+2
plugin debug output for the first time, I'... Original commit message from CVS: Uhm, if I'll be fixing errors like this all over just because I'm enabling plugin debug output for the first time, I'm in for a world of hurt over the next few hours...
2002-02-19Fix the spec after the au plugin changed nameChristian Schaller1-1/+1
Original commit message from CVS: Fix the spec after the au plugin changed name
2002-02-19putting it backThomas Vander Stichele2-2/+5
Original commit message from CVS: putting it back
2002-02-19changes to spider: add padtemplates so the connect functions can connect two ↵Andy Wingo1-4/+7
request-pad elements add a hack in gstel... Original commit message from CVS: * changes to spider: * add padtemplates so the connect functions can connect two request-pad elements * add a hack in gstelement.c. please look at this, Company, and see how we can get around this * add backwards caps-propagation support in identity, int2float, float2int, adder, speed, volume
2002-02-18... and as long as there's no Makefile.am in testsuite/autoplug this will ↵Thomas Vander Stichele1-2/+2
not work very well either. Original commit message from CVS: ... and as long as there's no Makefile.am in testsuite/autoplug this will not work very well either.
2002-02-17capsnego fixes in adder, speed, and identityAndy Wingo1-31/+23
Original commit message from CVS: capsnego fixes in adder, speed, and identity
2002-02-16--enable-plugin-builddir means nothing to the plugins themselves, just the toolsAndy Wingo1-1/+0
Original commit message from CVS: --enable-plugin-builddir means nothing to the plugins themselves, just the tools
2002-02-16add 'toolsdir' to the pc files add our first plugin test, which involves ↵Andy Wingo2-3/+11
simply running gst-compprep, which in the co... Original commit message from CVS: * add 'toolsdir' to the pc files * add our first plugin test, which involves simply running gst-compprep, which in the course of creating the completion registry instantiates every plugin. gst-register is run first.
2002-02-16a hackish fix to link arts to the proper libsAndy Wingo1-1/+1
Original commit message from CVS: a hackish fix to link arts to the proper libs
2002-02-16quiet a warning from autoconfAndy Wingo2-4/+5
Original commit message from CVS: quiet a warning from autoconf
2002-02-13Get rid of the gst_element_info() and replace it with g_message()Ronald S. Bultje1-2/+1
Original commit message from CVS: Get rid of the gst_element_info() and replace it with g_message()
2002-02-13how did this ever work ?Thomas Vander Stichele1-2/+2
Original commit message from CVS: how did this ever work ?
2002-02-12fix stupid gst-register mistakes make all plugins require gstreamer-plugins ↵Thomas Vander Stichele1-88/+88
make only gstreamer-plugins require gstre... Original commit message from CVS: * fix stupid gst-register mistakes * make all plugins require gstreamer-plugins * make only gstreamer-plugins require gstreamer
2002-02-12it's all about the versioning babyThomas Vander Stichele2-1/+1
Original commit message from CVS: it's all about the versioning baby
2002-02-12some more fixes base rpm is now called gstreamer-plugins as it should beThomas Vander Stichele1-4/+5
Original commit message from CVS: * some more fixes * base rpm is now called gstreamer-plugins as it should be
2002-02-12various cosmetic fixesThomas Vander Stichele1-57/+57
Original commit message from CVS: * various cosmetic fixes
2002-02-11release version fixThomas Vander Stichele2-1/+1
Original commit message from CVS: release version fix
2002-02-10changed libgst -> libgstreamer to comply with namespace issues with gnu ↵Andy Wingo1-1/+1
smalltalk various other fixes Original commit message from CVS: * changed libgst -> libgstreamer to comply with namespace issues with gnu smalltalk * various other fixes
2002-02-10fixing aclocalThomas Vander Stichele2-1/+1
Original commit message from CVS: fixing aclocal
2002-02-10syncing with as-versionThomas Vander Stichele2-12/+2
Original commit message from CVS: syncing with as-version