mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 22:01:27 +00:00
5a52fd4009
Original commit message from CVS: Updated the autoplugger: - moved all of the code out of gstpipeline.c to autoplug.c - The autoplugger now creates a GstElement based on the given src and sink caps. The API now is: GstElement* gst_autoplug_caps_list (GList *srcpad, GList *sinkpad, ...); - the typefind function is moved from gstpipeline.c to gstplay.c. Not sure if this is right behaviour but we need at least a bin in order to run the typedetect functions. - fixed a bug in gstbin.c where the MANAGER flag of the bin was not cleared when going to the NULL state. - a bug in the videosink was fixed. It was possible that more instances of the video widget were created, causing major errors. - commented out most of the 'old' autoplug examples. - added the new autoplugger to gstplay.c. There still is a bit of hacking needed to insert a queue into the autogenerated element. This will be fixed when the autoplugger can also create the video/audio elements. Fixed some more extranous spaces problems in various files. |
||
---|---|---|
.. | ||
bindings | ||
cothreads | ||
xml | ||
.gitignore | ||
a.c | ||
ac3parse.c | ||
ac3play.c | ||
ac3sync.c | ||
args.c | ||
avi2mpg.c | ||
aviparse.c | ||
basic.c | ||
buffer.c | ||
cobin.c | ||
dvdcat.c | ||
fake.c | ||
gsttracedump.c | ||
jitter.c | ||
m.c | ||
Makefile.am | ||
mcut.c | ||
mem.c | ||
mem.h | ||
mp1parse.c | ||
mp1tomp1.c | ||
mp2toavi.c | ||
mp2tomp1.c | ||
mp3.c | ||
mp3parse.c | ||
mp3play.c | ||
mp3tovorbis.c | ||
mpeg2parse.c | ||
mpg123.c | ||
p.c | ||
pipetest.c | ||
plugin.c | ||
push.c | ||
qtest.c | ||
r.c | ||
README | ||
record.c | ||
s.c | ||
spectrum.c | ||
states.c | ||
teardown.c | ||
typefind.c | ||
types.c | ||
vidcapture.c | ||
vidcapture2.c | ||
videotest.c | ||
w.c | ||
wave.c |
This is a collection of test programs of all sorts, ranging from the first version of GiST to the simple hard-disk recorder used in the Oct 31, 1999 inaugural run of GStreamer in a 'real' environment. Not all are included, because most are obsolete. All the stuff you see in the first line of the Makefile.am (commented out) is both old and broken. One of these days test/ will turn back into a real test-suite for GStreamer, but for now it's my sandbox.