pad: Add some more debugging
[platform/upstream/gstreamer.git] / gst / gstpad.c
2009-08-06 Wim Taymanspad: Add some more debugging
2009-06-30 Edward HerveySpread branch prediction macros.
2009-06-30 Edward HerveyUse local variables in for/while loops.
2009-06-29 Wim Taymansbufferlist: use faster gst_buffer_list_get()
2009-06-15 Wim Taymansdebug: add some more debug to element and pads
2009-05-28 Wim Taymanspad: add pad private structure
2009-05-25 Wim Taymanspad: keep task ref before releasing the lock
2009-05-22 Stefan Kostdocs: fix gtk-doc warnings
2009-05-22 Jan Schmidtdocs: Fix up some documentation warnings.
2009-05-20 Hannes Bistryloadsave: fix requestpad handling and serialisation...
2009-05-12 Jonas Holmbergbufferlist: hook up the pad functions
2009-05-11 Wim TaymansPad: post STREAM_STATUS_TYPE_CREATE
2009-05-11 Wim TaymansGstTask: improve documentation
2009-05-11 Wim TaymansGstPad: install thread callbacks of the task
2009-05-11 Wim TaymansGstPad: use new task function
2009-04-04 Sebastian Drögegst: Use G_DEFINE_TYPE and friends or at least g_once_i...
2009-03-19 Wim Taymansgstpad: fix gst_pad_can_link
2009-03-18 Zeeshan Ali (Khattak)gstpad: fix gst_pad_can_link()
2009-03-09 Wim Taymanspad: call new callbacks set in the block callback
2009-03-05 Antoine TremblayGstPad: relax failure to deactivate unlinked pads
2009-02-22 Alessandro DecinaGstPad: Add gst_pad_set_blocked_async_full
2008-11-21 Wim Taymansgst/gstpad.c: Avoid getting the acceptcaps function...
2008-10-20 Wim Taymansgst/gstpad.c: When we use gst_pad_alloc_buffer() withou...
2008-10-10 Wim Taymansgst/gstpad.c: Revert a patch from 21 months ago that...
2008-10-06 Olivier Cretegst/gstbin.c: Keep track of pads that are being linked...
2008-10-06 Antoine Tremblaygst/gstpad.c: Fix small refount leak in caps compatibil...
2008-09-01 Wim Taymansgst/gstpad.c: Add fallback when calling the deprecated...
2008-09-01 Olivier Cretegst/gstpad.c: Use thread-safe internal links iterator...
2008-09-01 Olivier CreteAdd threadsafe replacement functions for getting intern...
2008-08-30 Edward Herveygst/gstpad.c: Die evil deadlock, die !
2008-08-29 Wim Taymansgst/gstpad.c: Make the internal links function less...
2008-07-31 Wim Taymansgst/gstpad.c: Remove silly redundant debug.
2008-07-29 Tim-Philipp Müllergst/gstpad.c: Only sanity-check the buffer size if...
2008-05-27 Wim Taymansgst/gstpad.c: The default event function on a sinkpad...
2008-05-21 Tim-Philipp Müllergst/gstpad.c: Move size sanity check to the right place...
2008-05-21 Wim TaymansDon't use gst_element_get_pad().
2008-05-19 Tim-Philipp Müllergst/gstpad.c: Add sanity check to make sure we don...
2008-05-14 Wim Taymansgst/gstpad.c: Release pad lock before calling out to...
2008-05-06 Sebastian DrögeDon't allow negative sizes when allocating new buffers.
2008-04-10 Stefan Kostgst/gstpad.c: Do not abort on out of memory for pad_all...
2008-03-27 Stefan KostExpose macro to docs and fix link to it.
2008-03-22 Sebastian DrögeDefine G_PARAM_STATIC_STRINGS if it's undefined (GLib...
2008-02-06 Stefan Kostgst/gstconfig.h.in: Add 'id' for example.
2008-02-04 Thijs VermeirBe sure that we have a new copy of the caps and not...
2008-01-04 Wim Taymansgst/gstpad.c: Don't crash when trying to fixate and...
2007-12-21 Wim Taymansgst/gstpad.c: Really unlink the peer pad instead of...
2007-10-05 Wim Taymansgst/: Small comment and documentation update.
2007-09-11 Wim TaymansAdd function to perform a query on the peer of a pad.
2007-08-07 Wim Taymansdocs/design/part-TODO.txt: Add some more TODO items
2007-06-15 Jan Schmidtgst/gstpad.c: Fix typo in the docs.
2007-06-15 Wim TaymansImprove debugging.
2007-06-14 Stefan Kostgst/gstpad.c: Show the caps change in the log to help...
2007-05-22 Stefan Kostgst/gstelement.c (gst_element_requires_clock, gst_eleme...
2007-05-21 Wim Taymansgst/gstpad.c: Added simple version of improved caps...
2007-05-02 Wim Taymansgst/gstpad.c: Fix documentation as spotted by rg on...
2007-04-12 Thomas Vander Sticheledocs/faq/gst-uninstalled: don't get empty paths on...
2007-04-09 Thomas Vander Sticheledon't format for the uncommon editor width of 84 characters
2007-03-22 Sebastian Drögegst/gstpad.c: Revert last commit. This needs some more...
2007-03-22 Sebastian Drögegst/gstpad.c: Check in set_caps if the caps are compati...
2007-03-22 Wim Taymansgst/gstpad.c: Fix possible deadlock if pad eventfunc...
2007-03-13 Stefan Kostdocs/: Do some Architect work.
2007-02-20 Wim TaymansMake the ghostpad a parent of the internal pad again...
2007-02-20 Wim TaymansDo not set the internal pad as a parent anymore so...
2007-02-15 Wim Taymansgst/gstpad.c: Improve debugging of default pad dispatch...
2007-01-29 Stefan Kostconfigure.ac: comment about refining the xml deps
2007-01-21 Mark Nauwelaertsgst/gstpad.c: Fix two docs typoes (#399094).
2007-01-13 Andy Wingogst/gstpad.c (gst_pad_get_range, gst_pad_pull_range...
2007-01-12 Andy Wingogst/gstpad.c (gst_pad_activate_pull): Refuse to activat...
2007-01-10 Andy Wingodocs/design/part-negotiation.txt: Update with, um,...
2007-01-06 Andy Wingogst/gstpad.c (gst_pad_get_range, gst_pad_pull_range...
2006-12-15 Wim Taymansgst/: Set pads to FLUSHING when they are created. Check...
2006-11-15 Tim-Philipp Müllergst/gstpad.c: Can't access event structure after giving...
2006-11-13 Mark Nauwelaertsgst/gstpad.c: Fix documentation for gst_pad_dispatcher...
2006-11-06 Stefan Kostgst/gstpad.c: Enhance debug and improve docs
2006-11-03 Mark Nauwelaertsgst/gstpad.c: Some small cleanups. Improve debugging.
2006-10-23 Wim Taymansdocs/design/part-events.txt: Update some docs.
2006-10-13 Yves Lefebvregst/gstelement.h: Clarify _NO_PREROLL a bit more.
2006-10-10 Sebastien Cotegst/gstpad.c: Update some docs.
2006-10-05 Tim-Philipp MüllerPrintf fixes.
2006-10-02 Tim-Philipp Müllergst/gstpad.c: Add 'Since: 0.10.11' to gst_pad_is_blocki...
2006-10-02 Edward Herveydocs/design/part-block.txt: Further explain the use...
2006-09-01 Tim-Philipp Müllergst/gstinfo.c: Fix locking order, handle NULL function...
2006-08-28 Thomas Vander Stichelemore logical to log the sending pad, and the pad it...
2006-08-23 Wim Taymansgst/gstpad.c: Improve debugging for task functions.
2006-08-20 Stefan KostSimplify caps to get rid of duplicates, fixes #345444
2006-08-14 Wim Taymansgst/: Small doc updates.
2006-07-31 Wim Taymansgst/gstpad.c: Use _DEBUG_OBJECT when it makes sense.
2006-07-19 Tim-Philipp MüllerFix typos (#348000).
2006-07-11 Edward Herveygst/gstbin.c: (de)activate src pads before calling...
2006-07-09 Wim Taymansgst/gstpad.c: Use some more macros where it makes sense.
2006-07-06 Wim Taymansgst/gstpad.*: Lots of comments and docs added to the...
2006-07-03 Edward Herveygst/gstpad.c: Implement pad blocking on events accordin...
2006-06-12 Stefan Kostgst/: constify quark registration strings. Fixes #344115
2006-05-23 Wim Taymansgst/gstpad.*: Added _CUSTOM error and success GstFlowRe...
2006-05-19 Jan Schmidtgst/gstpad.c: Short-circuit gst_pad_set_caps if setting...
2006-05-11 Stefan KostG_OBJECT_CLASS macro usage batch cleanup, fixes #337747...
2006-05-04 Jan Schmidtgst/gstpad.c: Restore acceptcaps checking behaviour...
2006-04-28 Thomas Vander Stichelesmall doc fix
2006-04-22 Wim Taymansgst/: Fix internal data flow errors. Fixes #338711.
2006-04-08 Stefan KostFix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
next