Age | Commit message (Expand) | Author | Files | Lines |
2009-08-22 | It's __GNUC__, not _GNUC_ | David Schleef | 1 | -2/+2 |
2009-05-11 | gstobject: add gst_object_ref_sink | Wim Taymans | 1 | -0/+1 |
2007-09-24 | gst/: Fix small typos in the docs. | Wim Taymans | 1 | -1/+1 |
2007-04-20 | 2nd attempt to have a xml-less build as a joined effort of #413123 and #421480. | Stefan Kost | 1 | -3/+3 |
2006-10-17 | gst/gstobject.h: Don't define xmlNodePtr to gpointer if the core was built with | Peter Kjellerstedt | 1 | -12/+14 |
2006-05-15 | gst/gstobject.h: Add cast to make compiler happy - refcount variable was a gi... | Tim-Philipp Müller | 1 | -1/+1 |
2006-05-05 | gst/: Remove pre glib2.8 compatibility, fixes #340508 | Wim Taymans | 1 | -7/+2 |
2005-11-29 | gst/gstevent.h (struct _GstEvent): Only one pointer of padding. | Andy Wingo | 1 | -1/+1 |
2005-11-23 | docs/gst/gstreamer-sections.txt: Update for new API and API changes. | Michael Smith | 1 | -1/+1 |
2005-11-21 | *.*: Ran scripts/update-macros. Oh yes. gst/gstobject.h (GST_OBJECT_GET_LOCK,... | Andy Wingo | 1 | -7/+7 |
2005-11-14 | more section docs | Stefan Kost | 1 | -2/+9 |
2005-11-09 | gst/gstobject.*: Documentation fixes. | Wim Taymans | 1 | -12/+12 |
2005-11-09 | docs/gst/gstreamer-sections.txt: Added some new macros. | Wim Taymans | 1 | -15/+40 |
2005-11-04 | more docs added | Stefan Kost | 1 | -2/+2 |
2005-11-03 | docs/: Small docs updates. | Wim Taymans | 1 | -1/+1 |
2005-11-03 | gst/: Add !! to _FLAG_IS_SET macros to make the result boolean. | Tim-Philipp Müller | 1 | -1/+1 |
2005-10-15 | gst/gst.*: remove _gst_registry_auto_load, not used anymore | Thomas Vander Stichele | 1 | -3/+1 |
2005-10-15 | whitespace fixes | Thomas Vander Stichele | 1 | -4/+4 |
2005-10-12 | renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu... | Stefan Kost | 1 | -18/+17 |
2005-10-08 | lots of new docs and doc fixes | Stefan Kost | 1 | -0/+12 |
2005-10-07 | gst/gstobject.h: there's no point in wrapping FLAG_SET/_UNSET in STMT macros. | Thomas Vander Stichele | 1 | -2/+2 |
2005-10-02 | gst/gstobject.h (GST_OBJECT_REFCOUNT_VALUE): Just use the int. | Andy Wingo | 1 | -1/+1 |
2005-09-27 | added two new functions to the docs documents all undocumented GstXXXFlags co... | Stefan Kost | 1 | -1/+8 |
2005-09-27 | gst/gstbin.c: use gst_object_has_ancestor(). | Wim Taymans | 1 | -0/+1 |
2005-09-23 | inlined 3 more biiiig doc files and added some missing docs on the fly | Stefan Kost | 1 | -2/+96 |
2005-09-20 | gst/gstelementfactory.c (gst_element_factory_create): Avoid eating the caller... | Andy Wingo | 1 | -1/+6 |
2005-09-20 | docs/gst/Makefile.am: Ignore a few more internal headers | David Schleef | 1 | -2/+0 |
2005-07-18 | Removed plugable schedulers. | Wim Taymans | 1 | -3/+4 |
2005-06-29 | gst/base/gstbasesink.c: Small debug line. | Wim Taymans | 1 | -3/+3 |
2005-06-28 | gst/gstobject.c (gst_object_unref, gst_object_ref) | Andy Wingo | 1 | -3/+3 |
2005-06-23 | gst/gstobject.h (GST_CLASS_LOCK, GST_CLASS_TRYLOCK) (GST_CLASS_UNLOCK, GST_CL... | Andy Wingo | 1 | -4/+4 |
2005-06-08 | OBJECT acts on obj not caps | Thomas Vander Stichele | 1 | -2/+2 |
2005-04-24 | Convert everything from GstAtomicInt to g_atomic_int_*, and remove gstatomic. | David Schleef | 1 | -3/+2 |
2005-03-09 | Bump version number, we're now 0.9.0 | Wim Taymans | 1 | -4/+4 |
2005-03-08 | Docs updates, clean up some headers. | Wim Taymans | 1 | -2/+2 |
2005-03-07 | First THREADED backport attempt, focusing on adding locks and making sure the... | Wim Taymans | 1 | -46/+67 |
2004-07-03 | gst/gstinfo.h: wrap #pragmas in #ifdefs for the correct compiler | David Schleef | 1 | -0/+4 |
2004-06-13 | rename GSTREAMER_EXPORT to GST_EXPORT | Steve Lhomme | 1 | -1/+1 |
2004-06-12 | Fix a bug to enable/disable DEBUG under MSVC | Steve Lhomme | 1 | -1/+1 |
2004-03-15 | Revert again, this time without post-commit reindent hooks to put back the in... | Johan Dahlin | 1 | -45/+49 |
2004-03-15 | *.h: Revert indentation changes. | Johan Dahlin | 1 | -1/+2 |
2004-03-13 | gst-indent run on core | Thomas Vander Stichele | 1 | -48/+43 |
2004-02-03 | gst/: get rid of gstmarshal.h dependency. It's not needed. | Benjamin Otte | 1 | -1/+0 |
2003-12-13 | removed GST_*_CAST. Disabling of type checking is done in glib. | Benjamin Otte | 1 | -20/+11 |
2003-12-09 | Change GST_.*_PADDING to _gst_padding[GST_PADDING]; | David Schleef | 1 | -2/+2 |
2003-11-29 | Change 'const' to 'G_CONST_RETURN' in header files | David Schleef | 1 | -1/+2 |
2003-10-07 | Add padding to structures and objects | David Schleef | 1 | -1/+3 |
2003-04-15 | API change: remove gst_object_destroy and #defines to it | Benjamin Otte | 1 | -1/+0 |
2003-02-10 | - Add more --disable options | Wim Taymans | 1 | -8/+9 |
2003-02-02 | gst_object_swap -> gst_object_replace as it's a better name. Wait for next co... | Wim Taymans | 1 | -4/+4 |