mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
12bbbd5c1e
Original commit message from CVS: Lots of modifications to the plugin system. - Added a GstPluginfeature object that serves as a base class for all plugin contents. - changed the plugin API, everyhting is now added with gst_plugin_add_feature - typefactories are named now so that they can be located easily and filled in at plugin load. - mime types like "video/raw image/raw" are gone for now. - lots of plugin updates (style and API changes) - tested with an without registry. - updates to various tools. - added a little testsuite to test/show how you can load plugins (4 modes) Test this one, Almost everything has changed :-) |
||
---|---|---|
.. | ||
eos | ||
muxing | ||
nego | ||
old | ||
sched | ||
.gitignore | ||
autoplug.c | ||
autoplug2.c | ||
autoplug3.c | ||
autoplug4.c | ||
caps.c | ||
capsconnect.c | ||
case4.c | ||
events.c | ||
faketest.c | ||
incsched.c | ||
init.c | ||
load.c | ||
loadall.c | ||
Makefile.am | ||
markup.c | ||
mp1vid.c | ||
mp3encode.c | ||
pad-active.c | ||
padfactory.c | ||
paranoia.c | ||
props.c | ||
queue.c | ||
README | ||
reaping.c | ||
reconnect.c | ||
registry.c | ||
rip.c | ||
simplefake.c | ||
states.c | ||
tee.c | ||
threadlock.c |
This directory contains various tests designed to verify GStreamer behavior. If any of them exit with a non-zero value, something's wrong.