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 737513 - The player controller can not expose its playmode
The player controller can not expose its playmode
Status: RESOLVED FIXED
Product: rygel
Classification: Applications
Component: librygel-renderer
git master
Other All
: Normal normal
: ---
Assigned To: rygel-maint
rygel-maint
Depends on:
Blocks:
 
 
Reported: 2014-09-28 08:57 UTC by Richard Röjfors
Modified: 2014-11-09 14:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch moving the play mode to the player controller. (5.20 KB, patch)
2014-09-28 08:57 UTC, Richard Röjfors
committed Details | Review

Description Richard Röjfors 2014-09-28 08:57:31 UTC
Created attachment 287274 [details] [review]
Patch moving the play mode to the player controller.

Currently the playmode is hardcoded into the AV transport (to NORMAL).

It would make sense to move the playmode into the controller. The default controller would still have the hardcoded mode, but any third party controller could implement the playmode.