gstreamer/gst
Tim-Philipp Müller f312986266 gst/gstbus.c: Fix some typos, make docs more explicit.
Original commit message from CVS:
* gst/gstbus.c: (gst_bus_class_init):
Fix some typos, make docs more explicit.
2006-06-21 10:01:58 +00:00
..
parse gst/parse/Makefile.am: Fix build with 'make -j N' even more (#340016). 2006-06-12 16:50:09 +00:00
.gitignore
gettext.h
glib-compat-private.h gst/: remove GLib 2.6 compatibility code 2006-06-13 08:20:24 +00:00
glib-compat.c gst/: remove GLib 2.6 compatibility code 2006-06-13 08:20:24 +00:00
glib-compat.h gst/: remove GLib 2.6 compatibility code 2006-06-13 08:20:24 +00:00
gst-i18n-app.h
gst-i18n-lib.h
gst.c gst/gst.c: If the fork()'ed child process can't write the updated registry cache file to disk for some reason, make i... 2006-06-13 16:41:37 +00:00
gst.h
gst_private.h gst/gst_private.h: add a new #ifdef to use __declspec(dllimport) only for other modules and not for gstreamer core 2006-04-09 16:57:34 +00:00
gstbin.c gst/gstbin.c: Make it clear with a FIXME and a real define what the #if 0 previously disabled. 2006-06-14 10:34:14 +00:00
gstbin.h
gstbuffer.c gst/gstbuffer.c: Init _type for consistency. 2006-06-12 09:23:43 +00:00
gstbuffer.h gst/gstbuffer.h: Avoid unneeded type checking. 2006-06-12 09:11:44 +00:00
gstbus.c gst/gstbus.c: Fix some typos, make docs more explicit. 2006-06-21 10:01:58 +00:00
gstbus.h
gstcaps.c gst/gstcaps.c: Docs about how to print caps for debug purposes. 2006-05-07 19:57:48 +00:00
gstcaps.h
gstchildproxy.c
gstchildproxy.h gst/gst.h: include "gstchildproxy.h" 2005-11-22 09:35:25 +00:00
gstclock.c G_OBJECT_CLASS macro usage batch cleanup, fixes #337747 for core 2006-05-11 18:10:34 +00:00
gstclock.h
gstcompat.h
gstconfig.h.in
gstelement.c gst/gstelement.c: Clarify the use of _release_request_pad() and _get_request_pad() a bit better. 2006-05-30 15:53:40 +00:00
gstelement.h whitespace/width fixes 2006-06-06 09:47:40 +00:00
gstelementfactory.c gst/gstelementfactory.c: Some cleanups. 2006-04-11 11:47:39 +00:00
gstelementfactory.h gst/gstbuffer.h: Avoid unneeded type checking. 2006-06-12 09:11:44 +00:00
gsterror.c Add G_UNLIKELY in type registration. 2006-06-12 08:55:21 +00:00
gsterror.h
gstevent.c gst/: constify quark registration strings. Fixes #344115 2006-06-12 09:28:35 +00:00
gstevent.h Minor docs fixes. 2006-05-14 19:25:51 +00:00
gstfilter.c docs/random/ensonic/media-device-daemon.txt: wild idea, can this be done? 2005-11-21 14:50:22 +00:00
gstfilter.h
gstformat.c gst/: make sure some essential types used by events are registered as part of gst_init() 2006-05-10 14:05:46 +00:00
gstformat.h
gstghostpad.c Small typo in docs (#340625) 2006-05-05 12:53:33 +00:00
gstghostpad.h
gstindex.c Fix leak spotted by coverity checker. Fixes #343827 2006-06-07 08:38:30 +00:00
gstindex.h
gstindexfactory.c Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent) 2006-04-08 20:57:31 +00:00
gstindexfactory.h
gstinfo.c gst/gstinfo.*: Add some G_[UN]LIKELY. 2006-06-12 08:47:16 +00:00
gstinfo.h gst/gstinfo.*: Add some G_[UN]LIKELY. 2006-06-12 08:47:16 +00:00
gstinterface.c
gstinterface.h gst/gstinterface.h: GST_IMPLEMENTS_INTERFACE and GST_IS_IMPLEMENTS_INTERFACE use the normal 2006-05-10 10:26:55 +00:00
gstiterator.c
gstiterator.h doc fixes, to link to function, just write gst_cool_function(), don't prefix with '#' 2006-01-27 22:34:51 +00:00
gstmacros.h
gstmarshal.list
gstmessage.c gst/: constify quark registration strings. Fixes #344115 2006-06-12 09:28:35 +00:00
gstmessage.h Minor docs fixes. 2006-05-14 19:25:51 +00:00
gstminiobject.c gst/: Use _CAST macros to avoid unneeded type checking. 2006-06-12 09:17:44 +00:00
gstminiobject.h gst/gstbuffer.h: Avoid unneeded type checking. 2006-06-12 09:11:44 +00:00
gstobject.c gst/gstobject.c: Add G_UNLIKELY in type registration. 2006-06-12 09:06:01 +00:00
gstobject.h gst/gstobject.h: Add cast to make compiler happy - refcount variable was a gint in GstObject but is a guint in GObjec... 2006-05-15 08:16:09 +00:00
gstpad.c gst/: constify quark registration strings. Fixes #344115 2006-06-12 09:28:35 +00:00
gstpad.h gst/gstpad.*: Added _CUSTOM error and success GstFlowReturn that can be used be elements internally. 2006-05-23 11:13:51 +00:00
gstpadtemplate.c Add G_UNLIKELY in type registration. 2006-06-12 08:55:21 +00:00
gstpadtemplate.h
gstparse.c Make sure gstprivate.h and/or config.h are always included first, otherwise some of our defines (like _FILE_OFFSET_BI... 2006-05-04 15:20:14 +00:00
gstparse.h
gstpipeline.c G_OBJECT_CLASS macro usage batch cleanup, fixes #337747 for core 2006-05-11 18:10:34 +00:00
gstpipeline.h
gstplugin.c gst/: Use _CAST macros to avoid unneeded type checking. 2006-06-12 09:17:44 +00:00
gstplugin.h gst/gstbuffer.h: Avoid unneeded type checking. 2006-06-12 09:11:44 +00:00
gstpluginfeature.c gst/: Use _CAST macros to avoid unneeded type checking. 2006-06-12 09:17:44 +00:00
gstpluginfeature.h gst/gstbuffer.h: Avoid unneeded type checking. 2006-06-12 09:11:44 +00:00
gstquery.c gst/gstquery.c: Added some docs for the segment query. 2006-05-08 17:12:08 +00:00
gstquery.h
gstregistry.c gst/: Use _CAST macros to avoid unneeded type checking. 2006-06-12 09:17:44 +00:00
gstregistry.h gst/: only write out registry if it has changed, fixes #338339 2006-04-28 20:47:23 +00:00
gstregistryxml.c gst/gstregistryxml.c: Fix silly bug that prevented us from creating ~/.gstreamer-0.10 and writing the registry in one... 2006-06-13 13:30:46 +00:00
gstsegment.c gst/gstsegment.c: Use G_UNLIKELY to help the compiler a bit. 2006-06-12 09:29:49 +00:00
gstsegment.h gst/gstsegment.h: Don't use c++-style comments, fixes #343929 2006-06-06 13:11:03 +00:00
gststructure.c gst/gststructure.c: add some comments rename a method so that it actually says what it does better 2006-05-10 14:12:14 +00:00
gststructure.h
gstsystemclock.c gst/gstsystemclock.c: Add debug that can be enabled using a #define at the top of the file, for dumping stats about h... 2006-05-30 12:04:29 +00:00
gstsystemclock.h
gsttaglist.c Add G_UNLIKELY in type registration. 2006-06-12 08:55:21 +00:00
gsttaglist.h API: add GST_TAG_PREVIEW_IMAGE (#343341). 2006-05-30 10:12:02 +00:00
gsttagsetter.c Add G_UNLIKELY in type registration. 2006-06-12 08:55:21 +00:00
gsttagsetter.h gst/gsttagsetter.h: Can't cast ifaces to a class 2006-06-01 18:22:14 +00:00
gsttask.c Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent) 2006-04-08 20:57:31 +00:00
gsttask.h
gsttrace.c
gsttrace.h
gsttypefind.c doc indent fix 2006-05-24 09:00:47 +00:00
gsttypefind.h gst/gsttypefind.*: Added GST_TYPE_TYPE_FIND and gst_type_find_get_type() so a GType gets registered for GstTypeFind p... 2006-05-18 14:25:00 +00:00
gsttypefindfactory.c Add G_UNLIKELY in type registration. 2006-06-12 08:55:21 +00:00
gsttypefindfactory.h
gsturi.c Add G_UNLIKELY in type registration. 2006-06-12 08:55:21 +00:00
gsturi.h
gstutils.c API: add gst_element_seek_simple() (#342238). 2006-05-19 10:29:07 +00:00
gstutils.h API: add gst_element_seek_simple() (#342238). 2006-05-19 10:29:07 +00:00
gstvalue.c gst/: remove GLib 2.6 compatibility code 2006-06-13 08:20:24 +00:00
gstvalue.h
gstversion.h.in
gstxml.c Add G_UNLIKELY in type registration. 2006-06-12 08:55:21 +00:00
gstxml.h
Makefile.am