After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 328805 - GstPadTemplate documentation incorrect in the Core Reference Manual
GstPadTemplate documentation incorrect in the Core Reference Manual
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: documentation
git master
Other All
: High minor
: 0.10.4
Assigned To: Wim Taymans
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-01-27 07:24 UTC by Brian D. Wright
Modified: 2006-02-14 18:29 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12



Description Brian D. Wright 2006-01-27 07:24:29 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:
Comment 1 Wim Taymans 2006-02-14 18:29:51 UTC
        * docs/gst/gstreamer-sections.txt:
        * gst/gstpadtemplate.c:
        * gst/gstpadtemplate.h:
        Fix padtemplate docs, fixes #328805.