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 338667 - Make RBPlayer a proper interface
Make RBPlayer a proper interface
Status: RESOLVED FIXED
Product: rhythmbox
Classification: Other
Component: general
HEAD
Other Linux
: Normal normal
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks: 130426
 
 
Reported: 2006-04-16 03:36 UTC by James "Doc" Livingston
Modified: 2006-04-26 09:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (34.72 KB, patch)
2006-04-16 03:37 UTC, James "Doc" Livingston
committed Details | Review

Description James "Doc" Livingston 2006-04-16 03:36:25 UTC
RBPlayer should be a proper interface, with RBPlayerGst as a class that implements it.
Comment 1 James "Doc" Livingston 2006-04-16 03:37:49 UTC
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/
Comment 2 James "Doc" Livingston 2006-04-26 08:26:43 UTC
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.