summaryrefslogtreecommitdiff
path: root/gst/gstelementfactory.h
AgeCommit message (Collapse)AuthorFilesLines
2006-06-12gst/gstbuffer.h: Avoid unneeded type checking.Wim Taymans1-0/+1
Original commit message from CVS: * gst/gstbuffer.h: Avoid unneeded type checking. API: GST_BUFFER_IS_DISCONT * gst/gstminiobject.h: Avoid type check in flag accessor. * gst/gstelementfactory.h: * gst/gstplugin.h: * gst/gstpluginfeature.h: Add _CAST macros. API: GST_ELEMENT_FACTORY_CAST API: GST_PLUGIN_CAST API: GST_PLUGIN_FEATURE_CAST
2006-05-05gst/: Add note about refcounting and miniobject/buffer writeability to docs. ↵Wim Taymans1-1/+4
Fixes #340604 Original commit message from CVS: * gst/gstbuffer.h: * gst/gstminiobject.c: Add note about refcounting and miniobject/buffer writeability to docs. Fixes #340604 * gst/gstelementfactory.h: Added some explanation about @klass.
2005-11-24Doc fixes.Wim Taymans1-0/+5
Original commit message from CVS: Doc fixes.
2005-10-15whitespace fixesThomas Vander Stichele1-3/+3
Original commit message from CVS: whitespace fixes
2005-10-15signedness fixesThomas Vander Stichele1-1/+1
Original commit message from CVS: signedness fixes
2005-09-02merged elementdetails docs into elementfactory docs inlined bothStefan Kost1-4/+31
Original commit message from CVS: * docs/gst/gstreamer-docs.sgml: * docs/gst/gstreamer-sections.txt: * docs/gst/tmpl/.cvsignore: * docs/gst/tmpl/gstelementdetails.sgml: * docs/gst/tmpl/gstelementfactory.sgml: * gst/gst.c: * gst/gstbus.c: * gst/gstelementfactory.c: * gst/gstelementfactory.h: merged elementdetails docs into elementfactory docs inlined both
2005-07-18Removed plugable schedulers.Wim Taymans1-2/+6
Original commit message from CVS: Removed plugable schedulers. Removed Scheduler/Manager from elements. Removed gsttypes.h, rearranged includes. Removed dependency pad<->element, element<>pipeline, and various others, fix includes. implement gst_pad_get_parent() with gst_object_get_parent() Make GstTask sefcontained. Fix _get_state() on GstBin, it did not return ASYNC with a 0 timeout. Fix endless loop in iterator_fold_with_resync.
2005-05-30gst/: Move elementfactory methods to separate .h file.Wim Taymans1-0/+118
Original commit message from CVS: * gst/Makefile.am: * gst/gstelement.h: * gst/gstelementfactory.h: * gst/gsttypes.h: Move elementfactory methods to separate .h file.