summaryrefslogtreecommitdiff
path: root/gst/gstutils.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-16gstxml: fix (de)serialisation of properties of type GstStructureTim-Philipp Müller1-2/+11
2009-06-08utils: gst_util_uint64_scale*() micro-optimisationsTim-Philipp Müller1-36/+43
2009-05-27API: Add gst_message_{new,parse}_tag_full() to get/set the source padSebastian Dröge1-4/+2
2009-05-27Revert "element: Set the originating pad as message source in gst_element_fou...Sebastian Dröge1-2/+4
2009-05-14element: Set the originating pad as message source in gst_element_found_tags_...Sebastian Dröge1-4/+2
2009-04-16docs: remove errant gtk-doc comment marker triggering a warningJan Schmidt1-1/+1
2009-04-08tests: remove the hacks to workaround the pad-leakStefan Kost1-5/+0
2009-03-24gstutils: improve property set and convert codeWim Taymans1-178/+33
2009-03-18gstpad: fix gst_pad_can_link()Zeeshan Ali (Khattak)1-70/+59
2009-03-02API: Add gst_util_array_binary_search() for binary searchs on a sorted arraySebastian Dröge1-0/+88
2009-02-04leak: don't return without calling va_endStefan Kost1-7/+8
2009-01-25Add more debug logging for failure cases.Stefan Kost1-0/+7
2009-01-03gst/: Assign debug statements to relevant categories instead of the 'default'...Edward Hervey1-16/+19
2009-01-01gst/gstdebugutils.c: Add some ideas, how to make the graph smaller.Stefan Kost1-0/+1
2008-12-17gst/gstutils.c: Add FIXME for 0.11 to set the pad as message source and not t...Sebastian Dröge1-0/+3
2008-12-09gst/gstutils.c: Fix a caps memory leak introduced by the last change.Sebastian Dröge1-0/+3
2008-12-09gst/gstutils.c: Check if the caps of the pads are compatible before returning...Sebastian Dröge1-14/+29
2008-11-04gst/gstutils.c (gst_util_seqnum_next): Refactor for clarity.Andy Wingo1-5/+2
2008-11-04Add sequence numbers to events and messages. See #559250.Andy Wingo1-0/+46
2008-10-31gst/gstpreset.c: Use g_unlink instead of unlink.Stefan Kost1-0/+1
2008-08-30Fix all leaks due to the bug in gst_pad_template_new() by which it does not s...Edward Hervey1-0/+6
2008-08-27gst/gstutils.c: Remove check in gst_pad_query_convert() that src_val must be ...David Schleef1-1/+0
2008-08-20gst/gstutils.c: Mention that this is just like gst_buffer_merge() but with ex...Murray Cumming1-1/+6
2008-05-27API: add gst_bin_find_unlinked_pad()Tim-Philipp Müller1-5/+30
2008-05-25gst/: 'unconnected pad' -> 'unlinked pad' for consistency (#401456).Tim-Philipp Müller1-27/+24
2008-05-24API: gst_parse_launch_full()Tim-Philipp Müller1-1/+34
2008-05-22gst/: More guards against bad input; typo fix; some minor clean-ups.Tim-Philipp Müller1-1/+1
2008-05-21Don't use gst_element_get_pad().Wim Taymans1-7/+22
2008-05-14gst/gstinfo.c: Explain why we copy the list.Stefan Kost1-0/+4
2008-04-17gst/gstutils.c: Use g_atomic_int_set() here too instead of assignment + g_ato...Sebastian Dröge1-5/+1
2008-04-17gst/gstutils.*: API: Deprecate gst_atomic_int_set(), g_atomic_int_set() shoul...Sebastian Dröge1-0/+5
2008-04-10Add gst_pad_add_*_probe_full() functions with a notify callback that lets the...José Alburquerque1-3/+106
2008-02-06gst/gstconfig.h.in: Add 'id' for example.Stefan Kost1-4/+4
2008-02-01gst/gstutils.c: Check if caps are not NULL (fix bug #510194)Thijs Vermeir1-3/+6
2008-01-30gst/gstutils.c: Check if caps are not NULL (fix bug #510194)Jan Schmidt1-6/+3
2008-01-30gst/gstutils.c: Check if caps are not NULL (fix bug #510194)Thijs Vermeir1-3/+6
2008-01-30gst/gstutils.c: Fix compilation on systems that have posix timers but no mono...Cygwin Ports maintainer1-1/+1
2007-12-28gst/: Bunch of gratuitous nano-optimisations.Tim-Philipp Müller1-2/+2
2007-12-13gst/gstutils.c: Fix possible compiler warning (#503417).Tim-Philipp Müller1-1/+1
2007-12-12gst/gstutils.c: Add mising "Since:" to docs.Stefan Kost1-0/+2
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/+27
2007-12-03gst/gstutils.c: Clarify gst_element_get_compatible_pad() documentation.Wim Taymans1-1/+1
2007-10-05gst/: Small comment and documentation update.Wim Taymans1-1/+2
2007-07-10gst/gsttaglist.c: Fix doc syntax.Stefan Kost1-0/+2
2007-06-21Beef up and include the docs for gst_type_register_static_full and gst_elemen...Jan Schmidt1-0/+39
2007-06-21Saving relocations for GTypeInfo and GstElementDetails. Fixes #437457.Stefan Kost1-0/+30
2007-06-07gst/gstutils.c: Small docs addition.Tim-Philipp Müller1-1/+2
2007-05-09gst/: Maintain API and ABI when --disable-parse is used. Now that we have an ...Peter Kjellerstedt1-2/+13
2007-04-29gst/gstutils.c: Improve docs for gst_element_{link,unlink}.Stefan Kost1-1/+5