mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
gst-libs/gst/tag/tag.h: Adding Annodex tags here.
Original commit message from CVS: 2006-02-25 Julien MOUTTE <julien@moutte.net> * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
This commit is contained in:
parent
5b86bcab57
commit
0d0354f365
2 changed files with 23 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2006-02-25 Julien MOUTTE <julien@moutte.net>
|
||||
|
||||
* gst-libs/gst/tag/tag.h: Adding Annodex tags here.
|
||||
|
||||
2006-02-24 Michael Smith <msmith@fluendo.com>
|
||||
|
||||
* gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
|
||||
|
|
|
@ -63,6 +63,25 @@ G_BEGIN_DECLS
|
|||
* MusicBrainz artist sort name
|
||||
*/
|
||||
#define GST_TAG_MUSICBRAINZ_SORTNAME "musicbrainz-sortname"
|
||||
/**
|
||||
* GST_TAG_CMML_STREAM
|
||||
*
|
||||
* Annodex CMML stream element tag
|
||||
*/
|
||||
#define GST_TAG_CMML_STREAM "cmml-stream"
|
||||
/**
|
||||
* GST_TAG_CMML_HEAD
|
||||
*
|
||||
* Annodex CMML head element tag
|
||||
*/
|
||||
|
||||
#define GST_TAG_CMML_HEAD "cmml-head"
|
||||
/**
|
||||
* GST_TAG_CMML_CLIP
|
||||
*
|
||||
* Annodex CMML clip element tag
|
||||
*/
|
||||
#define GST_TAG_CMML_CLIP "cmml-clip"
|
||||
|
||||
|
||||
/* functions for vorbis comment manipulation */
|
||||
|
|
Loading…
Reference in a new issue