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 341856 - [docs] buggy code in examples in app dev manual
[docs] buggy code in examples in app dev manual
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: documentation
0.10.x
Other All
: Normal minor
: 0.10.7
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-05-15 13:39 UTC by albx
Modified: 2006-05-16 16:26 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description albx 2006-05-15 13:39:35 UTC
- in http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/chapter-init.html

gst_version requires 4th parameter

 - in http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/x292.html

GOptionEntry-s have extra parameters (the "0"s before the description)
(also, you may want to change GETTEXT_PACKAGE to NULL for simplicity)

 - in http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/section-bin-custom.html

missing "," after "int argc" in declaration of "int main"
Comment 1 Tim-Philipp Müller 2006-05-16 16:26:26 UTC
Fixed and updated on the server:

2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>

        * docs/manual/basics-bins.xml:
        * docs/manual/basics-init.xml:
          Fix typos and minor errors in sample code (#341856).