docs: add some more docs for the events
[platform/upstream/gstreamer.git] / gst /
2010-04-29 Wim Taymansdocs: add some more docs for the events
2010-04-16 Tim-Philipp Müllerpad: add enums for custom flow return success and error...
2010-04-15 Thiago Santostags: doc fixes
2010-04-15 Tim-Philipp Müllerbin: fix bogus variable type
2010-04-14 Tim-Philipp Müllerstructure: log what structure string we failed to parse
2010-04-14 Wim Taymansbin: fix refcount when removing elements during state...
2010-04-14 Tim-Philipp Müllerbuild: $(LIBM) belongs into LIBADD not LDFLAGS
2010-04-09 Sebastian Drögeregistrychunks: Initialize typefind/element factory...
2010-04-08 Stefan Kostdocs: use informalfigure tag to not syntax highlight...
2010-04-07 Tim-Philipp Müllerdocs: add a few code snippets that show how to use...
2010-04-07 Tim-Philipp Müllerparse: fix more compiler warnings
2010-04-07 Tim-Philipp Müllerparse: fix compiler warning
2010-04-07 Wim Taymansmessage: add Since: markers
2010-04-06 Wim Taymansdocs: fix some typos
2010-04-04 Stefan Kostdocs: improve event docs
2010-04-03 Tim-Philipp Müllerlibs: point gobject-introspection scanner to .la files
2010-04-02 Philip Withnallutils: Use G_GNUC_CONST instead of G_GNUC_PURE for...
2010-03-31 Sebastian Drögeevent: Use correct type for the message parameter in...
2010-03-29 Stefan Kostgstinfo: add a comment explaining the reason for using...
2010-03-29 Stefan Kostgstinfo: always define dummy debug category as a functi...
2010-03-29 Stefan Kostbuild: fix redeclaration erors when building with ...
2010-03-29 Stefan Kostbuild: move some prototypes out of #ifndef GST_DISABLE_...
2010-03-29 Stefan Kostinfo: readd the use of GstDebugFuncPtr typedef and...
2010-03-28 Sebastian Drögeinfo: Fix build at least until the correct fix is found
2010-03-28 Sebastian Drögestructure: Make structure abbreviations array one-time...
2010-03-28 Sebastian Drögeiterator: Add FIXME 0.11 for using GSlice for allocation
2010-03-28 Sebastian Drögegst: Use GSlice instead of normal g_malloc in more...
2010-03-28 Stefan Kostbuild: more some prototypes out if #ifndef GST_DISABLE_...
2010-03-25 Sebastian Drögeelementfactory: Add FIXME 0.11 to remove GstElementDeta...
2010-03-25 Wim Taymansbin: improve docs a little
2010-03-24 Thiago Santostags: Add new _USER_RATING tag
2010-03-24 Tim-Philipp Müllerbuild: fix make distcheck
2010-03-24 Benjamin OtteDeprecated gst_element_class_set_details()
2010-03-23 Tim-Philipp Müllerstructure: add mapping for (uint) to allow deserialisat...
2010-03-22 Stefan Kostgettext: build fixes: #if -> #ifdef
2010-03-22 Stefan Kostparse-launch: make delayed set recursive
2010-03-17 Wim Taymansmessage: improve docs a little
2010-03-17 Robert Swainmessage: add QoS message to inform apps of lost data
2010-03-17 Mart Raudseppdocs: fix typo
2010-03-17 Mart Raudseppdocs: fix since tag for gst_structure_id_has_field_typed()
2010-03-17 Tim-Philipp Müllergst: use #if GLIB_CHECK_VERSION instead of #ifndef...
2010-03-16 Stefan Kosttask: snprintf needs to include "stdio.h"
2010-03-15 Wim Taymanstask: use bionic/libc friendly arguments to prctl
2010-03-15 Wim Taymanstask: update docs.
2010-03-15 Sebastian Drögetaglist: Work around gtk-doc problem
2010-03-15 Sebastian Drögeutils: Handle iterator resyncs in gst_pad_proxy_setcaps()
2010-03-15 Wim Taymanstask: configure the object name as thread name
2010-03-15 Wim Taymanspad: set a good name on the task of the pad
2010-03-15 Wim Taymanstask: retab
2010-03-15 Stefan Kostlogging: remove extra newline
2010-03-15 Stefan Kostbus: turn g_return_if_fail into g_assert.
2010-03-15 Stefan Kostcaps: move the check to the public api.
2010-03-15 Stefan Kostcaps: this is internal API where we need to ensure...
2010-03-15 Stefan Kostgst: this is an internal function where we already...
2010-03-15 Stefan Kostdebugutils: fix case of pad flag
2010-03-15 Stefan Kostdebug: add pretty printer for events
2010-03-13 Benjamin OtteAdd some 0.11 FIXMEs for GstPluginInitFunc
2010-03-12 Leo Singergstinfo: fix compilation error if HAVE_REGISTER_PRINTF_...
2010-03-12 Benjamin Otteplugins: Do not ever unload a plugin after calling...
2010-03-12 Edward Herveygst: Use G_VALUE_COLLECT_INIT if available
2010-03-11 Thiago Santostags: Adds new geo location tags
2010-03-11 Benjamin Ottewin32: Add prototype for DllMain()
2010-03-11 Edward Herveygstreamer: remove unneeded casts
2010-03-11 Benjamin OtteFixes for -Wmissing-declarations -Wmissing-prototypes
2010-03-11 Tim-Philipp Müllerbuffer: fix printf format
2010-03-11 Stefan Kosti18n: define dummy ngettext if i18n is disabled.
2010-03-11 Stefan Kosti18n: fix the build with i18n disabled.
2010-03-11 Stefan Kostbuffer: allow configurable memory alignment. Fixes...
2010-03-10 Benjamin OtteMerge branch 'work'
2010-03-10 Benjamin OtteFixes for -Wwrite-strings
2010-03-10 Benjamin OtteFixes -Wundef warnings
2010-03-10 Benjamin OtteFixes for -Wold-style-definition
2010-03-10 Benjamin OtteMake code safe for -Wredundant-decls
2010-03-10 Benjamin OtteMake sure generated code doesn't run with -Werror
2010-03-10 Benjamin OtteRevert "registry: remove unused function"
2010-03-10 Benjamin Otteregistry: remove unused function
2010-03-10 Benjamin Otteremove unused gst_element_default_error()
2010-03-10 Jeremy Huddlestonutils: Use mulq instead of mul as some assemblers can...
2010-03-09 Sebastian Drögebuild: Make some more rules silent if requested
2010-03-09 Benjamin OtteFix typos in documentation
2010-03-09 Benjamin Ottecaps: Fail when fractions are followed by random text
2010-03-08 Benjamin Ottecaps: Allow 1/max as the minimal fraction value > 0
2010-03-08 Wim Taymanselement: fix typo in comments
2010-03-04 Tim-Philipp Müllergstpoll: don't pass non-objects as first argument to...
2010-03-01 Tim-Philipp Müllertags: try to make comment for translators more helpful
2010-02-18 Johan Bilienintrospection: add annotation for gst_element_get_state
2010-02-17 Stefan Kosttaglist: remove blank lines in variable declarations
2010-02-16 Tim-Philipp Müllerbuild: make sure gst-plugin-scanner gets installed...
2010-02-15 Tim-Philipp Müllertags: wrap long string constants
2010-02-15 Tim-Philipp Müllertags: add some comments for translators so tag mnemonic...
2010-02-15 Tim-Philipp Müllerpad: don't print WARN debug statements for normal thing...
2010-02-10 Tim-Philipp Müllergst_private: MSVC doesn't seem to like #warning
2010-02-07 Tim-Philipp MüllerRevert "docs: fix ASCII art so that iterators are align...
2010-02-01 Tim-Philipp Müllerdocs: fix ASCII art so that iterators are aligned prope...
2010-01-31 Tim-Philipp Müllerdocs: add some more Since: markers to buffer list docs
2010-01-30 Tim-Philipp Müllerinit: don't spew warning about late g_thread_init(...
2010-01-28 Wim Taymanspipeline: Take start_time after chaining up too
2010-01-24 Stefan Kostbin: make a interface vmethod implementation static
2010-01-24 Stefan Kostchildproxy: remove ; after }
2010-01-21 Wim Taymansgstindex: retab .h file
next