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 672478 - [tsparse] does not support items in extended event descriptor
[tsparse] does not support items in extended event descriptor
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other Linux
: Normal normal
: 0.10.24
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-03-20 15:28 UTC by Michał Sawicz
Modified: 2012-05-11 09:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to implement the missing feature (2.73 KB, patch)
2012-03-20 16:31 UTC, Albert Astals Cid
none Details | Review

Description Michał Sawicz 2012-03-20 15:28:25 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.
Comment 1 Albert Astals Cid 2012-03-20 16:31:52 UTC
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
Comment 2 Wim Taymans 2012-05-11 09:50:40 UTC
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