fix doc build fix autogen
[platform/upstream/gstreamer.git] / gst / gstpad.c
2004-01-18 Thomas Vander Stichelechanging error signal add error codes and domains
2004-01-16 Benjamin Ottegst/gstpad.c: Return a newly allocated buffer when...
2004-01-15 David Schleefgst/gstcaps.c: Add lots of documentation.
2004-01-15 Benjamin Ottegst/gstpad.*: implement gst_pad_is_linked
2004-01-14 Benjamin Ottegst/gstclock.*: deprecate old interface and disable...
2004-01-11 David SchleefFix some incorrect comments caused by recent checkins
2004-01-04 David Schleefgst/elements/gsttee.c: Remove usage of gst_pad_proxy_fi...
2004-01-03 David SchleefFix segfaults caused by last checkin and add a few...
2004-01-03 David Schleefgst/elements/gsttypefindelement.c: Use gst_pad_use_expl...
2004-01-03 David Schleefgst/gstelement.c: Fix to allow DELAYED to indicate...
2004-01-02 David Schleefgst/gstcaps.c: Add new function.
2004-01-02 Benjamin Ottegst/gstpad.c: Fix wrong g_return_if_fail
2004-01-02 David SchleefClean up some code in last checkin. Fix minor bug...
2004-01-02 David SchleefAdd new use_explicit_caps() and set_explicit_caps(...
2003-12-31 David SchleefAdd functions useful default pad_link and fixate functions.
2003-12-30 David SchleefFix segfault caused by last checkin
2003-12-30 David Schleefgst/gstcaps.*: Add simplify function
2003-12-27 Benjamin Otteonly call link functions to restore old link if the...
2003-12-27 Benjamin Otteset freed caps to NULL
2003-12-27 Benjamin Ottegst/gstcaps.c: add sanity checks
2003-12-24 David SchleefFix a few logic bugs in gst_element_get_compatible_pad_...
2003-12-24 David SchleefImplement gst_pad_can_link_filtered(). Fix a few minor...
2003-12-24 David SchleefAdd some sanity tests to gstpad.c. Check that pad...
2003-12-23 David Schleefgst/elements/: Use gst_pad_proxy_getcaps().
2003-12-23 David Schleefgst/gstpad.c: Rearrange/rewrite much of the pad negotia...
2003-12-22 David SchleefMerge CAPS branch
2003-12-13 Benjamin Otteremoved GST_*_CAST. Disabling of type checking is done...
2003-12-02 David Schleefchange gst_pad_select() to gst_pad_selectv(), and add...
2003-11-13 David SchleefChange G_TYPE_POINTER to the appropriate type in g_sign...
2003-11-06 Jan SchmidtFix a crash when unlinking Ghost pads which was include...
2003-11-05 Benjamin Otteinitialise pad->convertfunc only once return FALSE...
2003-10-28 Benjamin Ottemerge TYPEFIND branch. Major changes:
2003-10-08 Andy Wingos/GstBuffer/GstData/ in the API where you can pass...
2003-10-05 Thomas Vander Sticheleallow pad push if peer is active
2003-09-18 David Schleefchange a debug message to a g_warning().
2003-09-16 Thomas Vander Stichelereverting error patches before making a branch. BRANCH-ERROR-ROOT
2003-09-14 Benjamin Otteimplement translatable error messages using gerror.
2003-09-14 David Schleefadd check for setting pad_get and pad_chain functions...
2003-08-02 David SchleefAdd pad->unlinkfunc and gst_pad_set_unlink_function()
2003-07-13 David Schleefadd warning if getcaps function returns an unreferenced...
2003-06-29 Benjamin OtteGST_DEBUG reorganization containing loads of stuff:
2003-06-10 David SchleefAdd gst_pad_template_newv() as a va_list alternative...
2003-06-07 Thomas Vander Sticheledon't recursively call gst_bin_set_state on failure...
2003-05-22 David SchleefFix aliasing problems noticed by gcc-3.3. Suggests...
2003-05-18 Thomas Vander Stichelea bunch of gtk-doc fixes
2003-05-18 Benjamin Ottefix wrong caps refcount handling of filtered caps in...
2003-05-06 Benjamin Otteimplement proper refcounting of pad's templates and...
2003-04-27 Benjamin OtteMake events use internal links, too
2003-04-17 Wim TaymansAdded a simple function gst_pad_recover_caps_error...
2003-04-11 Benjamin Ottegeneral fixes:
2003-04-10 Wim TaymansRemoved sanity check that does not hold in some cases...
2003-04-08 Benjamin Ottepad linking only works when both elements are not playing
2003-03-30 Benjamin Ottedocumentation changes (thx Ross)
2003-03-25 Wim TaymansAdded some extra debugging info
2003-03-02 Wim TaymansAlso set the pad filter when proxy negotiating
2003-02-27 Wim Taymansso it's no big thing.
2003-02-03 Wim Taymans- Use the eventhandler instead of the event function...
2003-02-02 Wim Taymans- implement FLOATING flag on caps/props
2003-01-23 Wim TaymansAlso clear cached connection filter when relinking...
2003-01-16 Wim TaymansAdded infrastructure to register URI to element+propert...
2003-01-12 Wim TaymansNo need to _yield here
2003-01-11 Wim Taymansuse the filter on the connection even if the pads don...
2003-01-09 David I. Lehnmore connect -> link updates
2003-01-09 Thomas Vander Sticheleoopsie
2003-01-09 Thomas Vander Stichelecode cleanups and further deprecation fixes
2003-01-09 Thomas Vander Stichelefirst pass of connect->link gst-plugins and other stuff...
2003-01-08 Wim TaymansProvide intrastructure to not have to pass NULL buffers...
2003-01-01 Wim Taymans- Added PAD_NEGOTIATING flag, remove PAD_EOS flag
2002-12-30 Wim Taymans- major API breakage (one of the last, I promise...)
2002-12-27 Wim Taymans- disable pads when going to PAUSED, we want to make...
2002-12-27 Wim Taymans_IS_USABLE also checks for the peer pad, IS_ACTIVE...
2002-12-26 Wim TaymansThis got accidently removed and screws up seeking a lot
2002-12-24 Wim TaymansCommited a bit too much..
2002-12-22 Wim Taymans- Move common function to gstformat
2002-12-21 Wim Taymans- queue can change state only when not connected
2002-12-14 Wim TaymansDocumentation updates
2002-12-06 Wim TaymansMake sure we don't set caps that violate the (app)filter
2002-11-10 Thomas Vander Sticheleadd some debug info
2002-11-03 Wim TaymansDo some more checking on the input paramaters
2002-11-02 Wim Taymans- Added caps as a property
2002-10-02 Thomas Vander Stichelecode cleanup and API change (gst_caps_check_compatibili...
2002-10-01 Thomas Vander Stichelecode cleanup and more debug output
2002-10-01 Thomas Vander Stichelemake exit conditions give debug info
2002-09-13 Wim Taymans- some cleanups
2002-09-13 Wim TaymansMaybe this fixes rhythmbox again
2002-09-12 Wim Taymans- Make the return GList of gst_element_get_pad_list...
2002-09-10 Ronald S. BultjeThis changes an important part of the plugin API, gst_p...
2002-09-08 Christian Schallercommitting many nice little memleaks fixes from Iain...
2002-09-01 Thomas Vander Stichelebig ass set of useless dog fixes [1] changes to pad...
2002-09-01 Andy Wingowhen going READY->PAUSED, allow try_set_caps on a READY...
2002-08-12 Thomas Vander Stichelefixes bug bugzilla.gnome.org/show_bug.cgi?id=90333...
2002-08-12 Thomas Vander Stichelefixes bug bugzilla.gnome.org/show_bug.cgi?id=90332
2002-08-02 Wim TaymansSome more event flags some more padquery types
2002-07-24 Wim Taymans- some pad.h reorg, better grouping of function
2002-07-12 Andy Wingobe more lenient when loading unconnected pads
2002-07-08 Wim Taymans- Removed bufferpool code and move that to gstbuffer.c
2002-07-05 Andy Wingoif you can't write to the registry (ie it is root-owned...
2002-06-12 Wim TaymansDocumentation updates
2002-06-02 Wim TaymansIf format and source are the same, we allready know...
2002-05-31 Wim TaymansSet the element to eos after all EOS events are pushed
next