GNOME Bugzilla – Bug 328805
GstPadTemplate documentation incorrect in the Core Reference Manual
Last modified: 2006-02-14 18:29:51 UTC
Documentation Section: The GStreamer 0.10 Core Reference Manual, GstPadTemplate documentation. In the Description section it reads: Padtemplates can be created with gst_pad_template_new() or with the convenient GST_PAD_TEMPLATE_FACTORY() macro. A padtemplate can be used to create a pad or to add to an elementfactory. ... Correct version: It should refer to the GST_STATIC_PAD_TEMPLATE() macro and link to it instead of the outdated and gone GST_PAD_TEMPLATE_FACTORY() macro. Also in the examples that immediately follow I believe the references to the macro GST_PAD_TEMPLATE_GET() (no longer present in gstreamer?) should be replaced with calls to gst_static_pad_template_get (). Other information:
* docs/gst/gstreamer-sections.txt: * gst/gstpadtemplate.c: * gst/gstpadtemplate.h: Fix padtemplate docs, fixes #328805.