Age | Commit message (Collapse) | Author | Files | Lines |
|
Original commit message from CVS:
added check for 0.7.3 a52 api
|
|
Original commit message from CVS:
Get the 'signed' property as a boolean.
|
|
Original commit message from CVS:
Get the signed property as a boolean
|
|
Original commit message from CVS:
Changed to the new props API
Other small tuff.
|
|
Original commit message from CVS:
Added libcolorspace plugin
|
|
Original commit message from CVS:
include the right header, bla
|
|
Original commit message from CVS:
* check for the proper dxr3 header
* aphabetization fixes
|
|
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
|
|
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 ;-)
|
|
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
|
|
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.
|
|
Original commit message from CVS:
acconfig.h usage deprecated
|
|
Original commit message from CVS:
cosmetic
|
|
Original commit message from CVS:
perhaps -lartsflow_idl is needed
|
|
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
|
|
Original commit message from CVS:
s/Gnome-Streamer/GStreamer/
|
|
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.
|
|
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
|
|
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
|
|
Original commit message from CVS:
more cleanups, buildrequires, ...
|
|
Original commit message from CVS:
spec file clean up and lib changes
|
|
Original commit message from CVS:
lib rename
|
|
Original commit message from CVS:
conditional'd videosink
|
|
Original commit message from CVS:
moved jpeg to it's own package since it depends on libjpeg
|
|
Original commit message from CVS:
heh, we never saw this one before
|
|
Original commit message from CVS:
first prerelease
|
|
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
|
|
Original commit message from CVS:
added Monoscope to SPEC
|
|
Original commit message from CVS:
*sigh* it's not doing anything useful anyway atm
|
|
Original commit message from CVS:
fixed name of libvideosink
|
|
Original commit message from CVS:
added videosink to SPEC, it is bundled with the xvideosink
|
|
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 :)
|
|
Original commit message from CVS:
moved rtp out of experimental
|
|
Original commit message from CVS:
move smoothwave to broken for the time being
|
|
Original commit message from CVS:
fixed rtp dependency
|
|
Original commit message from CVS:
let's not install the libmodplug helper library
|
|
Original commit message from CVS:
don't do testsuite atm
|
|
Original commit message from CVS:
don't do testsuite until we have it working
|
|
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
|
|
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
|
|
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
|
|
Original commit message from CVS:
fix a typo
|
|
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
|
|
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. :)
|
|
Original commit message from CVS:
*** empty log message ***
|
|
Original commit message from CVS:
more changes
|
|
Original commit message from CVS:
adapt to use new stuff
|
|
Original commit message from CVS:
added modplug to SPEC file
|
|
Original commit message from CVS:
adding TIMESTAMP to buffer ( work with goom now ;)
adding AUTHORS
code cleanup
|
|
Original commit message from CVS:
adding man page
|