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 344605 - [id3demux] set picture type on image buffers
[id3demux] set picture type on image buffers
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal enhancement
: 0.10.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on: 345641
Blocks:
 
 
Reported: 2006-06-11 20:10 UTC by Tim-Philipp Müller
Modified: 2006-06-22 12:17 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tim-Philipp Müller 2006-06-11 20:10:00 UTC
We should add an enum type somewhere (gst-plugins-base/gst-libs/gst/tags/ maybe?) for image tag types, so we can pass this information on to the application by setting a field as part of the caps.

Also see bug #339704.
Comment 1 Tim-Philipp Müller 2006-06-22 12:17:38 UTC
 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>

       * gst/id3demux/id3v2frames.c: (parse_picture_frame):
         Set image type from APIC frame as "image-type" field
         of GST_TAG_IMAGE buffer caps (#344605).