summaryrefslogtreecommitdiff
path: root/gst/gst.c
AgeCommit message (Expand)Author
2001-03-09Fix gst_init() so that it doesn't fail when passed two NULLs as parameters.Richard Boulton
2001-02-24slightly changed the Makefile.am in videoscale libs.Wim Taymans
2001-02-23Added two options: --gst-plugin-spew will print errors when plugins fail to l...Erik Walthinsen
2001-02-22More doc updatesWim Taymans
2001-01-19Moved queue and typefind elements to the core since they are referenced by name.Wim Taymans
2001-01-18Added mthodes to request an element to create pads: gst_element_request_pad*Wim Taymans
2001-01-07Handle the tee element like bin, thread, pipeline, so that it can be used in ...Wim Taymans
2001-01-01updated the debug system so it works nicely nowErik Walthinsen
2001-01-01Added API to control DEBUG level, updated cmdline codeErik Walthinsen
2001-01-01modified cmdlien code to take both 0xHEX and dec, and added an INFO line in g...Erik Walthinsen
2001-01-01Fixed a typoWim Taymans
2001-01-01Added command line parsing forWim Taymans
2001-01-01Mega update of INFO, DEBUG, and ERROR subsystems, renamed with GST_ prefix.Erik Walthinsen
2000-12-30Fixed MPEG2 autopluggingWim Taymans
2000-12-30Updated more files to use INFO.Erik Walthinsen
2000-12-29Added DEBUG, INFO, and ERROR systems. Very little code is converted yet.Erik Walthinsen
2000-12-28Updated copyright in all the libgst files.Erik Walthinsen
2000-12-19Cleanup in gsttypes.c: removed the crazy GList of GHashTables, since the auto...Wim Taymans
2000-12-16WARNING: Don't grab this updated unless you're really, REALLY sure.Erik Walthinsen
2000-12-15Header cleanup: try to include as little as possible; this will probably spee...Wim Taymans
2000-11-04Added the excellent mpeg2dec decoder. Not 100% optimized but allready very fast.Wim Taymans
2000-11-02Make sure the Gdk thread lock is not held inside the gstreamer pipeline.Wim Taymans
2000-09-14Due to popular demand :-), I added a vorbis decoder.Wim Taymans
2000-09-12Added CPU detection.Wim Taymans
2000-09-09Changes to gstreamer-config to include gtk+ libs manual changes: queues, thre...Wim Taymans
2000-08-28Externalized the plugin information in /etc/gstreamer/reg.xmlWim Taymans
2000-03-13Various cleanups. Moved the overlay code to a specialized widget.Wim Taymans
2000-02-02More documentation changes, a couple configure.in and Makefile.am fixes.Erik Walthinsen
2000-01-30initial checkinErik Walthinsen