gstreamer/gst
Wim Taymans 7ccc2cf90b Externalized the plugin information in /etc/gstreamer/reg.xml
Original commit message from CVS:
Externalized the plugin information in /etc/gstreamer/reg.xml
- no need to do a plugin_load_all()
- plugins are loaded when needed
- typedetect functions are loaded when needed (still buggy)
- no need to check for the existance of the plugin in the codecs
- added gstreamer-register to create the reg.xml file
- renamed launch to gstreamer-launch
- plugins need to register the typefactory they provide
modified the plugins to meet the new design
modified the plugins to correctly set their pad types
autoplugging can be done without loading the plugins now
2000-08-28 20:20:55 +00:00
..
elements A first (rude) attempt at autoplug. 2000-08-21 21:20:38 +00:00
meta State change fixes in the threading element. 2000-08-14 10:55:35 +00:00
types Externalized the plugin information in /etc/gstreamer/reg.xml 2000-08-28 20:20:55 +00:00
xml More incremental updates. I can now successfully produce an rpm simply by typing ./autogen.sh;make rpm. This is g... 2000-01-31 09:43:08 +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
cothreads.c This is a rather large patch. Switched on -Wall compiler flag and fixed the warnings. 2000-02-27 23:18:38 +00:00
cothreads.h initial checkin 2000-01-30 09:03:00 +00:00
gst.c Externalized the plugin information in /etc/gstreamer/reg.xml 2000-08-28 20:20:55 +00:00
gst.h This is the audio/video sync release. 2000-07-12 22:52:42 +00:00
gstbin.c A first (rude) attempt at autoplug. 2000-08-21 21:20:38 +00:00
gstbin.h A first (rude) attempt at autoplug. 2000-08-21 21:20:38 +00:00
gstbuffer.c State change fixes in the threading element. 2000-08-14 10:55:35 +00:00
gstbuffer.h State change fixes in the threading element. 2000-08-14 10:55:35 +00:00
gstbufferpool.c Added the bufferpool handler. 2000-08-14 10:57:30 +00:00
gstbufferpool.h Added the bufferpool handler. 2000-08-14 10:57:30 +00:00
gstclock.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
gstclock.h This is the audio/video sync release. 2000-07-12 22:52:42 +00:00
gstconnection.c This is a rather large patch. Switched on -Wall compiler flag and fixed the warnings. 2000-02-27 23:18:38 +00:00
gstconnection.h initial checkin 2000-01-30 09:03:00 +00:00
gstelement.c A first (rude) attempt at autoplug. 2000-08-21 21:20:38 +00:00
gstelement.h Externalized the plugin information in /etc/gstreamer/reg.xml 2000-08-28 20:20:55 +00:00
gstelementfactory.c Externalized the plugin information in /etc/gstreamer/reg.xml 2000-08-28 20:20:55 +00:00
gstfilter.c initial checkin 2000-01-30 09:03:00 +00:00
gstfilter.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
gstlog.h initial checkin 2000-01-30 09:03:00 +00:00
gstmeta.c Various cleanups. Moved the overlay code to a specialized widget. 2000-03-13 22:13:11 +00:00
gstmeta.h initial checkin 2000-01-30 09:03:00 +00:00
gstobject.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
gstobject.h Various fixes for the build/install problems update to the docs/manual. Added a simple helloworld example. 2000-08-18 20:35:48 +00:00
gstpad.c Various fixes for the build/install problems update to the docs/manual. Added a simple helloworld example. 2000-08-18 20:35:48 +00:00
gstpad.h 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
gstpipeline.c More docs (most of them just empty...) 2000-08-22 21:18:18 +00:00
gstpipeline.h A first (rude) attempt at autoplug. 2000-08-21 21:20:38 +00:00
gstplugin.c Externalized the plugin information in /etc/gstreamer/reg.xml 2000-08-28 20:20:55 +00:00
gstplugin.h Externalized the plugin information in /etc/gstreamer/reg.xml 2000-08-28 20:20:55 +00:00
gstsink.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
gstsink.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
gstsrc.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
gstsrc.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
gsttee.c Various fixes for the build/install problems update to the docs/manual. Added a simple helloworld example. 2000-08-18 20:35:48 +00:00
gsttee.h initial checkin 2000-01-30 09:03:00 +00:00
gstthread.c Various fixes for the build/install problems update to the docs/manual. Added a simple helloworld example. 2000-08-18 20:35:48 +00:00
gstthread.h 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
gsttrace.c Removed bad asm call for rdts. Need to fix this... 2000-08-18 22:15:58 +00:00
gsttrace.h initial checkin 2000-01-30 09:03:00 +00:00
gsttype.c Externalized the plugin information in /etc/gstreamer/reg.xml 2000-08-28 20:20:55 +00:00
gsttype.h Externalized the plugin information in /etc/gstreamer/reg.xml 2000-08-28 20:20:55 +00:00
gstutils.c Fixed a bug in the riff parser with the allignment of the chunks. This should solve the errors with avi playback. 2000-07-15 13:26:28 +00:00
gstutils.h Fixed a bug in the riff parser with the allignment of the chunks. This should solve the errors with avi playback. 2000-07-15 13:26:28 +00:00
gstxml.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
gstxml.h initial checkin 2000-01-30 09:03:00 +00:00
Makefile.am Various fixes for the build/install problems update to the docs/manual. Added a simple helloworld example. 2000-08-18 20:35:48 +00:00
ROADMAP A bunch more changes to clean up build/make dist issues, as well as a spec file, -config file, .m4, etc. Next step... 2000-01-31 06:46:18 +00:00