GNOME Bugzilla – Bug 338667
Make RBPlayer a proper interface
Last modified: 2006-04-26 09:05:53 UTC
RBPlayer should be a proper interface, with RBPlayerGst as a class that implements it.
Created attachment 63619 [details] [review] patch Patch to do this. After applying the patch, you must move player/rb-player.h to backends/ and player/rb-player-gst.c to backends/gstreamer/
Committed to cvs, with a few minor fixes. This should allow someone to hack on an alternate RBPlayer backend for cross-fading (bug 130426) and easy switch between the two.