diff --git a/ChangeLog b/ChangeLog index 592a631d0e..46969524c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-08-15 Ronald S. Bultje + + * docs/pwg/appendix-porting.xml: + Document _set_link_function -> _set_setcaps_function. + 2005-08-15 Thomas Vander Stichele * check/Makefile.am: diff --git a/docs/pwg/appendix-porting.xml b/docs/pwg/appendix-porting.xml index 921e276def..0ef2618aa0 100644 --- a/docs/pwg/appendix-porting.xml +++ b/docs/pwg/appendix-porting.xml @@ -141,6 +141,19 @@ decoder or an encoder. + + + gst_pad_set_link_function (), which used to set + a function that would be called when a format was negotiated between + two GstPads, now sets a function that is + called when two elements are linked together in an application. For + all practical purposes, you most likely want to use the function + gst_pad_set_setcaps_function (), nowadays, which + sets a function that is called when the format streaming over a pad + changes (so similar to _set_link_function () in + &GStreamer;-0.8). + +