gstreamer/gst
Wim Taymans ff240086e0 docs/design/part-qos.txt: Bring docs in line with the code. Mostly the sign of the jitter was wrong in the docs.
Original commit message from CVS:
* docs/design/part-qos.txt:
Bring docs in line with the code. Mostly the sign of the jitter was
wrong in the docs.
* gst/gstclock.c:
Fix the docs for the jitter.
* gst/gstevent.c: (gst_event_new_custom), (gst_event_new_tag),
(gst_event_parse_tag), (gst_event_new_buffer_size),
(gst_event_parse_buffer_size), (gst_event_parse_qos),
(gst_event_new_seek), (gst_event_parse_seek),
(gst_event_new_navigation):
Make sure the GstStructure has no parent when creating custom
events.
Add some more argument checking so that we avoid 0.0 rates.
Flesh out the docs for the QoS event some more.
2006-08-11 13:05:30 +00:00
..
parse gst/gstelementfactory.c: Remove unnecessary ref/unref pair 2006-07-31 15:07:30 +00:00
.gitignore ignore more 2006-07-02 12:52:09 +00:00
gettext.h adding i18n tested with nl, seems to work fine 2004-01-13 11:30:00 +00:00
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 The attached patch will make the inclusion of gettext.h unconditional in gst/gst-i18n-app.h and gst/gst-i18n-lib.h, a... 2006-07-03 14:14:48 +00:00
gst-i18n-lib.h The attached patch will make the inclusion of gettext.h unconditional in gst/gst-i18n-app.h and gst/gst-i18n-lib.h, a... 2006-07-03 14:14:48 +00:00
gst.c Doc updates. 2006-08-11 10:19:51 +00:00
gst.h Doc updates. 2006-08-11 10:19:51 +00:00
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: (de)activate src pads before calling state_change on the childs. 2006-07-11 16:20:09 +00:00
gstbin.h Documentation updates. 2006-03-13 11:04:38 +00:00
gstbuffer.c gst/gstbuffer.c: Avoid function call for known types by keeping the buffer and subbuffer GType global. 2006-07-26 10:39:58 +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 gst/: Remove comma at end of enumerator list. 2006-07-06 09:21:03 +00:00
gstcaps.c gst/gstcaps.c: Fix useless assert, a uint is always positive. 2006-07-27 11:00:21 +00:00
gstcaps.h gst/gstcaps.*: Added gpointer GType for GstStaticCaps so we can wrap them in bindings. 2005-12-20 11:12:53 +00:00
gstchildproxy.c gst/gstbin.c: Help the compiler a bit with type registration. 2006-02-28 10:52:02 +00:00
gstchildproxy.h gst/gst.h: include "gstchildproxy.h" 2005-11-22 09:35:25 +00:00
gstclock.c docs/design/part-qos.txt: Bring docs in line with the code. Mostly the sign of the jitter was wrong in the docs. 2006-08-11 13:05:30 +00:00
gstclock.h gst/: Remove comma at end of enumerator list. 2006-07-06 09:21:03 +00:00
gstcompat.h docs/gst/gstreamer-sections.txt: ultral33t func10ns deserve to appear in the docs actualy 2005-08-30 08:17:48 +00:00
gstconfig.h.in API: add GST_SEGMENT_FORMAT, which is a printf extension we register that lets us easily dump GstSegments into debug ... 2006-08-09 15:13:14 +00:00
gstelement.c gst/gstelement.c: Don't crash printing the warning if the pad has no parent. 2006-08-04 15:15:24 +00:00
gstelement.h whitespace/width fixes 2006-06-06 09:47:40 +00:00
gstelementfactory.c gst/gstelementfactory.c: Remove unnecessary ref/unref pair 2006-07-31 15:07:30 +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 gst/gsterror.h: Fix some minor docs errors. 2006-03-04 14:45:40 +00:00
gstevent.c docs/design/part-qos.txt: Bring docs in line with the code. Mostly the sign of the jitter was wrong in the docs. 2006-08-11 13:05:30 +00:00
gstevent.h gst/: Remove comma at end of enumerator list. 2006-07-06 09:21:03 +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 docs/random/ensonic/media-device-daemon.txt: wild idea, can this be done? 2005-11-21 14:50:22 +00:00
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 Doc fixes. 2005-11-20 14:50:43 +00:00
gstghostpad.c gst/gstghostpad.c: Unlinking from a pad without a target is now a perfectly valid case which should NOT raise an asse... 2006-08-08 16:24:58 +00:00
gstghostpad.h Doc fixes. 2005-11-24 09:44:07 +00:00
gstindex.c Fix leak spotted by coverity checker. Fixes #343827 2006-06-07 08:38:30 +00:00
gstindex.h Fix broken GObject macros 2006-04-08 18:05:16 +00:00
gstindexfactory.c Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent) 2006-04-08 20:57:31 +00:00
gstindexfactory.h whitespace fixes 2005-10-15 15:30:24 +00:00
gstinfo.c API: add GST_SEGMENT_FORMAT, which is a printf extension we register that lets us easily dump GstSegments into debug ... 2006-08-09 15:13:14 +00:00
gstinfo.h gst/gstinfo.h: Move the Win32 version from gst-plugins-good/gst/avi/avidemux.c to here. 2006-07-25 13:06:14 +00:00
gstinterface.c various style fixes 2005-10-15 16:01:57 +00:00
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 doc fixes, to link to function, just write gst_cool_function(), don't prefix with '#' 2006-01-27 22:34:51 +00:00
gstiterator.h gst/: Remove comma at end of enumerator list. 2006-07-06 09:21:03 +00:00
gstmacros.h whitespace fixes 2005-10-15 15:30:24 +00:00
gstmarshal.list check/Makefile.am: remove GstData checks 2005-05-16 20:21:55 +00:00
gstmessage.c gst/: constify quark registration strings. Fixes #344115 2006-06-12 09:28:35 +00:00
gstmessage.h gst/gstmessage.h: Use a valid int for the _MESSAGE_ANY enum value to avoid compiler warnings. 2006-07-06 16:17:20 +00:00
gstminiobject.c gst/gstminiobject.c: update docs 2006-07-24 07:40:13 +00:00
gstminiobject.h gst/gstbuffer.h: Avoid unneeded type checking. 2006-06-12 09:11:44 +00:00
gstobject.c gst/gstobject.c: Random micro-optimisation: don't use a hash table with strings as keys and the usual strdup/strcmp i... 2006-07-07 17:16:26 +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/gstpad.c: Use _DEBUG_OBJECT when it makes sense. 2006-07-31 14:21:10 +00:00
gstpad.h gst/gstpad.*: Lots of comments and docs added to the pad functions. 2006-07-06 15:21:46 +00:00
gstpadtemplate.c Add G_UNLIKELY in type registration. 2006-06-12 08:55:21 +00:00
gstpadtemplate.h Fix padtemplate docs, fixes #328805. 2006-02-14 18:26:19 +00:00
gstparse.c gst/gstparse.c: Also remove reentrance checks if flex is MT save (#348179) 2006-07-21 18:52:30 +00:00
gstparse.h gst/: Make things work with --disable-parse as they do with 2006-02-20 23:34:40 +00:00
gstpipeline.c gst/gstcaps.c: Fix crasher when passed NULL. Doc clarification. 2006-06-22 13:51:19 +00:00
gstpipeline.h Documentation updates. 2006-03-13 11:04:38 +00:00
gstplugin.c Add two functions to check and change the SIGSEGV behaviour when loading plugins. 2006-07-17 17:40:52 +00:00
gstplugin.h gst/: Remove comma at end of enumerator list. 2006-07-06 09:21:03 +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 gst/gstquery.h: Delete unused and misleading define of GST_QUERY_TYPE_RATE_DEN - rates are a gdouble 2006-07-26 22:59:19 +00:00
gstregistry.c gst/gstregistry.c: Move big documentation comment into class section header, so that it appears in the API docs. 2006-07-26 20:30:55 +00:00
gstregistry.h make --disable-index work (#342564) 2006-07-18 19:01:25 +00:00
gstregistryxml.c make --disable-index work (#342564) 2006-07-18 19:01:25 +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: Convert tabs to spaces for better readability. 2006-07-20 10:50:20 +00:00
gststructure.c gst/gstcaps.c: Fix useless assert, a uint is always positive. 2006-07-27 11:00:21 +00:00
gststructure.h gst/gststructure.*: Add API for setting values into structures without performing a quark lookup, if the appropriate ... 2006-07-26 17:04:45 +00:00
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 Doc updates. 2005-10-28 18:14:24 +00:00
gsttaglist.c gst/gsttaglist.c: Allow more than one GST_TAG_IMAGE per taglist. 2006-07-24 16:33:31 +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 gst/: Remove comma at end of enumerator list. 2006-07-06 09:21:03 +00:00
gsttrace.c Doc fixes. 2005-11-24 09:44:07 +00:00
gsttrace.h gst/: The attached patch adds two missing defines to gsttrace.h when tracing is disabled. It also corrects one exist... 2006-07-18 09:42:31 +00:00
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 gst/: Fix memory leak in GstTypeFindFactory. 2005-11-29 23:56:20 +00:00
gsturi.c gst/gstregistryxml.c: Avoid strdup. (will happen in libxml, but hey!) 2006-07-05 18:17:01 +00:00
gsturi.h Add new API: gst_uri_has_protocol() (#333779). 2006-03-09 12:08:54 +00:00
gstutils.c gst/gstutils.c: Protect _PAD_CAPS with OBJECT_LOCK. 2006-07-31 14:23:26 +00:00
gstutils.h API: add gst_element_seek_simple() (#342238). 2006-05-19 10:29:07 +00:00
gstvalue.c gst/gstvalue.c: Fix GstValueList comparison code. Fixes #347293. 2006-07-31 16:34:41 +00:00
gstvalue.h gst/gstvalue.c: Improve documentation for gst_value_union(). 2005-11-27 19:52:49 +00:00
gstversion.h.in configure.ac: use new AS_VERSION and AS_NANO macros 2006-04-01 09:41:43 +00:00
gstxml.c gst/: Fix deserialisation from XML. Set parent manually instead of using gst_bin_add(), since gst_bin_add() will unli... 2006-06-30 13:17:46 +00:00
gstxml.h Fix broken GObject macros 2006-04-08 18:05:16 +00:00
Makefile.am gst/: The attached patch adds two missing defines to gsttrace.h when tracing is disabled. It also corrects one exist... 2006-07-18 09:42:31 +00:00