]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gstreamer0-10.git/history - gst/gstghostpad.c
gststructure: early out when we know a value cannot be a subset
[glsdk/gstreamer0-10.git] / gst / gstghostpad.c
2011-11-03 Nicolas Dufresneghostpad: Don't cache internal proxy pad target
2011-09-07 Piotr Fusikdocs, gst: typo fixes
2011-09-07 Stas Sergeevghostpad: Use gst_pad_set_caps() instead of manually...
2011-06-18 Tim-Philipp MüllerBump git version after unplanned 0.10.35 release
2011-05-14 Tim-Philipp Müllerdocs: fix up some Since markers and update for new...
2011-05-14 Sebastian Drögeghostpad: Add docs for all the new, public functions
2011-05-14 Sebastian Drögeghostpad: Add guards against invalid parameters to...
2011-05-14 Sebastian Drögeghostpad: Rename ghostpad/proxypad default functions
2011-05-14 Sebastian Drögeghostpad: Make all the internal caps functions public
2011-05-14 Sebastian Drögeghostpad: Only implement the iterate_internal_links...
2011-05-14 Sebastian Drögeghostpad: API: Expose gst_proxy_pad_get_internal()
2011-04-13 Ole André Vadla... ghostpad: Fix pad callbacks so they handle when parent...
2011-03-16 Sebastian Drögeghostpad: The internally linked pad of the proxypad...
2010-12-07 Tim-Philipp Müllerdocs: gst: more gobject introspection annotations
2010-10-07 Tim-Philipp Müllerpads: use new g_object_notify_by_pspec() for caps notif...
2010-06-26 Tim-Philipp MüllerDon't include <libxml/parser.h> from public headers...
2010-06-25 Sebastian Drögegstxml: Deprecate GstXml and related functions
2010-06-23 Edward Herveygstghostpad: We don't need any checks when linking...
2009-12-01 Edward Herveygstghostpad: Register debug funcptr only once.
2009-11-25 Stefan Kostdocs: fix xrefs in docs
2009-11-05 Wim Taymansghostpad: fix locking
2009-11-05 Stefan Kostghostpad: don't release mutex twice
2009-11-05 Stefan Kostghostpad: skip type check in internal api
2009-11-05 Stefan Kostpad: rename new api from _refed to _reffed.
2009-11-04 Sebastian Drögeghostpad: Make sure that nobody sets the proxypad or...
2009-11-01 Sebastian Drögeghostpad: Implement iterate internal links
2009-10-28 Tim-Philipp MüllerRemove GST_DEBUG_FUNCPTR where they're pointless
2009-10-07 Stefan Kostpad: add variants of gst_pad_get_caps() that don't...
2009-10-06 Wim Taymansghostpad: take locks around smaller section
2009-09-09 Wim Taymansghostpad: don't unref NULL caps
2009-08-31 Tim-Philipp Müllerdocs: it's its
2009-08-18 Sebastian Drögeghostpad: Always get the proxypad's ghostpad via the...
2009-08-06 Wim Taymansghostpad: small improvements
2009-06-16 Branko Subasicghostpad: Add support for GstBufferLists
2009-06-04 Wim Taymansghostpad: avoid excessive notify for caps
2009-05-12 Stefan Kostghostpad: remove deprecated API
2009-03-10 Stefan Kostlogging: some additional logging for tracing caps negot...
2009-02-16 Wim TaymansClear target when the target pad disappears
2009-02-04 Stefan Kostcleanup: Either check always for internal being NULL...
2009-01-30 Jan Schmidt - Sun... Fix compilation warning with Forte.
2009-01-22 Wim TaymansMerge branch 'master' of ssh://git.freedesktop.org...
2009-01-22 Wim TaymansMerge branch 'master' of ssh://git.freedesktop.org...
2009-01-21 Wim Taymansdo not call the unlink function on the target pad when...
2008-12-19 Alessandro DecinaDon't forward gst_pad_set_caps() on a source ghostpad...
2008-12-17 Alessandro DecinaIn a source ghostpad, when caps are changed in the...
2008-10-08 Wim Taymansgst/gstghostpad.*: Unbreak -good build, private is...
2008-10-08 Andy Wingogst/gstghostpad.*: Fix unintended API removal: re-add...
2008-10-08 Andy Wingogst/gstghostpad.h (GstProxyPad, GstProxyPadClass, GstGh...
2008-10-08 Andy Wingogst/gstghostpad.c (gst_ghost_pad_construct): If we...
2008-10-07 Tim-Philipp Müllergst/: Add 'Since' bits to gtk-doc chunks for new API.
2008-10-06 Andy Wingogst/gstghostpad.*: New function, finishes the initializ...
2008-09-01 Olivier CreteAdd threadsafe replacement functions for getting intern...
2008-07-21 Thijs Vermeirgst/gstghostpad.c: Add in doc that gst_ghost_pad_set_ta...
2007-12-12 Tim-Philipp MüllerMakefile.am: Add check-exports target and run it as...
2007-06-27 Étienne Noreau-Hébertgst/gstghostpad.c: Add peer and direction in the XML...
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...
2006-12-15 Wim Taymansgst/: Set pads to FLUSHING when they are created. Check...
2006-12-13 Tim-Philipp Müllergst/gstghostpad.c: Log ghostpad debug stuff to the...
2006-10-27 Wim Taymansgst/gstghostpad.c: Make acceptcaps return TRUE when...
2006-10-02 mrcgrangst/gstghostpad.c: Filter the proxied caps against...
2006-09-22 Tim-Philipp Müllergst/gstghostpad.c: Don't forget to release proxy lock...
2006-09-18 Wim Taymansgst/gstghostpad.c: Also set template on the internal...
2006-09-01 Wim Taymansgst/gstghostpad.c: More cleanups.
2006-08-31 Wim Taymansdocs/design/part-gstghostpad.txt: Update ascii art...
2006-08-31 Edward HerveyRefactored *_new() functions.
2006-08-08 Edward Herveygst/gstghostpad.c: Unlinking from a pad without a targe...
2006-07-13 Edward Herveygst/gstghostpad.c: GhostPad no longer implicitely use...
2006-07-11 Edward Herveygst/gstbin.c: (de)activate src pads before calling...
2006-05-05 Maciej KatafiaszSmall typo in docs (#340625)
2006-04-06 Michael Smithgst/gstpad.c: Use g_value_get_object() instead of g_val...
2006-03-21 Edward HerveySeries of fixes for dereferenced pointers that gcc...
2006-01-29 Julien Mouttegst/gstghostpad.c: Set pad functions unconditionally...
2005-12-06 Thomas Vander Sticheleexpand tabs
2005-11-29 Tim-Philipp Müllergst/gstghostpad.c: Don't ref NULL target pad (#322751...
2005-11-22 Andy Wingogst/gstevent.h (gst_event_new_new_segment) (gst_event_p...
2005-11-21 Andy Wingo*.*: Ran scripts/update-macros. Oh yes. gst/gstobject...
2005-11-18 Stefan Kostgst/: docs fixes
2005-11-14 Stefan Kostmore section docs
2005-11-10 Wim Taymanscheck/gst/gstghostpad.c: Added check for bug #317341
2005-11-09 Tim-Philipp Müllergst/: Use GST_DEBUG_FUNCPTR() more extensively.
2005-10-15 Thomas Vander Stichelevarious style fixes
2005-10-15 Thomas Vander Stichelewhitespace fixes
2005-10-07 Wim Taymansgst/gstghostpad.c: Activating a ghostpad with no intern...
2005-10-06 Thomas Vander Stichelegst/gstghostpad.c: add push activation of sink ghost...
2005-10-02 Andy Wingodocs/design/part-gstghostpad.txt: Add a note about...
2005-09-26 Wim Taymansgst/gstbin.c: Make state change function use 3 queues...
2005-09-02 Stefan Kostmore docs inlined
2005-08-11 Wim Taymansgst/gstghostpad.c: Actually implement (re)setting the...
2005-07-29 Wim Taymanscheck/gst/gstghostpad.c: Added test for removing an...
2005-07-18 Wim TaymansRemoved plugable schedulers.
2005-07-16 Wim Taymanscheck/gst/gstbin.c: Make elements silent as the deep_no...
2005-07-14 Wim Taymansgst/gstcaps.c: Remove debug info.
2005-07-01 Andy Wingotests/network-clock.scm: Commentary update.
2005-06-30 Andy Wingogst/gstghostpad.c (gst_ghost_pad_do_activate_push)...
2005-06-28 Wim Taymansgst/gstghostpad.c: Correctly proxy the check_pull_range...
2005-06-28 Wim Taymansgst/: The deprecated pad loop function is removed now.
2005-06-28 Wim Taymansgst/gstghostpad.c: Call wrapper function instead of...
2005-06-28 Andy Wingo*.c: Don't cast to GST_OBJECT when reffing or unreffing...
2005-06-28 Andy Wingogst/gstghostpad.c (gst_proxy_pad_do_activate): Don...
next