GNOME Bugzilla – Bug 672478
[tsparse] does not support items in extended event descriptor
Last modified: 2012-05-11 09:50:40 UTC
As per EN 300 468 (clause 6.2.15 in V1.12.1), the extended event descriptor, apart from text content, can include "items", which are key-value pairs, for example: "Cast" > "John Doe, Jane Doe". The tsparse element seems to only support the text part of that descriptor.
Created attachment 210189 [details] [review] Patch to implement the missing feature This patch reads the items from the destructure and adds them to a new list of structures composed of description and text fields. Patch is against branch 0.10, but applies fine to 0.11 too
commit 2266377c66e2433a2f18735bdd46643124d9d0b6 Author: Albert Astrals Cid <albert.astals at canonical.com> Date: Fri May 11 11:46:58 2012 +0200 mpegts: support items in extended event descriptor Fixes https://bugzilla.gnome.org/show_bug.cgi?id=672478