gstreamer/gst/elements
Wim Taymans 5a52fd4009 Updated the autoplugger:
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.
2001-02-06 20:42:28 +00:00
..
.gitignore OK, I think I've got all the .cvsignore stuff taken care of, though we'll want to fine-tune things as we go, of cours... 2000-01-31 03:36:35 +00:00
gstaudiosink.c This is a megapatch with the following changes: 2001-01-29 00:06:02 +00:00
gstaudiosink.h Updated copyright notices. 2000-12-29 05:38:06 +00:00
gstaudiosrc.c This is a megapatch with the following changes: 2001-01-29 00:06:02 +00:00
gstaudiosrc.h Updated copyright notices. 2000-12-29 05:38:06 +00:00
gstdisksrc.c Updated the autoplugger: 2001-02-06 20:42:28 +00:00
gstdisksrc.h moved asyncdisksrc to disksrc, no point in having a distinction 2001-02-04 21:37:14 +00:00
gstelements.c moved asyncdisksrc to disksrc, no point in having a distinction 2001-02-04 21:37:14 +00:00
gstfakesink.c This is a megapatch with the following changes: 2001-01-29 00:06:02 +00:00
gstfakesink.h Rearranged cothreads sources a bit, added some API docs. 2001-01-04 10:54:27 +00:00
gstfakesrc.c This is a megapatch with the following changes: 2001-01-29 00:06:02 +00:00
gstfakesrc.h Added an extra signal_cond to queue to make sure that the waiting thread is woken up. Can somebody with queue problem... 2001-01-14 14:43:57 +00:00
gstfdsink.c This is a megapatch with the following changes: 2001-01-29 00:06:02 +00:00
gstfdsink.h Updated copyright notices. 2000-12-29 05:38:06 +00:00
gstfdsrc.c This is a megapatch with the following changes: 2001-01-29 00:06:02 +00:00
gstfdsrc.h Updated copyright notices. 2000-12-29 05:38:06 +00:00
gsthttpsrc.c This is a megapatch with the following changes: 2001-01-29 00:06:02 +00:00
gsthttpsrc.h Updated copyright notices. 2000-12-29 05:38:06 +00:00
gstidentity.c This is a megapatch with the following changes: 2001-01-29 00:06:02 +00:00
gstidentity.h Added sleep time to identity 2001-01-07 03:42:27 +00:00
gstpipefilter.c This is a megapatch with the following changes: 2001-01-29 00:06:02 +00:00
gstpipefilter.h Updated copyright notices. 2000-12-29 05:38:06 +00:00
gstsinesrc.c This is a megapatch with the following changes: 2001-01-29 00:06:02 +00:00
gstsinesrc.h Updated copyright notices. 2000-12-29 05:38:06 +00:00
gsttee.c This is a megapatch with the following changes: 2001-01-29 00:06:02 +00:00
gsttee.h Added mthodes to request an element to create pads: gst_element_request_pad* 2001-01-18 23:46:15 +00:00
Makefile.am moved asyncdisksrc to disksrc, no point in having a distinction 2001-02-04 21:37:14 +00:00