summaryrefslogtreecommitdiff
path: root/gst/gstghostpad.c
Commit message (Expand)AuthorAgeFilesLines
* ghostpad: Don't change the ghostpad caps immediately when the peer caps changeSebastian Dröge2012-06-081-73/+0
* ghostpad: Don't propagate setcaps() calls to the target padsSebastian Dröge2012-06-041-6/+7
* ghostpad: Don't use g_signal_handler_disconnect_by_*Edward Hervey2012-04-241-8/+29
* gstpad: Fix typo in docstringOlivier Crête2012-03-271-1/+1
* docs: fix Since: markers for API added after 0.10.35Tim-Philipp Müller2011-11-081-22/+22
* ghostpad: Don't cache internal proxy pad targetNicolas Dufresne2011-11-031-166/+33
* docs, gst: typo fixesPiotr Fusik2011-09-071-2/+2
* ghostpad: Use gst_pad_set_caps() instead of manually changing capsStas Sergeev2011-09-071-32/+2
* docs: fix up some Since markers and update for new multiqueue argsTim-Philipp Müller2011-05-141-22/+22
* ghostpad: Add docs for all the new, public functionsSebastian Dröge2011-05-141-3/+239
* ghostpad: Add guards against invalid parameters to the new, public functionsSebastian Dröge2011-05-141-15/+81
* ghostpad: Rename ghostpad/proxypad default functionsSebastian Dröge2011-05-141-70/+74
* ghostpad: Make all the internal caps functions publicSebastian Dröge2011-05-141-18/+18
* ghostpad: Only implement the iterate_internal_links function on proxypadsSebastian Dröge2011-05-141-18/+5
* ghostpad: API: Expose gst_proxy_pad_get_internal()Sebastian Dröge2011-05-141-6/+21
* ghostpad: Fix pad callbacks so they handle when parent goes awayOle André Vadla Ravnås2011-04-131-5/+26
* ghostpad: The internally linked pad of the proxypad is the ghostpadSebastian Dröge2011-03-161-4/+5
* docs: gst: more gobject introspection annotationsTim-Philipp Müller2010-12-071-16/+16
* pads: use new g_object_notify_by_pspec() for caps notifies if availableTim-Philipp Müller2010-10-071-5/+18
* Don't include <libxml/parser.h> from public headers if GST_DISABLE_DEPRECATED...Tim-Philipp Müller2010-06-261-0/+3
* gstxml: Deprecate GstXml and related functionsSebastian Dröge2010-06-251-4/+6
* gstghostpad: We don't need any checks when linking target padEdward Hervey2010-06-231-3/+5
* gstghostpad: Register debug funcptr only once.Edward Hervey2009-12-011-74/+78
* docs: fix xrefs in docsStefan Kost2009-11-251-7/+7
* ghostpad: fix lockingWim Taymans2009-11-051-0/+2
* ghostpad: don't release mutex twiceStefan Kost2009-11-051-1/+0
* ghostpad: skip type check in internal apiStefan Kost2009-11-051-1/+1
* pad: rename new api from _refed to _reffed.Stefan Kost2009-11-051-1/+1
* ghostpad: Make sure that nobody sets the proxypad or ghostpad itself as targetSebastian Dröge2009-11-041-0/+2
* ghostpad: Implement iterate internal linksSebastian Dröge2009-11-011-0/+17
* Remove GST_DEBUG_FUNCPTR where they're pointlessTim-Philipp Müller2009-10-281-3/+3
* pad: add variants of gst_pad_get_caps() that don't copy caps. Fixes #590941Stefan Kost2009-10-071-1/+1
* ghostpad: take locks around smaller sectionWim Taymans2009-10-061-3/+4
* ghostpad: don't unref NULL capsWim Taymans2009-09-091-4/+3
* docs: it's itsTim-Philipp Müller2009-08-311-1/+1
* ghostpad: Always get the proxypad's ghostpad via the ghostpad in the src caps...Sebastian Dröge2009-08-181-11/+39
* ghostpad: small improvementsWim Taymans2009-08-061-2/+8
* ghostpad: Add support for GstBufferListsBranko Subasic2009-06-161-0/+15
* ghostpad: avoid excessive notify for capsWim Taymans2009-06-041-4/+12
* ghostpad: remove deprecated APIStefan Kost2009-05-121-16/+0
* logging: some additional logging for tracing caps negotiation.Stefan Kost2009-03-101-1/+2
* Clear target when the target pad disappearsWim Taymans2009-02-161-0/+26
* cleanup: Either check always for internal being NULL or don't.Stefan Kost2009-02-041-7/+6
* Fix compilation warning with Forte.Jan Schmidt - Sun Microsystems - Dublin Ireland2009-01-301-1/+1
* do not call the unlink function on the target pad when the ghostpadWim Taymans2009-01-211-10/+0
* Don't forward gst_pad_set_caps() on a source ghostpad to its target.Alessandro Decina2008-12-191-0/+11
* In a source ghostpad, when caps are changed in the target pad, the change nee...Alessandro Decina2008-12-171-15/+48
* gst/gstghostpad.*: Unbreak -good build, private is a reserved c++ keyword.Wim Taymans2008-10-081-2/+2
* gst/gstghostpad.*: Fix unintended API removal: re-add GST_GHOST_PAD_CAST to t...Andy Wingo2008-10-081-1/+0
* gst/gstghostpad.h (GstProxyPad, GstProxyPadClass, GstGhostPad)Andy Wingo2008-10-081-49/+28