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 734979 - examples: spectrum and qualizer demo apps use deprecated property
examples: spectrum and qualizer demo apps use deprecated property
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: documentation
git master
Other Linux
: Normal normal
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-08-18 05:14 UTC by RaviKiran
Modified: 2014-08-18 10:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Corrected demo apps (1.47 KB, patch)
2014-08-18 05:14 UTC, RaviKiran
committed Details | Review
equalizer app (933 bytes, patch)
2014-08-18 05:24 UTC, RaviKiran
committed Details | Review

Description RaviKiran 2014-08-18 05:14:00 UTC
Created attachment 283704 [details] [review]
Corrected demo apps

spectrum demo apps use deprecated property "message" instead of "post-messages".

https://bugzilla.gnome.org/show_bug.cgi?id=704179 corrected spectrum-example.
However, demo-audiotest and demo-osssrc apps still use deprecated property.

Patch attached.
Comment 1 RaviKiran 2014-08-18 05:24:18 UTC
Created attachment 283709 [details] [review]
equalizer app

Also equalizer demo app.
Comment 2 Tim-Philipp Müller 2014-08-18 10:08:26 UTC
Fixed, thanks for the patches (I squashed them into one in this case):

commit 67255c6b49270bbf7edf06c2c7e1b2ba33f7c103
Author: Ravi Kiran K N <ravi.kiran@samsung.com>
Date:   Mon Aug 18 10:33:48 2014 +0530

    examples: use 'post-messages' property instead of deprecated 'message' property
    
    https://bugzilla.gnome.org/show_bug.cgi?id=734979