summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)Author
2010-03-29gstinfo: add a comment explaining the reason for using fucntion protos here.Stefan Kost
2010-03-29gstinfo: always define dummy debug category as a function prototypeStefan Kost
2010-03-29build: fix redeclaration erors when building with --gst-disable-gst-debugStefan Kost
2010-03-29build: move some prototypes out of #ifndef GST_DISABLE_GST_DEBUGStefan Kost
2010-03-29info: readd the use of GstDebugFuncPtr typedef and tell whyStefan Kost
2010-03-28info: Fix build at least until the correct fix is foundSebastian Dröge
2010-03-28structure: Make structure abbreviations array one-time initialization threadsafeSebastian Dröge
2010-03-28iterator: Add FIXME 0.11 for using GSlice for allocationSebastian Dröge
2010-03-28gst: Use GSlice instead of normal g_malloc in more placesSebastian Dröge
2010-03-28build: more some prototypes out if #ifndef GST_DISABLE_GST_DEBUGStefan Kost
2010-03-25elementfactory: Add FIXME 0.11 to remove GstElementDetails from the public APISebastian Dröge
2010-03-25bin: improve docs a littleWim Taymans
2010-03-24tags: Add new _USER_RATING tagThiago Santos
2010-03-24build: fix make distcheckTim-Philipp Müller
2010-03-24Deprecated gst_element_class_set_details()Benjamin Otte
2010-03-23structure: add mapping for (uint) to allow deserialisation of unsigned integersTim-Philipp Müller
2010-03-22gettext: build fixes: #if -> #ifdefStefan Kost
2010-03-22parse-launch: make delayed set recursiveStefan Kost
2010-03-17message: improve docs a littleWim Taymans
2010-03-17message: add QoS message to inform apps of lost dataRobert Swain
2010-03-17docs: fix typoMart Raudsepp
2010-03-17docs: fix since tag for gst_structure_id_has_field_typed()Mart Raudsepp
2010-03-17gst: use #if GLIB_CHECK_VERSION instead of #ifndef GLIBMACROTim-Philipp Müller
2010-03-16task: snprintf needs to include "stdio.h"Stefan Kost
2010-03-15task: use bionic/libc friendly arguments to prctlWim Taymans
2010-03-15task: update docs.Wim Taymans
2010-03-15taglist: Work around gtk-doc problemSebastian Dröge
2010-03-15utils: Handle iterator resyncs in gst_pad_proxy_setcaps()Sebastian Dröge
2010-03-15task: configure the object name as thread nameWim Taymans
2010-03-15pad: set a good name on the task of the padWim Taymans
2010-03-15task: retabWim Taymans
2010-03-15logging: remove extra newlineStefan Kost
2010-03-15bus: turn g_return_if_fail into g_assert.Stefan Kost
2010-03-15caps: move the check to the public api.Stefan Kost
2010-03-15caps: this is internal API where we need to ensure !NULL higher upStefan Kost
2010-03-15gst: this is an internal function where we already ensure !NULL when callingStefan Kost
2010-03-15debugutils: fix case of pad flagStefan Kost
2010-03-15debug: add pretty printer for eventsStefan Kost
2010-03-13Add some 0.11 FIXMEs for GstPluginInitFuncBenjamin Otte
2010-03-12gstinfo: fix compilation error if HAVE_REGISTER_PRINTF_SPECIFIER is undefinedLeo Singer
2010-03-12plugins: Do not ever unload a plugin after calling into itBenjamin Otte
2010-03-12gst: Use G_VALUE_COLLECT_INIT if availableEdward Hervey
2010-03-11tags: Adds new geo location tagsThiago Santos
2010-03-11win32: Add prototype for DllMain()Benjamin Otte
2010-03-11gstreamer: remove unneeded castsEdward Hervey
2010-03-11Fixes for -Wmissing-declarations -Wmissing-prototypesBenjamin Otte
2010-03-11buffer: fix printf formatTim-Philipp Müller
2010-03-11i18n: define dummy ngettext if i18n is disabled.Stefan Kost
2010-03-11i18n: fix the build with i18n disabled.Stefan Kost
2010-03-11buffer: allow configurable memory alignment. Fixes #596832Stefan Kost