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 534314 - [pwg] Example in chapter-advanced-tagging is wrong
[pwg] Example in chapter-advanced-tagging is wrong
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: documentation
git master
Other Linux
: Normal normal
: 0.10.30
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-05-22 09:24 UTC by Luca Ognibene
Modified: 2010-05-02 19:06 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Luca Ognibene 2008-05-22 09:24:58 UTC
The example here: http://gstreamer.freedesktop.org/data/doc/gstreamer/head/pwg/html/chapter-advanced-tagging.html

is wrong at least in two things:
 * gst_element_found_tags_for_pad has only 3 arguments, not 4
 * taglist should not be freed
Comment 1 Tim-Philipp Müller 2010-05-02 19:06:47 UTC
I just removed that entire bit of code, I find it more confusing than helpful, and it also uses 0.8 concepts.

commit 62a37d79c908773a01442309afb45207a601526d
Author: Tim-Philipp Müller <tim.muller@collabora.co.uk>
Date:   Sun May 2 19:43:55 2010 +0100

    pwg: remove confusing metadata example with 0.8 code
    
    Fixes #534314.