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 683175 - port spcdec to 0.11
port spcdec to 0.11
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 0.11.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-09-01 21:42 UTC by sreerenj
Modified: 2012-09-02 19:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
port spc to 0.11 (14.86 KB, patch)
2012-09-01 21:42 UTC, sreerenj
committed Details | Review
Removing GLIB_DISABLE_DEPRECATION_WARNINGS (725 bytes, patch)
2012-09-02 09:44 UTC, sreerenj
committed Details | Review

Description sreerenj 2012-09-01 21:42:23 UTC
Created attachment 223164 [details] [review]
port spc to 0.11

Port spcdecoder to 0.11
Comment 1 Tim-Philipp Müller 2012-09-01 23:06:19 UTC
Thanks, pushed:

 commit 1d384422e05234875b7147cf093075b50eb2e3cc
 Author: Sreerenj Balachandran <sreerenj.balachandran@intel.com>
 Date:   Sun Sep 2 00:34:38 2012 +0300

    spc: port to 0.11
    
    https://bugzilla.gnome.org/show_bug.cgi?id=683175


Not tested or even compiled.

Why do we still need the

+/* FIXME 0.11: suppress warnings for deprecated API such as GStaticRecMutex
+ * with newer GLib versions (>= 2.31.0) */
+#define GLIB_DISABLE_DEPRECATION_WARNINGS
+

?
Comment 2 sreerenj 2012-09-02 09:44:26 UTC
Created attachment 223190 [details] [review]
Removing GLIB_DISABLE_DEPRECATION_WARNINGS

Removing GLIB_DISABLE_DEPRECATION_WARNINGS
Comment 3 sreerenj 2012-09-02 09:44:57 UTC
thanks for the push...