Commit graph

326 commits

Author SHA1 Message Date
Andy Wingo
0dc999da00 s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables 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-19 01:39:43 +00:00
Andy Wingo
62c2ffe709 s/gst_element_install_std_props/gst_element_class_install_std_props/ -- it 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-18 04:41:35 +00:00
Thomas Vander Stichele
1e0d80ab83 more cleanups, buildrequires, ...
Original commit message from CVS:
more cleanups, buildrequires, ...
2002-03-13 16:40:16 +00:00
Thomas Vander Stichele
768ce1453b spec file clean up and lib changes
Original commit message from CVS:
spec file clean up and lib changes
2002-03-12 18:01:36 +00:00
Thomas Vander Stichele
48fa0b07d7 lib rename
Original commit message from CVS:
lib rename
2002-03-12 17:43:24 +00:00
Thomas Vander Stichele
36ffbabcaf conditional'd videosink
Original commit message from CVS:
conditional'd videosink
2002-03-12 12:14:41 +00:00
Thomas Vander Stichele
4c0d0c9599 moved jpeg to it's own package since it depends on libjpeg
Original commit message from CVS:
moved jpeg to it's own package since it depends on libjpeg
2002-03-12 12:10:33 +00:00
Thomas Vander Stichele
250e3ddd84 heh, we never saw this one before
Original commit message from CVS:
heh, we never saw this one before
2002-03-12 09:40:56 +00:00
Thomas Vander Stichele
47f681b5ef first prerelease
Original commit message from CVS:
first prerelease
2002-03-05 22:06:20 +00:00
Christian Schaller
376dbc2090 Put videosink in separate plugin and move icecast plugin to be with the rest 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-05 21:00:06 +00:00
Christian Schaller
b44d47c9e3 added Monoscope to SPEC
Original commit message from CVS:
added Monoscope to SPEC
2002-03-05 20:34:15 +00:00
Thomas Vander Stichele
d55a794352 *sigh* it's not doing anything useful anyway atm
Original commit message from CVS:
*sigh* it's not doing anything useful anyway atm
2002-03-05 15:10:34 +00:00
Christian Schaller
ad194ae136 fixed name of libvideosink
Original commit message from CVS:
fixed name of libvideosink
2002-03-04 20:37:37 +00:00
Christian Schaller
f25fd9239b added videosink to SPEC, it is bundled with the xvideosink
Original commit message from CVS:
added videosink to SPEC, it is bundled with the xvideosink
2002-03-04 19:48:11 +00:00
Andy Wingo
d0166867a8 rtp back in experimental, it doesn't build for uraeus and i don't want to 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-04 17:28:33 +00:00
Andy Wingo
d76e476ca5 moved rtp out of experimental
Original commit message from CVS:
moved rtp out of experimental
2002-03-03 22:55:46 +00:00
Andy Wingo
ac7548886a move smoothwave to broken for the time being
Original commit message from CVS:
move smoothwave to broken for the time being
2002-03-03 22:46:41 +00:00
Christian Schaller
bdbe41c2fe fixed rtp dependency
Original commit message from CVS:
fixed rtp dependency
2002-03-03 22:13:09 +00:00
Andy Wingo
4a7a559e42 let's not install the libmodplug helper library
Original commit message from CVS:
let's not install the libmodplug helper library
2002-03-03 16:53:17 +00:00
Thomas Vander Stichele
23ec947d9b don't do testsuite atm
Original commit message from CVS:
don't do testsuite atm
2002-03-03 13:39:31 +00:00
Thomas Vander Stichele
393dc7221a don't do testsuite until we have it working
Original commit message from CVS:
don't do testsuite until we have it working
2002-03-03 13:11:48 +00:00
Andy Wingo
fa153221c3 get up-to-date with the gst_caps_debug api improved capsnego in mad improved 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-03 00:53:24 +00:00
Thomas Vander Stichele
d6a9eb9759 adding videosink is there any good reason why the videosink plugin didn't 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-02 20:21:51 +00:00
Andy Wingo
ccfafb0fcc let's not update here, it's not necessary; ie, if you run cvs update in 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-02 19:16:23 +00:00
Andy Wingo
b174edfdb7 fix a typo
Original commit message from CVS:
fix a typo
2002-03-02 18:31:38 +00:00
Benjamin Otte
dc38fb5ae2 adding 'videosink' element
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-02 17:55:33 +00:00
Richard Boulton
8f2d24b1bf Added esdmon plugin.
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-02 15:20:05 +00:00
Richard Boulton
347bd76c36 I'm too lazy to comment this
Original commit message from CVS:
*** empty log message ***
2002-03-02 12:36:07 +00:00
Thomas Vander Stichele
428d71bb17 more changes
Original commit message from CVS:
more changes
2002-03-02 12:05:41 +00:00
Thomas Vander Stichele
8e4f87279e adapt to use new stuff
Original commit message from CVS:
adapt to use new stuff
2002-03-02 12:03:23 +00:00
Christian Schaller
3ef2f13dc9 added modplug to SPEC file
Original commit message from CVS:
added modplug to SPEC file
2002-03-02 11:34:18 +00:00
Jeremy Simon
870168f3d5 adding TIMESTAMP to buffer ( work with goom now ;) adding AUTHORS code cleanup
Original commit message from CVS:
adding TIMESTAMP to buffer ( work with goom now ;)
adding AUTHORS
code cleanup
2002-03-01 17:25:42 +00:00
Thomas Vander Stichele
add0caca4d adding man page
Original commit message from CVS:
adding man page
2002-03-01 15:46:26 +00:00
Jeremy Simon
b8d12f9a44 remove EXTRA_DIST
Original commit message from CVS:
remove EXTRA_DIST
2002-02-28 21:20:05 +00:00
Jeremy Simon
ac87bfc370 adding modplug
Original commit message from CVS:
adding modplug
2002-02-28 21:10:42 +00:00
Thomas Vander Stichele
3b68b42af8 use gst-debuginfo.m4 macro so plugins are actually compiled with debug info 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-21 17:20:35 +00:00
Thomas Vander Stichele
933567778b Uhm, if I'll be fixing errors like this all over just because I'm enabling 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-21 13:45:43 +00:00
Christian Schaller
3b9ee7ec91 Fix the spec after the au plugin changed name
Original commit message from CVS:
Fix the spec after the au plugin changed name
2002-02-19 21:06:18 +00:00
Thomas Vander Stichele
e3f1c7373b putting it back
Original commit message from CVS:
putting it back
2002-02-19 11:02:28 +00:00
Andy Wingo
e730de0bce changes to spider: add padtemplates so the connect functions can connect two 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-19 05:59:06 +00:00
Thomas Vander Stichele
f1e09f94aa ... and as long as there's no Makefile.am in testsuite/autoplug this will 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-18 17:25:46 +00:00
Andy Wingo
26834ee0e6 capsnego fixes in adder, speed, and identity
Original commit message from CVS:
capsnego fixes in adder, speed, and identity
2002-02-17 17:34:23 +00:00
Andy Wingo
9a40de21d5 --enable-plugin-builddir means nothing to the plugins themselves, just the tools
Original commit message from CVS:
--enable-plugin-builddir means nothing to the plugins themselves, just the tools
2002-02-16 18:41:24 +00:00
Andy Wingo
41871aa330 add 'toolsdir' to the pc files add our first plugin test, which involves 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-16 17:53:57 +00:00
Andy Wingo
37016f7829 a hackish fix to link arts to the proper libs
Original commit message from CVS:
a hackish fix to link arts to the proper libs
2002-02-16 05:53:28 +00:00
Andy Wingo
c0d826fda9 quiet a warning from autoconf
Original commit message from CVS:
quiet a warning from autoconf
2002-02-16 05:44:09 +00:00
Ronald S. Bultje
376c95df2a Get rid of the gst_element_info() and replace it with g_message()
Original commit message from CVS:
Get rid of the gst_element_info() and replace it with g_message()
2002-02-13 18:40:15 +00:00
Thomas Vander Stichele
7385989620 how did this ever work ?
Original commit message from CVS:
how did this ever work ?
2002-02-13 12:02:11 +00:00
Thomas Vander Stichele
31e0d4943a fix stupid gst-register mistakes make all plugins require gstreamer-plugins 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-12 17:40:01 +00:00
Thomas Vander Stichele
d7d6d405f1 it's all about the versioning baby
Original commit message from CVS:
it's all about the versioning baby
2002-02-12 16:56:33 +00:00