summaryrefslogtreecommitdiff
path: root/docs/gst/tmpl/gstobject.sgml
AgeCommit message (Collapse)AuthorFilesLines
2005-09-23inlined 3 more biiiig doc files and added some missing docs on the flyStefan Kost1-464/+0
Original commit message from CVS: * docs/gst/gstreamer-sections.txt: * docs/gst/tmpl/.cvsignore: * docs/gst/tmpl/gstelement.sgml: * docs/gst/tmpl/gstinfo.sgml: * docs/gst/tmpl/gstobject.sgml: * gst/gstelement.c: * gst/gstelement.h: * gst/gstinfo.c: * gst/gstinfo.h: * gst/gstobject.c: (gst_object_class_init): * gst/gstobject.h: inlined 3 more biiiig doc files and added some missing docs on the fly
2005-09-20remove filesStefan Kost1-0/+3
Original commit message from CVS: remove files
2005-09-20remove the sync property from fakesink.Thomas Vander Stichele1-3/+0
Original commit message from CVS: * check/gst/gstevent.c: * gst/elements/gstfakesink.c: * gst/elements/gstfakesink.h: remove the sync property from fakesink. has the side effect of setting sync TRUE for fakesink, which is a change. Anyone who knows how to fix this nicely in a GObject-y way, feel free.
2005-09-20docs/gst/Makefile.am: Ignore a few more internal headersDavid Schleef1-9/+0
Original commit message from CVS: * docs/gst/Makefile.am: Ignore a few more internal headers * docs/gst/gstreamer-docs.sgml: Remove old sections * docs/gst/gstreamer-sections.txt: Remove old sections * docs/gst/tmpl/gstobject.sgml: update * docs/gst/tmpl/gstplugin.sgml: update * docs/gst/tmpl/gstpluginfeature.sgml: update * docs/random/ds/0.9-suggested-changes: update. * gst/Makefile.am: remove memchunk and trashstack, since they're not used. * gst/gst.c: (gst_deinit): rename gst_registry_deinit to _cleanup * gst/gst.h: don't include some headers * gst/gstchildproxy.c: add gstmarshal.h * gst/gstclock.c: Don't use memchunks * gst/gstminiobject.c: Add some docs * gst/gstobject.c: remove DESTROYED flag, since it's redundant * gst/gstobject.h: same * gst/gstplugin.c: include gstmacros.h * gst/gstplugin.h: don't include gstmacros.h, since it's private * gst/gstquery.c: don't use memchunks * gst/gstregistry.c: rename gst_registry_deinit() * gst/gstregistry.h: same
2005-09-14whoops, wrong commitThomas Vander Stichele1-0/+3
Original commit message from CVS: whoops, wrong commit
2005-09-14notes on documenting elements and pluginsThomas Vander Stichele1-3/+0
Original commit message from CVS: notes on documenting elements and plugins
2005-08-26gst/base/: fix up some debuggingThomas Vander Stichele1-0/+100
Original commit message from CVS: * gst/base/gstbasesink.c: (gst_base_sink_handle_object): * gst/base/gstbasetransform.c: (gst_base_transform_transform_size), fix up some debugging (gst_base_transform_get_unit_size), (gst_base_transform_buffer_alloc), (gst_base_transform_event), (gst_base_transform_handle_buffer): * gst/base/gstbasetransform.h: handle and store timed NEWSEGMENT events so that subclasses that calculate time by counting samples have a segment_start time they need to add to their timestamps - see audioresample
2005-08-05more tests (and fixes) for the controller more docs for the controller ↵Stefan Kost1-0/+3
integrated companies docs for the adapter Original commit message from CVS: more tests (and fixes) for the controller more docs for the controller integrated companies docs for the adapter
2005-08-05add sizetype tests for fakesrcThomas Vander Stichele1-3/+0
Original commit message from CVS: add sizetype tests for fakesrc
2005-07-15tools/gst-typefind.c: Update, add copyright block.Andy Wingo1-0/+3
Original commit message from CVS: 2005-07-15 Andy Wingo <wingo@pobox.com> * tools/gst-typefind.c: Update, add copyright block. * gst/base/gstbasesrc.c (gst_base_src_default_negotiate): Normalize and truncate caps before fixation. * gst/gstcaps.h: * gst/gstcaps.c (gst_caps_truncate): New function, destructively discards all but the first structure from its argument.
2005-07-14more autistic cleanliness in functions/names/definesThomas Vander Stichele1-3/+0
Original commit message from CVS: more autistic cleanliness in functions/names/defines
2005-07-12gst/gstbuffer.c (_gst_buffer_copy): Copy the buffer whether or not it comes ↵Andy Wingo1-0/+3
from a malloc region. Make sure our copy ... Original commit message from CVS: 2005-07-12 Andy Wingo <wingo@pobox.com> * gst/gstbuffer.c (_gst_buffer_copy): Copy the buffer whether or not it comes from a malloc region. Make sure our copy gets freed.
2005-06-28gst/gstobject.c (gst_object_unref, gst_object_ref)Andy Wingo1-0/+1
Original commit message from CVS: 2005-06-28 Andy Wingo <wingo@pobox.com> * gst/gstobject.c (gst_object_unref, gst_object_ref) (gst_object_sink): Take gpointer arguments, not GstObject -- avoids casts. Like GLib.
2005-03-29po/, docs/gst/: Commit automatic changes to docs and po files.Andy Wingo1-18/+12
Original commit message from CVS: 2005-03-29 Andy Wingo <wingo@pobox.com> * po/, docs/gst/: Commit automatic changes to docs and po files. * gst/elements/Makefile.am (libgstelements_la_LDFLAGS): Link to the versioned libgstbase. * check/Makefile.am: Depend on an unversioned gst-register, seems to make autoconf happier. * gst/base/Makefile.am: Make libgstbase a versioned lib.
2004-10-13more api documentation better error signaling and loggingStefan Kost1-1/+43
Original commit message from CVS: more api documentation better error signaling and logging
2004-09-02added documentation to many items moved the GST_TYPE_XXX one to the Standart ↵Stefan Kost1-7/+0
section, as they do not need docs Original commit message from CVS: added documentation to many items moved the GST_TYPE_XXX one to the Standart section, as they do not need docs
2004-07-21put xmlNodePtr macro into the right sectionStefan Kost1-7/+0
Original commit message from CVS: put xmlNodePtr macro into the right section
2004-07-21put symbols in the sections.txt into the right sections (so that we dont get ↵Stefan Kost1-2/+48
wrong undocumented symbols) added TITLE ... Original commit message from CVS: put symbols in the sections.txt into the right sections (so that we dont get wrong undocumented symbols) added TITLE tags where they were missing fixed section names so that gtk-doc introspection works fixed typos in api docs and docbook docs added some thoughts about new interfaces (to personal notes)
2004-05-03remove gst_info remove gstlog.h, fold back to gstinfo.h update translationsThomas Vander Stichele1-41/+0
Original commit message from CVS: remove gst_info remove gstlog.h, fold back to gstinfo.h update translations
2004-03-25docs/gst/gstreamer-docs.sgml: I got tired of the reference manual being such ↵David Schleef1-73/+82
complete crap, that I decided to do majo... Original commit message from CVS: * docs/gst/gstreamer-docs.sgml: I got tired of the reference manual being such complete crap, that I decided to do major hacking of it. This checkin replaces any fine tuning that may have been done previously, with the benefit of actually being complete for much of the API that was changed since 0.6. Further fine tuning will occur shortly. (bug #134721) * docs/gst/gstreamer-sections.txt: * docs/gst/tmpl/GstBin.sgml: * docs/gst/tmpl/GstBuffer.sgml: * docs/gst/tmpl/GstCaps.sgml: * docs/gst/tmpl/GstClock.sgml: * docs/gst/tmpl/GstCompat.sgml: * docs/gst/tmpl/GstData.sgml: * docs/gst/tmpl/GstElement.sgml: * docs/gst/tmpl/GstEvent.sgml: * docs/gst/tmpl/GstIndex.sgml: * docs/gst/tmpl/GstStructure.sgml: * docs/gst/tmpl/GstTag.sgml: * docs/gst/tmpl/cothreads.sgml: * docs/gst/tmpl/cothreads_compat.sgml: * docs/gst/tmpl/gettext.sgml: * docs/gst/tmpl/grammar.tab.sgml: * docs/gst/tmpl/gst-i18n-app.sgml: * docs/gst/tmpl/gst-i18n-lib.sgml: * docs/gst/tmpl/gst.sgml: * docs/gst/tmpl/gst_private.sgml: * docs/gst/tmpl/gstaggregator.sgml: * docs/gst/tmpl/gstarch.sgml: * docs/gst/tmpl/gstatomic.sgml: * docs/gst/tmpl/gstatomic_impl.sgml: * docs/gst/tmpl/gstbin.sgml: * docs/gst/tmpl/gstbuffer.sgml: * docs/gst/tmpl/gstbufferstore.sgml: * docs/gst/tmpl/gstcaps.sgml: * docs/gst/tmpl/gstclock.sgml: * docs/gst/tmpl/gstcompat.sgml: * docs/gst/tmpl/gstconfig.sgml: * docs/gst/tmpl/gstcpu.sgml: * docs/gst/tmpl/gstdata.sgml: * docs/gst/tmpl/gstdata_private.sgml: * docs/gst/tmpl/gstelement.sgml: * docs/gst/tmpl/gstenumtypes.sgml: * docs/gst/tmpl/gsterror.sgml: * docs/gst/tmpl/gstevent.sgml: * docs/gst/tmpl/gstfakesink.sgml: * docs/gst/tmpl/gstfakesrc.sgml: * docs/gst/tmpl/gstfilesink.sgml: * docs/gst/tmpl/gstfilter.sgml: * docs/gst/tmpl/gstindex.sgml: * docs/gst/tmpl/gstinfo.sgml: * docs/gst/tmpl/gstinterface.sgml: * docs/gst/tmpl/gstlog.sgml: * docs/gst/tmpl/gstmacros.sgml: * docs/gst/tmpl/gstmarshal.sgml: * docs/gst/tmpl/gstmd5sink.sgml: * docs/gst/tmpl/gstmultifilesrc.sgml: * docs/gst/tmpl/gstobject.sgml: * docs/gst/tmpl/gstpad.sgml: * docs/gst/tmpl/gstparse.sgml: * docs/gst/tmpl/gstpipeline.sgml: * docs/gst/tmpl/gstplugin.sgml: * docs/gst/tmpl/gstpluginfeature.sgml: * docs/gst/tmpl/gstqueue.sgml: * docs/gst/tmpl/gstreamer-unused.sgml: * docs/gst/tmpl/gstregistry.sgml: * docs/gst/tmpl/gstregistrypool.sgml: * docs/gst/tmpl/gstscheduler.sgml: * docs/gst/tmpl/gstsearchfuncs.sgml: * docs/gst/tmpl/gstshaper.sgml: * docs/gst/tmpl/gstspider.sgml: * docs/gst/tmpl/gstspideridentity.sgml: * docs/gst/tmpl/gststructure.sgml: * docs/gst/tmpl/gstsystemclock.sgml: * docs/gst/tmpl/gsttag.sgml: * docs/gst/tmpl/gsttaginterface.sgml: * docs/gst/tmpl/gsttee.sgml: * docs/gst/tmpl/gstthread.sgml: * docs/gst/tmpl/gsttrace.sgml: * docs/gst/tmpl/gsttrashstack.sgml: * docs/gst/tmpl/gsttypefind.sgml: * docs/gst/tmpl/gsttypes.sgml: * docs/gst/tmpl/gsturi.sgml: * docs/gst/tmpl/gsturitype.sgml: * docs/gst/tmpl/gstutils.sgml: * docs/gst/tmpl/gstvalue.sgml: * docs/gst/tmpl/gstversion.sgml: * docs/gst/tmpl/gstxml.sgml: * docs/gst/tmpl/gstxmlregistry.sgml: * docs/gst/tmpl/gthread-cothreads.sgml: * docs/gst/tmpl/types.sgml:
2004-03-15Revert again, this time without post-commit reindent hooks to put back the ↵Johan Dahlin1-41/+41
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-41/+41
Original commit message from CVS: gst-indent run on core
2004-02-06fix testsuite from segfaultingThomas Vander Stichele1-41/+41
Original commit message from CVS: fix testsuite from segfaulting
2004-02-04appease libtool gods bump to prerel versionThomas Vander Stichele1-41/+41
Original commit message from CVS: appease libtool gods bump to prerel version
2004-02-03fixing docs errorsThomas Vander Stichele1-41/+41
Original commit message from CVS: fixing docs errors
2004-01-30parts of the patch submitted in bug #113913Benjamin Otte1-41/+41
Original commit message from CVS: 2004-01-30 Laurent Vivier <Laurent.Vivier@bull.net> reviewed by Benjamin Otte parts of the patch submitted in bug #113913 * configure.ac: use AC_C_INLINE. Use = instead of == with test * examples/plugins/example.c: * gst/autoplug/gstspideridentity.c: * gst/elements/gstfdsrc.c: * gst/elements/gstfilesrc.c: * gst/elements/gstidentity.c: * gst/elements/gstmultidisksrc.c: * gst/elements/gststatistics.c: * gst/gstelement.c: * gst/gstobject.c: * gst/gstpad.c: * gst/gstpipeline.c: * gst/gstthread.c: don't end enums with a comma * gst/gstindex.c: (gst_index_compare_func): do explicit casting to gint * gst/gsttrace.c: (gst_trace_text_flush): #define strsize as a macro
2004-01-07fix up docs remove props commit automatic moving and removing of documentationThomas Vander Stichele1-41/+41
Original commit message from CVS: fix up docs remove props commit automatic moving and removing of documentation
2003-12-13removed GST_*_CAST. Disabling of type checking is done in glib.Benjamin Otte1-41/+41
Original commit message from CVS: removed GST_*_CAST. Disabling of type checking is done in glib.
2003-12-04remove copyright field from plugin structsAndy Wingo1-41/+41
Original commit message from CVS: remove copyright field from plugin structs
2003-11-24merge in taggingBenjamin Otte1-41/+41
Original commit message from CVS: merge in tagging Includes: - gsttag.[ch] - The definition of GstTagList and tag registering/querying - gsttaginterface.[ch] - Interface for elements that can handle setting of tags - updates and merges to gststructure.[ch] and gstvalue.[ch] - testsuite/tags - some tests for tagging - bugfixes - updates to make make distcheck work - updates the version number to 0.7.2.1 Does not include: - including tagging stuff in docs - extensive tests
2003-06-29docs fixes: comment macros in templates, not in headers (stupid gtk-doc)Benjamin Otte1-8/+0
Original commit message from CVS: docs fixes: comment macros in templates, not in headers (stupid gtk-doc)
2003-02-10Documentation updatesWim Taymans1-0/+9
Original commit message from CVS: Documentation updates
2002-12-14Fix unused argsWim Taymans1-2/+0
Original commit message from CVS: Fix unused args
2002-12-14Documentation updatesWim Taymans1-8/+21
Original commit message from CVS: Documentation updates
2002-12-08fix for parallel installabilityThomas Vander Stichele1-0/+9
Original commit message from CVS: fix for parallel installability
2002-08-31add core elements to the registry pool plugin list fix python checkAndy Wingo1-0/+8
Original commit message from CVS: * add core elements to the registry pool plugin list * fix python check
2002-07-12API docs updatesWim Taymans1-6/+5
Original commit message from CVS: API docs updates
2002-06-12Documentation updatesWim Taymans1-9/+0
Original commit message from CVS: Documentation updates
2002-03-31Documentation updatesWim Taymans1-0/+11
Original commit message from CVS: Documentation updates
2002-01-15the 'brown paper bag' commit. sorry for the email spam on this one, but it ↵Andy Wingo1-0/+303
will be laaaarrrggggeee Original commit message from CVS: the 'brown paper bag' commit. sorry for the email spam on this one, but it will be laaaarrrggggeee
2002-01-14fix doc build for glib2 remove template files from cvs, they are generated ↵Andy Wingo1-303/+0
with gtkdoc-mktmpl new, cleaner interface ... Original commit message from CVS: * fix doc build for glib2 * remove template files from cvs, they are generated with gtkdoc-mktmpl * new, cleaner interface to the parser facilities * cleanups in gstparse.c
2001-10-24Added some more object to the object hierarchyWim Taymans1-0/+5
Original commit message from CVS: Added some more object to the object hierarchy
2001-10-21More updates to the API docs.Wim Taymans1-7/+8
Original commit message from CVS: More updates to the API docs.
2001-10-19Get the API docs back in shape. This batch of patches contain the updates ↵Wim Taymans1-0/+9
that don't require source code comment chan... Original commit message from CVS: Get the API docs back in shape. This batch of patches contain the updates that don't require source code comment changes.
2001-10-17merge from EVENTS1 on 20011016Erik Walthinsen1-8/+0
Original commit message from CVS: merge from EVENTS1 on 20011016
2001-05-27API docs updates.Wim Taymans1-7/+36
Original commit message from CVS: API docs updates.
2001-02-22More doc updatesWim Taymans1-6/+6
Original commit message from CVS: More doc updates Manual additions: xml/load save of custom XML, debugging, request pads added a signal to the example plugin fixed a bug in mp3parse (ifdef 1)
2001-01-31Documentation updates.Wim Taymans1-0/+83
Original commit message from CVS: Documentation updates.
2001-01-07Made sure -g is not used when no --enable-debugWim Taymans1-0/+8
Original commit message from CVS: Made sure -g is not used when no --enable-debug Updated AUTHORS in gstmediaplay
2001-01-06Cleaned up the docs a bit.Erik Walthinsen1-8/+0
Original commit message from CVS: Cleaned up the docs a bit.