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 702083 - AV1-MS:1-CD:1-14.1: CreateReference fails
AV1-MS:1-CD:1-14.1: CreateReference fails
Status: RESOLVED FIXED
Product: rygel
Classification: Applications
Component: MediaExport plugin
git master
Other Linux
: Normal normal
: ---
Assigned To: Jens Georg
rygel-maint
ivi,upnp-ctt
Depends on: 702258
Blocks:
 
 
Reported: 2013-06-12 11:21 UTC by Jens Georg
Modified: 2013-06-25 11:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
server: Fix error codes for CreateReference (2.24 KB, patch)
2013-06-18 13:56 UTC, Jens Georg
none Details | Review
media-export: Allow reference creation everywhere (3.18 KB, patch)
2013-06-18 13:56 UTC, Jens Georg
none Details | Review
server: Fix error codes for CreateReference (2.32 KB, patch)
2013-06-18 14:25 UTC, Jens Georg
committed Details | Review
media-export: Allow reference creation everywhere (5.30 KB, patch)
2013-06-25 11:11 UTC, Jens Georg
committed Details | Review

Description Jens Georg 2013-06-12 11:21:13 UTC
We (intentionally) only allow reference creation in playlist containers, the test wants us to allow that everywhere though.
Comment 1 Jens Georg 2013-06-18 13:56:17 UTC
Created attachment 247146 [details] [review]
server: Fix error codes for CreateReference
Comment 2 Jens Georg 2013-06-18 13:56:31 UTC
Created attachment 247147 [details] [review]
media-export: Allow reference creation everywhere
Comment 3 Jens Georg 2013-06-18 14:25:56 UTC
Created attachment 247157 [details] [review]
server: Fix error codes for CreateReference
Comment 4 Jens Georg 2013-06-25 10:31:48 UTC
Hint: The dependency means bug 702258 needs to be fixed in order to even reach this bug.
Comment 5 Jens Georg 2013-06-25 11:11:19 UTC
Created attachment 247719 [details] [review]
media-export: Allow reference creation everywhere

Some small refactoring, move the actual reference creation into MediaCache to
avoid C&P
Comment 6 Jens Georg 2013-06-25 11:49:44 UTC
Attachment 247157 [details] pushed as 1bdff9e - server: Fix error codes for CreateReference
Attachment 247719 [details] pushed as 30d7757 - media-export: Allow reference creation everywhere