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 682644 - Matroska: recursive SimpleTags
Matroska: recursive SimpleTags
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other All
: Normal enhancement
: 1.1.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-08-24 23:07 UTC by LRN
Modified: 2012-10-28 16:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Support recursive SimpleTags (8.83 KB, patch)
2012-08-24 23:08 UTC, LRN
none Details | Review
Fix a tag addition - use non-value func (1.12 KB, patch)
2012-08-29 22:56 UTC, LRN
none Details | Review
Support recursive SimpleTags V1-1 (merged) (8.42 KB, patch)
2012-10-25 16:32 UTC, LRN
committed Details | Review

Description LRN 2012-08-24 23:07:15 UTC
Matroska allows SimpleTags to contain other SimpleTags, creating tag combinations with wide variety of meanings (ARTIST/URL == homepage; TITLE/SORT_WITH = title_sortname etc). These should be supported.
Comment 1 LRN 2012-08-24 23:08:30 UTC
Created attachment 222368 [details] [review]
Support recursive SimpleTags

* Also some stylistic fixes on top of previous patches.

Depends on #682448, #682524, #682615
Fixes #682644
Comment 2 LRN 2012-08-29 22:56:25 UTC
Created attachment 222891 [details] [review]
Fix a tag addition - use non-value func

val_post is a string, not a GValue; use appropriate function.

Fixes a bug in attachment #222368 [details]
Comment 3 LRN 2012-10-25 16:32:53 UTC
Created attachment 227286 [details] [review]
Support recursive SimpleTags V1-1 (merged)
Comment 4 Sebastian Dröge (slomo) 2012-10-26 08:17:04 UTC
commit 78193dfe71fc3c186df4b6fd5f504bd05ae7980f
Author: Руслан Ижбулатов <lrn1986@gmail.com>
Date:   Sat Aug 25 02:26:29 2012 +0400

    matroskademux: Support recursive SimpleTags
    
    Fixes #682644
    Depends on #682615