summaryrefslogtreecommitdiff
path: root/gst/gstutils.c
Commit message (Expand)AuthorAgeFilesLines
* API: Add gst_message_{new,parse}_tag_full() to get/set the source padSebastian Dröge2009-05-271-4/+2
* Revert "element: Set the originating pad as message source in gst_element_fou...Sebastian Dröge2009-05-271-2/+4
* element: Set the originating pad as message source in gst_element_found_tags_...Sebastian Dröge2009-05-141-4/+2
* docs: remove errant gtk-doc comment marker triggering a warningJan Schmidt2009-04-161-1/+1
* tests: remove the hacks to workaround the pad-leakStefan Kost2009-04-081-5/+0
* gstutils: improve property set and convert codeWim Taymans2009-03-241-178/+33
* gstpad: fix gst_pad_can_link()Zeeshan Ali (Khattak)2009-03-181-70/+59
* API: Add gst_util_array_binary_search() for binary searchs on a sorted arraySebastian Dröge2009-03-021-0/+88
* leak: don't return without calling va_endStefan Kost2009-02-041-7/+8
* Add more debug logging for failure cases.Stefan Kost2009-01-251-0/+7
* gst/: Assign debug statements to relevant categories instead of the 'default'...Edward Hervey2009-01-031-16/+19
* gst/gstdebugutils.c: Add some ideas, how to make the graph smaller.Stefan Kost2009-01-011-0/+1
* gst/gstutils.c: Add FIXME for 0.11 to set the pad as message source and not t...Sebastian Dröge2008-12-171-0/+3
* gst/gstutils.c: Fix a caps memory leak introduced by the last change.Sebastian Dröge2008-12-091-0/+3
* gst/gstutils.c: Check if the caps of the pads are compatible before returning...Sebastian Dröge2008-12-091-14/+29
* gst/gstutils.c (gst_util_seqnum_next): Refactor for clarity.Andy Wingo2008-11-041-5/+2
* Add sequence numbers to events and messages. See #559250.Andy Wingo2008-11-041-0/+46
* gst/gstpreset.c: Use g_unlink instead of unlink.Stefan Kost2008-10-311-0/+1
* Fix all leaks due to the bug in gst_pad_template_new() by which it does not s...Edward Hervey2008-08-301-0/+6
* gst/gstutils.c: Remove check in gst_pad_query_convert() that src_val must be ...David Schleef2008-08-271-1/+0
* gst/gstutils.c: Mention that this is just like gst_buffer_merge() but with ex...Murray Cumming2008-08-201-1/+6
* API: add gst_bin_find_unlinked_pad()Tim-Philipp Müller2008-05-271-5/+30
* gst/: 'unconnected pad' -> 'unlinked pad' for consistency (#401456).Tim-Philipp Müller2008-05-251-27/+24
* API: gst_parse_launch_full()Tim-Philipp Müller2008-05-241-1/+34
* gst/: More guards against bad input; typo fix; some minor clean-ups.Tim-Philipp Müller2008-05-221-1/+1
* Don't use gst_element_get_pad().Wim Taymans2008-05-211-7/+22
* gst/gstinfo.c: Explain why we copy the list.Stefan Kost2008-05-141-0/+4
* gst/gstutils.c: Use g_atomic_int_set() here too instead of assignment + g_ato...Sebastian Dröge2008-04-171-5/+1
* gst/gstutils.*: API: Deprecate gst_atomic_int_set(), g_atomic_int_set() shoul...Sebastian Dröge2008-04-171-0/+5
* Add gst_pad_add_*_probe_full() functions with a notify callback that lets the...José Alburquerque2008-04-101-3/+106
* gst/gstconfig.h.in: Add 'id' for example.Stefan Kost2008-02-061-4/+4
* gst/gstutils.c: Check if caps are not NULL (fix bug #510194)Thijs Vermeir2008-02-011-3/+6
* gst/gstutils.c: Check if caps are not NULL (fix bug #510194)Jan Schmidt2008-01-301-6/+3
* gst/gstutils.c: Check if caps are not NULL (fix bug #510194)Thijs Vermeir2008-01-301-3/+6
* gst/gstutils.c: Fix compilation on systems that have posix timers but no mono...Cygwin Ports maintainer2008-01-301-1/+1
* gst/: Bunch of gratuitous nano-optimisations.Tim-Philipp Müller2007-12-281-2/+2
* gst/gstutils.c: Fix possible compiler warning (#503417).Tim-Philipp Müller2007-12-131-1/+1
* gst/gstutils.c: Add mising "Since:" to docs.Stefan Kost2007-12-121-0/+2
* gst/gstutils.*: Actually its not PURE as it gets the time from elsewhere.Stefan Kost2007-12-111-1/+1
* Change GST_GET_TIMESTAMP into gst_util_get_timestamp and replace all uses as ...Stefan Kost2007-12-111-0/+27
* gst/gstutils.c: Clarify gst_element_get_compatible_pad() documentation.Wim Taymans2007-12-031-1/+1
* gst/: Small comment and documentation update.Wim Taymans2007-10-051-1/+2
* gst/gsttaglist.c: Fix doc syntax.Stefan Kost2007-07-101-0/+2
* Beef up and include the docs for gst_type_register_static_full and gst_elemen...Jan Schmidt2007-06-211-0/+39
* Saving relocations for GTypeInfo and GstElementDetails. Fixes #437457.Stefan Kost2007-06-211-0/+30
* gst/gstutils.c: Small docs addition.Tim-Philipp Müller2007-06-071-1/+2
* gst/: Maintain API and ABI when --disable-parse is used. Now that we have an ...Peter Kjellerstedt2007-05-091-2/+13
* gst/gstutils.c: Improve docs for gst_element_{link,unlink}.Stefan Kost2007-04-291-1/+5
* Add metadata copy functions. Fixes #393099.Wim Taymans2007-03-091-8/+6
* gst/gstelement.*: Improve docs a little. Added Since: for new macro.Wim Taymans2007-02-281-1/+1