summaryrefslogtreecommitdiff
path: root/gst-libs/gst/tag/tag.h
diff options
context:
space:
mode:
authorThiago Santos <thiago.sousa.santos@collabora.co.uk>2010-09-07 08:22:27 -0300
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>2010-09-07 08:59:46 -0300
commit7d4bdbf5cef6e1b941a9f600aeea5dd472db76a6 (patch)
tree75e40db3eaa39b7cef09b2cf65d63fe3b2b54b7e /gst-libs/gst/tag/tag.h
parent3ffde851d1a061e5b432dcc804584cf5a664b3bb (diff)
tags: Add GST_TAG_IMAGE_HORIZONTAL/VERTICAL_PPI tags
Adds new tags for representing the intended PPI of images/videos API: GST_TAG_IMAGE_HORIZONTAL_PPI API: GST_TAG_IMAGE_VERTICAL_PPI Fixes #626570
Diffstat (limited to 'gst-libs/gst/tag/tag.h')
-rw-r--r--gst-libs/gst/tag/tag.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/gst-libs/gst/tag/tag.h b/gst-libs/gst/tag/tag.h
index 17fac20be..5130ff6b4 100644
--- a/gst-libs/gst/tag/tag.h
+++ b/gst-libs/gst/tag/tag.h
@@ -306,6 +306,24 @@ G_BEGIN_DECLS
*/
#define GST_TAG_CAPTURING_FLASH_MODE "capturing-flash-mode"
+/**
+ * GST_TAG_IMAGE_HORIZONTAL_PPI:
+ *
+ * Media (image/video) intended horizontal pixel density in ppi. (double)
+ *
+ * Since: 0.10.31
+ */
+#define GST_TAG_IMAGE_HORIZONTAL_PPI "image-horizontal-ppi"
+/**
+ * GST_TAG_IMAGE_VERTICAL_PPI:
+ *
+ * Media (image/video) intended vertical pixel density in ppi. (double)
+ *
+ * Since: 0.10.31
+ */
+#define GST_TAG_IMAGE_VERTICAL_PPI "image-vertical-ppi"
+
+
/* additional information for image tags */
/**