summaryrefslogtreecommitdiff
path: root/gst/gstutils.h
AgeCommit message (Expand)AuthorFilesLines
2011-04-19utils: Remove GST_BOILERPLATE and friendsSebastian Dröge1-146/+0
2011-04-04Merge branch 'master' into 0.11Wim Taymans1-3/+3
2011-04-02utils: Avoid using "type" as name for a variable and a macro argument in GST_...Bastien Nocera1-3/+3
2011-03-17utils: Remove deprecated gst_element_factory_can_{sink,src}_caps()Sebastian Dröge1-4/+0
2011-03-10Merge branch 'master' into 0.11Wim Taymans1-2/+8
2011-03-09gstutils: replace gst_element_factory_can_{sink,src}_capsThijs Vermeir1-2/+8
2011-02-22Merge branch 'master' into 0.11Wim Taymans1-2/+3
2010-12-07utils: const-ify arguments to gst_object_default_error()Tim-Philipp Müller1-2/+3
2010-12-06remove deprecated symbols and methodsWim Taymans1-11/+0
2010-11-29utils: avoid 'unused argument' warnings caused by GST_BOILERPLATE_FULLTim-Philipp Müller1-3/+2
2010-09-02Fix casts in a bunch of inline functions to maintain correct const-nessJeffrey S. Smith1-1/+1
2010-08-28utils: Add gst_util_fraction_compare() to compare fractionsSebastian Dröge1-0/+1
2010-06-28utils: Don't use G_GNUC_CONST for the uint64 scaling functionsSebastian Dröge1-6/+6
2010-06-23gstutils: New gst_element_link_pads_full methodEdward Hervey1-0/+3
2010-04-02utils: Use G_GNUC_CONST instead of G_GNUC_PURE for conversion functionsPhilip Withnall1-8/+8
2010-03-31event: Use correct type for the message parameter in gst_event_{new,parse}_si...Sebastian Dröge1-2/+2
2010-03-10Make code safe for -Wredundant-declsBenjamin Otte1-2/+0
2009-11-18event: API: Add sink-message eventSebastian Dröge1-0/+13
2009-11-16utils: API: Add multiplication and addition functions for fractionsSebastian Dröge1-0/+2
2009-11-16gstutils: API: Add fraction helper functionsSebastian Dröge1-0/+4
2009-08-13gstutils: API: Add rounding to nearest and next integer versions of the 64 bi...Kipp Cannon1-0/+4
2009-05-22docs: Fix up some documentation warnings.Jan Schmidt1-0/+12
2009-05-15[gstutils] Adds more safety to GST_WRITE_* and GST_READ_ macros.Thiago Santos1-2/+2
2009-03-26Remove some compatibility stuff for GLib < 2.14Sebastian Dröge1-5/+2
2009-03-18gstpad: fix gst_pad_can_link()Zeeshan Ali (Khattak)1-2/+0
2009-03-13Fix indentation of .h filesWim Taymans1-6/+9
2009-03-02API: Add gst_util_array_binary_search() for binary searchs on a sorted arraySebastian Dröge1-0/+18
2009-02-28Bump glib requirement to 2.14David Schleef1-6/+0
2009-02-22Include floating point write/read functions in the docs by working around a g...Sebastian Dröge1-0/+40
2009-01-11gst/gstutils.h: Initialize g_once_init* data with 0. Fixes bug #567225.Sebastian Dröge1-1/+1
2008-11-17gst/gstutils.h: Add G_GNUC_PURE to gst_util_uint64_scale* and the double<->ui...Sebastian Dröge1-4/+4
2008-11-04Add sequence numbers to events and messages. See #559250.Andy Wingo1-0/+3
2008-10-23API: Move float endianness conversion macros from libgstfloatcast to core as ...Sebastian Dröge1-0/+335
2008-10-07Always use the unaligned variants of GST_READ_UINT* and GST_WRITE_UINT* as it...Sebastian Dröge1-110/+134
2008-05-27API: add gst_bin_find_unlinked_pad()Tim-Philipp Müller1-0/+3
2008-05-25gst/: 'unconnected pad' -> 'unlinked pad' for consistency (#401456).Tim-Philipp Müller1-2/+2
2008-05-24API: gst_parse_launch_full()Tim-Philipp Müller1-3/+10
2008-05-09gst/gstutils.h: Try to fix 'dereferencing type-punned pointer will break stri...Tim-Philipp Müller1-4/+7
2008-05-08gst/gstutils.h: Intern the type name string, similar to what G_DEFINE_TYPE does.Sebastian Dröge1-1/+2
2008-05-08gst/gstutils.h: Make GST_BOILERPLATE thread-safe if building with GLib 2.14 o...Sebastian Dröge1-5/+16
2008-04-17gst/gstutils.*: API: Deprecate gst_atomic_int_set(), g_atomic_int_set() shoul...Sebastian Dröge1-0/+2
2008-04-10Add gst_pad_add_*_probe_full() functions with a notify callback that lets the...José Alburquerque1-9/+29
2007-12-11gst/gstutils.*: Actually its not PURE as it gets the time from elsewhere.Stefan Kost1-1/+1
2007-12-11Change GST_GET_TIMESTAMP into gst_util_get_timestamp and replace all uses as ...Stefan Kost1-0/+2
2007-07-10gst/gsttaglist.c: Fix doc syntax.Stefan Kost1-0/+2
2007-06-21Saving relocations for GTypeInfo and GstElementDetails. Fixes #437457.Stefan Kost1-13/+27
2007-05-13gst/gstutils.h: Reword some documentation.David Schleef1-12/+12
2007-05-09gst/: Maintain API and ABI when --disable-parse is used. Now that we have an ...Peter Kjellerstedt1-10/+0
2007-01-29API: add GST_ROUND_DOWN_* macros (#401781).Tim-Philipp Müller1-6/+61
2006-11-06docs/gst/gstreamer-sections.txt: add new API and fix the buildStefan Kost1-0/+1