[gstreamer-bugs] [Bug 540890] Need generic way of handling multi-track/chapters files
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed Aug 11 03:24:45 PDT 2010
https://bugzilla.gnome.org/show_bug.cgi?id=540890
GStreamer | gstreamer (core) | git
--- Comment #56 from Alexander Saprykin <xelfium at gmail.com> 2010-08-11 10:24:35 UTC ---
(In reply to comment #55)
> (In reply to comment #54)
> > Well, they can always store things in the GstStructure. Maybe with fields in a
> > element-specific namespace, e.g. "matroskademux::chapter-start",
> > "matroskademux::chapter-uid" and things like that.
> >
> > In contrast to this there would be fields like "duration" without a namespace
> > which have a generic meaning.
>
> Or have structures in structures. That is you have a GstStructure as the value
> for the entry named e.g. "matroskademux". The element would just grab the
> specific substructure and access "chapter-start", "chapter-uid" directly.
I like that idea :) This way we can solve problem with storing start/stop
positions. Also I can add helper function so that applications can extract
those values from the structure.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the Gstreamer-bugs
mailing list