GNOME Bugzilla – Bug 679891
Spurious empty mandatory Object properties
Last modified: 2012-09-10 13:55:30 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.
Do you have a specific example/path for this bug?
Created attachment 223914 [details] [review] Ensure there is always a valid title This fixes
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(-)