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 542573 - PluginBug in example program
PluginBug in example program
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: www
git master
Other Linux
: Normal normal
: 0.10.21
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-07-11 19:11 UTC by Tristan Matthews
Modified: 2008-07-12 17:43 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22


Attachments
Corrected example application (4.09 KB, text/plain)
2008-07-11 19:16 UTC, Tristan Matthews
Details

Description Tristan Matthews 2008-07-11 19:11:30 UTC
In
Comment 1 Tristan Matthews 2008-07-11 19:16:21 UTC
Created attachment 114408 [details]
Corrected example application
Comment 2 Tristan Matthews 2008-07-11 19:18:07 UTC
Chapter Building a Test Application of the plugin writer's guide:
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/pwg/html/chapter-building-testapp.html

uses an undeclared variable msg.
Comment 3 Sebastian Dröge (slomo) 2008-07-12 17:43:38 UTC
Thanks, fixed in CVS :)

2008-07-12  Sebastian Dröge  <sebastian.droege@collabora.co.uk>

        Patch by: tmatth <le dot businessman at gmail dot com>

        * docs/pwg/building-testapp.xml:
        Don't use an undeclared variable in the example program.
        Fixes bug #542573.