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 747266 - Missing Comma in Example code
Missing Comma in Example code
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: documentation
unspecified
Other All
: Normal normal
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-04-02 19:46 UTC by DistoRamos
Modified: 2015-04-02 20:20 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description DistoRamos 2015-04-02 19:46:43 UTC
In 
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/pwg/html/section-scheduling-loop.html

 a comma is missing:
                                              GstObject   * parent,
                                             GstPadMode    mode
					     gboolean      active);
Comment 1 Tim-Philipp Müller 2015-04-02 20:19:59 UTC
Thanks for the bug report. Should be fixed in git now:

commit 5bed94924a9f9ba680125ea6a0dfd070d01b9e18
Author: Tim-Philipp Müller <tim@centricular.com>
Date:   Thu Apr 2 21:18:39 2015 +0100

    docs: pwg: fix missing comma and 0.10-ism in code sample
    
    https://bugzilla.gnome.org/show_bug.cgi?id=747267
    https://bugzilla.gnome.org/show_bug.cgi?id=747266