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 679891 - Spurious empty mandatory Object properties
Spurious empty mandatory Object properties
Status: RESOLVED FIXED
Product: grilo
Classification: Other
Component: grilo-mediaserver2
git master
Other Linux
: Normal normal
: ---
Assigned To: grilo-maint
grilo-maint
Depends on:
Blocks:
 
 
Reported: 2012-07-13 20:26 UTC by Jens Georg
Modified: 2012-09-10 13:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Ensure there is always a valid title (1.34 KB, patch)
2012-09-10 13:53 UTC, Juan A. Suarez Romero
committed Details | Review

Description Jens Georg 2012-07-13 20:26:53 UTC
Sometimes Flicker/Youtube cause a NULL DisplayName. Since Rygel expects this to be always present as it's a mandatory property, it generates an ugly critical.

I'm a bit lost in the grl-ms2 code so I've no idea where to fix that.
Comment 1 Juan A. Suarez Romero 2012-09-10 13:38:50 UTC
Do you have a specific example/path for this bug?
Comment 2 Juan A. Suarez Romero 2012-09-10 13:53:32 UTC
Created attachment 223914 [details] [review]
Ensure there is always a valid title

This fixes
Comment 3 Juan A. Suarez Romero 2012-09-10 13:55:27 UTC
commit 0866f4e9e0d21a0f9f909738ed1a3a2da014aef8
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
Date:   Mon Sep 10 13:52:23 2012 +0000

    Ensure there is always a valid title
    
    This fixes https://bugzilla.gnome.org/show_bug.cgi?id=679891

 src/grilo-mediaserver2.c |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)