GNOME Bugzilla – Bug 348220
New libopenspc-based SPC playback plugin
Last modified: 2006-07-23 12:07:54 UTC
There's no way for me to play back my carefully-tagged collection of Super Nintendo audio files with your silly multimedia framework! Wait, I'm lying! THERE IS A WAY! Requires: http://hg.c133.org/~clee/libopenspc.tar.bz2 The code for the plugin is at: http://hg.c133.org/~clee/gst-spc-0.5.tar.bz2 Plugin tested on x86, with command-line gst-launch as well as with Rhythmbox.
*** Bug 340846 has been marked as a duplicate of this bug. ***
Thanks! Committed with a bunch of changes to gst-plugins-bad: 2006-07-23 Tim-Philipp Müller <tim at centricular dot net> Patch by: Chris Lee <clee at kde org> * configure.ac: * ext/Makefile.am: * ext/spc/Makefile.am: * ext/spc/gstspc.c: (spc_negotiate), (gst_spc_dec_base_init), (gst_spc_dec_class_init), (gst_spc_dec_init), (gst_spc_dec_chain), (gst_spc_dec_sink_event), (gst_spc_dec_src_event), (gst_spc_dec_src_query), (spc_play), (spc_setup), (gst_spc_dec_change_state), (plugin_init): * ext/spc/gstspc.h: Add libopenspc-based SPC decoder element (#348220). (still needs some more love though).