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 538568 - Add GST_TAG_ATTACHMENT
Add GST_TAG_ATTACHMENT
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.10.21
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-06-16 09:34 UTC by Sebastian Dröge (slomo)
Modified: 2008-06-20 08:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
attachment-tag.diff (1.63 KB, patch)
2008-06-16 09:34 UTC, Sebastian Dröge (slomo)
committed Details | Review

Description Sebastian Dröge (slomo) 2008-06-16 09:34:33 UTC
Hi,
the attached patch adds GST_TAG_ATTACHMENT. This is meant for general attachments to streams and would be used in the matroska muxer/demuxer for example.
Comment 1 Sebastian Dröge (slomo) 2008-06-16 09:34:58 UTC
Created attachment 112820 [details] [review]
attachment-tag.diff
Comment 2 Sebastian Dröge (slomo) 2008-06-20 08:38:38 UTC
2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>

        * docs/gst/gstreamer-sections.txt:
        * gst/gsttaglist.c: (_gst_tag_initialize):
        * gst/gsttaglist.h:
        API: Add GST_TAG_ATTACHMENT for generic file attachments to streams.
        Fixes bug #538568.