gstreamer/plugins/elements
Wim Taymans fa4a4319f0 A first (rude) attempt at autoplug.
Original commit message from CVS:
A first (rude) attempt at autoplug.
Autoplugging selects appropriate codecs to connect src to sink, adds
them to the pipeline and connect pads.
Autoplugging will run the typedetect plugin if the src pad has no MIME
type.
No autoplugging is done on the src and sink pads, it's hardcoded:
connect 'src to sink'.
No attempt at creating threads.
No attempt at dynamically autoplugging not yet existing pads.
Changes to (some) plugins to properly set their MIME types.
2000-08-21 21:20:38 +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
gstasyncdisksrc.c Brought standard elements in line with new state management system. 2000-07-21 03:57:51 +00:00
gstasyncdisksrc.h Documentation updates. All standard library objects and standard elements are documented. Modified some of the elemen... 2000-03-27 19:53:43 +00:00
gstaudiosink.c A first (rude) attempt at autoplug. 2000-08-21 21:20:38 +00:00
gstaudiosink.h A first (rude) attempt at autoplug. 2000-08-21 21:20:38 +00:00
gstaudiosrc.c State change fixes in the threading element. 2000-08-14 10:55:35 +00:00
gstaudiosrc.h Brought standard elements in line with new state management system. 2000-07-21 03:57:51 +00:00
gstdisksrc.c State change fixes in the threading element. 2000-08-14 10:55:35 +00:00
gstdisksrc.h Brought standard elements in line with new state management system. 2000-07-21 03:57:51 +00:00
gstelements.c A first (rude) attempt at autoplug. 2000-08-21 21:20:38 +00:00
gstesdsink.c initial checkin 2000-01-30 09:03:00 +00:00
gstesdsink.h Documentation updates. All standard library objects and standard elements are documented. Modified some of the elemen... 2000-03-27 19:53:43 +00:00
gstfakesink.c Megapatch, changes which states are available, how they're used, and how they're set. Also modifies the scheduling s... 2000-07-17 17:14:15 +00:00
gstfakesink.h Documentation updates. All standard library objects and standard elements are documented. Modified some of the elemen... 2000-03-27 19:53:43 +00:00
gstfakesrc.c Megapatch, changes which states are available, how they're used, and how they're set. Also modifies the scheduling s... 2000-07-17 17:14:15 +00:00
gstfakesrc.h Documentation updates. All standard library objects and standard elements are documented. Modified some of the elemen... 2000-03-27 19:53:43 +00:00
gstfdsink.c Documentation updates. All standard library objects and standard elements are documented. Modified some of the elemen... 2000-03-27 19:53:43 +00:00
gstfdsink.h Documentation updates. All standard library objects and standard elements are documented. Modified some of the elemen... 2000-03-27 19:53:43 +00:00
gstfdsrc.c Brought standard elements in line with new state management system. 2000-07-21 03:57:51 +00:00
gstfdsrc.h initial checkin 2000-01-30 09:03:00 +00:00
gsthttpsrc.c Brought standard elements in line with new state management system. 2000-07-21 03:57:51 +00:00
gsthttpsrc.h Brought standard elements in line with new state management system. 2000-07-21 03:57:51 +00:00
gstidentity.c Documentation updates. All standard library objects and standard elements are documented. Modified some of the elemen... 2000-03-27 19:53:43 +00:00
gstidentity.h Documentation updates. All standard library objects and standard elements are documented. Modified some of the elemen... 2000-03-27 19:53:43 +00:00
gstpipefilter.c State change fixes in the threading element. 2000-08-14 10:55:35 +00:00
gstpipefilter.h Brought standard elements in line with new state management system. 2000-07-21 03:57:51 +00:00
gstqueue.c This is the audio/video sync release. 2000-07-12 22:52:42 +00:00
gstqueue.h This is the audio/video sync release. 2000-07-12 22:52:42 +00:00
gstsinesrc.c Documentation updates. All standard library objects and standard elements are documented. Modified some of the elemen... 2000-03-27 19:53:43 +00:00
gstsinesrc.h Documentation updates. All standard library objects and standard elements are documented. Modified some of the elemen... 2000-03-27 19:53:43 +00:00
Makefile.am Switched Cr and Cb in YUV2RGB fixed the avi parser (gstriff had wrong size) the system_encoder can now do video only ... 2000-06-25 21:38:00 +00:00