Blame docs/libs/html/gst-plugins-base-libs-GstXmptag.html

Packit 971217
Packit 971217
<html>
Packit 971217
<head>
Packit 971217
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Packit 971217
<title>GstXmptag: GStreamer Base Plugins 1.0 Library Reference Manual</title>
Packit 971217
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
Packit 971217
<link rel="home" href="index.html" title="GStreamer Base Plugins 1.0 Library Reference Manual">
Packit 971217
<link rel="up" href="gstreamer-tag.html" title="Tag Support Library">
Packit 971217
<link rel="prev" href="gst-plugins-base-libs-GstExiftag.html" title="GstExiftag">
Packit 971217
<link rel="next" href="gst-plugins-base-libs-GstTagXmpWriter.html" title="GstTagXmpWriter">
Packit 971217
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
Packit 971217
<link rel="stylesheet" href="style.css" type="text/css">
Packit 971217
</head>
Packit 971217
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
Packit 971217
Packit 971217
Packit 971217
Top  | 
Packit 971217
                  Description
Packit 971217
Packit 971217
Home
Packit 971217
Up
Packit 971217
Prev
Packit 971217
Next
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217

GstXmptag

Packit 971217

GstXmptag — tag mappings and support functions for plugins

Packit 971217
                    dealing with xmp packets

Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217

Functions

Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
GstTagList *
Packit 971217
Packit 971217
Packit 971217
gst_tag_list_from_xmp_buffer ()
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
GstBuffer *
Packit 971217
Packit 971217
Packit 971217
gst_tag_list_to_xmp_buffer ()
Packit 971217
Packit 971217
Packit 971217
Packit 971217
const gchar **
Packit 971217
Packit 971217
Packit 971217
gst_tag_xmp_list_schemas ()
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217

Includes

Packit 971217
#include <gst/tag/tag.h>
Packit 971217
Packit 971217
Packit 971217
Packit 971217

Description

Packit 971217

Contains various utility functions for plugins to parse or create

Packit 971217
xmp packets and map them to and from GstTagLists.

Packit 971217

Please note that the xmp parser is very lightweight and not strict at all.

Packit 971217
Packit 971217
Packit 971217

Functions

Packit 971217
Packit 971217

gst_tag_list_from_xmp_buffer ()

Packit 971217
GstTagList *
Packit 971217
gst_tag_list_from_xmp_buffer (GstBuffer *buffer);
Packit 971217

Parse a xmp packet into a taglist.

Packit 971217
Packit 971217

Parameters

Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217

buffer

Packit 971217

buffer

Packit 971217
 
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217

Returns

Packit 971217

new taglist or NULL, free the list when done

Packit 971217
Packit 971217
Packit 971217

Packit 971217
Packit 971217

gst_tag_list_to_xmp_buffer ()

Packit 971217
GstBuffer *
Packit 971217
gst_tag_list_to_xmp_buffer (const GstTagList *list,
Packit 971217
                            gboolean read_only,
Packit 971217
                            const gchar **schemas);
Packit 971217

Formats a taglist as a xmp packet using only the selected

Packit 971217
schemas. An empty list (NULL) means that all schemas should
Packit 971217
be used

Packit 971217
Packit 971217

Parameters

Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217

list

Packit 971217

tags

Packit 971217
 
Packit 971217
Packit 971217
Packit 971217

read_only

Packit 971217

does the container forbid inplace editing

Packit 971217
 
Packit 971217
Packit 971217
Packit 971217

schemas

Packit 971217

NULL terminated array of schemas to be used on serialization.

Packit 971217
[array zero-terminated]
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217

Returns

Packit 971217

new buffer or NULL, unref the buffer when done

Packit 971217
Packit 971217
Packit 971217

Packit 971217
Packit 971217

gst_tag_xmp_list_schemas ()

Packit 971217
const gchar **
Packit 971217
gst_tag_xmp_list_schemas (void);
Packit 971217

Gets the list of supported schemas in the xmp lib

Packit 971217
Packit 971217

Returns

Packit 971217

a NULL terminated array of strings with the

Packit 971217
schema names. 

Packit 971217

[transfer none]

Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217

Types and Values

Packit 971217
Packit 971217
Packit 971217

See Also

Packit 971217

GstTagList

Packit 971217
Packit 971217
Packit 971217
Packit 971217

Generated by GTK-Doc V1.27
Packit 971217
</body>
Packit 971217
</html>