GNOME Bugzilla – Bug 340721
API: add GST_TAG_IMAGE
Last modified: 2006-05-09 10:03:49 UTC
Dear fellow GStreamer hackers, it is about time to remedy the most serious of all regressions since GStreamer-0.8: the missing GST_TAG_IMAGE tag. See bug #339704 for some related discussion. I propose registering the tag as a GstBuffer type tag, that allows us to attach caps to it and caters for compressed and uncompressed images. Only disadvantage is that it won't look pretty when printing the tag as string in debug logs (we could work around this with a bew buffer flag though if it's really a concern). Patch will follow shortly.
Created attachment 64850 [details] [review] adds GST_TAG_IMAGE
looks ok, don't forget to add the "Since: 0.10.6" in the doc string.
Thanks, committed including the 'Since' bit (which I would have forgotten): 2006-05-09 Tim-Philipp Müller <tim at centricular dot net> * gst/gsttaglist.c: (_gst_tag_initialize): * gst/gsttaglist.h: API: add GST_TAG_IMAGE tag (#340721).