From ce4f2bd8c01d191cbe5a0c13a28df3ecea92be3d Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Mon, 15 Aug 2005 09:56:19 +0000 Subject: [PATCH] docs/pwg/appendix-porting.xml: Document _set_link_function -> _set_setcaps_function. Original commit message from CVS: * docs/pwg/appendix-porting.xml: Document _set_link_function -> _set_setcaps_function. --- ChangeLog | 5 +++++ docs/pwg/appendix-porting.xml | 13 +++++++++++++ 2 files changed, 18 insertions(+) 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). + +