Commit graph

543 commits

Author SHA1 Message Date
Andy Wingo
4229b1cbd1 added check for 0.7.3 a52 api
Original commit message from CVS:
added check for 0.7.3 a52 api
2002-03-30 18:24:06 +00:00
Wim Taymans
7f17956d2b Get the 'signed' property as a boolean.
Original commit message from CVS:
Get the 'signed' property as a boolean.
2002-03-30 17:22:18 +00:00
Wim Taymans
279b570c51 Get the signed property as a boolean
Original commit message from CVS:
Get the signed property as a boolean
2002-03-30 17:19:32 +00:00
Wim Taymans
444336ab90 Changed to the new props API
Original commit message from CVS:
Changed to the new props API
Other small tuff.
2002-03-30 17:06:26 +00:00
Wim Taymans
2641c8c05f Added libcolorspace plugin
Original commit message from CVS:
Added libcolorspace plugin
2002-03-30 16:16:49 +00:00
Andy Wingo
5ddc6ee6e1 include the right header, bla
Original commit message from CVS:
include the right header, bla
2002-03-29 01:01:13 +00:00
Andy Wingo
973b2e23f3 check for the proper dxr3 header aphabetization fixes
Original commit message from CVS:
* check for the proper dxr3 header
* aphabetization fixes
2002-03-29 00:41:45 +00:00
Andy Wingo
cb99f1dab1 some s/KHz/Hz/ fixes in osssrc consistency-with-the-rest-of-gst adjustments
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-29 00:23:16 +00:00
Andy Wingo
625a9e6eb1 added a bunch of cvsignore stuff off of a fresh checkout and build i will 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-25 05:01:00 +00:00
Andy Wingo
1d6862cb69 filter newlines out of GST_DEBUG statements to reflect new core behavior 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-24 22:07:03 +00:00
Andy Wingo
0cc78c5ef8 added plugin_desc structures to libs, which makes their locations cached in 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-24 20:55:44 +00:00
David I. Lehn
1ca4ae60d2 acconfig.h usage deprecated
Original commit message from CVS:
acconfig.h usage deprecated
2002-03-21 23:44:14 +00:00
David I. Lehn
5dbd908f00 cosmetic
Original commit message from CVS:
cosmetic
2002-03-21 08:41:35 +00:00
David I. Lehn
d3a051bad0 perhaps -lartsflow_idl is needed
Original commit message from CVS:
perhaps -lartsflow_idl is needed
2002-03-21 08:40:48 +00:00
David I. Lehn
a83ddf8f5c 0.3.3-1 packaging update for -2: control: s/0.3.2/0.3.3/ for -runtime 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-21 08:33:23 +00:00
Andy Wingo
b0c01cddf9 s/Gnome-Streamer/GStreamer/
Original commit message from CVS:
s/Gnome-Streamer/GStreamer/
2002-03-20 21:45:04 +00:00
Andy Wingo
4359de2616 removal of //-style comments don't link plugins to core libs -- the 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-19 04:10:06 +00:00
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