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 554561 - sample code in Gstreamer Plugin Writer's Guide
sample code in Gstreamer Plugin Writer's Guide
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: documentation
0.10.x
Other Linux
: Normal normal
: 0.10.22
Assigned To: Stefan Sauer (gstreamer, gtkdoc dev)
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-10-01 13:01 UTC by keico
Modified: 2008-10-06 09:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description keico 2008-10-01 13:01:46 UTC
To whom it may concern,

    The sample code at Line 31 in the page 72 ("13.2 Request Pads" of "Gstreamer Plugin Writer's Guide 0.10.20.1") should be changed from 

    "gst_element_set_private_data(pad, context);"  to
    "gst_pad_set_element_private(pad, context);"

BR,
keico tu
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2008-10-06 09:03:04 UTC
Thanks.

2008-10-06  Stefan Kost  <ensonic@users.sf.net>

	* docs/pwg/advanced-request.xml:
	  Fix 0.8 api usage in example. Fixes #554561