summaryrefslogtreecommitdiff
path: root/gst/gstfilter.h
AgeCommit message (Collapse)AuthorFilesLines
2010-12-07docs: gst: more gobject introspection annotationsTim-Philipp Müller1-1/+1
Many of these are superfluous, added for clarity.
2005-11-21docs/random/ensonic/media-device-daemon.txt: wild idea, can this be done?Stefan Kost1-0/+11
Original commit message from CVS: * docs/random/ensonic/media-device-daemon.txt: wild idea, can this be done? * docs/gst/gstreamer-sections.txt: * gst/gsterror.h: * gst/gstfilter.c: * gst/gstfilter.h: * gst/gstplugin.h: * gst/gstpluginfeature.c: * gst/gsttrace.c: * gst/gstvalue.c: * gst/gstvalue.h: doc fixes and additions
2004-03-15Revert again, this time without post-commit reindent hooks to put back the ↵Johan Dahlin1-3/+4
indentation :-) Original commit message from CVS: Revert again, this time without post-commit reindent hooks to put back the indentation :-)
2004-03-13gst-indent run on coreThomas Vander Stichele1-4/+3
Original commit message from CVS: gst-indent run on core
2003-07-18Add G_BEGIN_DECLS/G_END_DECLS to exported headersDavid Schleef1-0/+9
Original commit message from CVS: Add G_BEGIN_DECLS/G_END_DECLS to exported headers
2003-04-14- Added infrastructure to run a filter against plugins, registries and ↵Wim Taymans1-0/+24
registrypools. This makes it possible to creat... Original commit message from CVS: - Added infrastructure to run a filter against plugins, registries and registrypools. This makes it possible to create custom code to filter out the plugins/features you're interested in.
2000-12-29Reparented everything to GstElement, removing GstSrc, GstSink, GstFilter, ↵Erik Walthinsen1-67/+0
and GstConnection. Also fixed a bug in gst... Original commit message from CVS: Reparented everything to GstElement, removing GstSrc, GstSink, GstFilter, and GstConnection. Also fixed a bug in gst_bin_iterate_func.
2000-12-28Updated copyright in all the libgst files.Erik Walthinsen1-2/+6
Original commit message from CVS: Updated copyright in all the libgst files. Created gst_private.h, set up all files to use it.
2000-12-15Header cleanup: try to include as little as possible; this will probably ↵Wim Taymans1-2/+2
speed up compilation a bit. Original commit message from CVS: Header cleanup: try to include as little as possible; this will probably speed up compilation a bit. changed the .c files to use #include "..." Fix for the 'plugins are loaded twice' bug. Fix 22186: GstObject flags are now used everywhere. Added *_FLAG_LAST so elements do not use the same flags. Added some padding in the flag enum for future expansion.
2000-11-04Added the excellent mpeg2dec decoder. Not 100% optimized but allready very fast.Wim Taymans1-2/+2
Original commit message from CVS: Added the excellent mpeg2dec decoder. Not 100% optimized but allready very fast. More cleanup.
2000-03-27Documentation updates. All standard library objects and standard elements ↵Wim Taymans1-1/+1
are documented. Modified some of the elemen... Original commit message from CVS: Documentation updates. All standard library objects and standard elements are documented. Modified some of the elements to more accuratly report about their arguments so the documentation builds more reasonable output. Added aviencoder and jpegencoder elements (not working yet)
2000-01-30initial checkinErik Walthinsen1-0/+63
Original commit message from CVS: initial checkin