mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
gst/gsttag.*: remove duplicated field GST_TAG_APPLICATION. It's GST_TAG_ENCODER
Original commit message from CVS: 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de> * gst/gsttag.c: (_gst_tag_initialize): * gst/gsttag.h: remove duplicated field GST_TAG_APPLICATION. It's GST_TAG_ENCODER
This commit is contained in:
parent
149b17079e
commit
630fc2e5e7
5 changed files with 6 additions and 12 deletions
|
@ -1,3 +1,9 @@
|
|||
2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
|
||||
|
||||
* gst/gsttag.c: (_gst_tag_initialize):
|
||||
* gst/gsttag.h:
|
||||
remove duplicated field GST_TAG_APPLICATION. It's GST_TAG_ENCODER
|
||||
|
||||
2004-02-04 David Schleef <ds@schleef.org>
|
||||
|
||||
Fix some memleaks:
|
||||
|
|
|
@ -142,11 +142,6 @@ _gst_tag_initialize (void)
|
|||
_("performer"),
|
||||
_("person(s) performing"),
|
||||
gst_tag_merge_strings_with_comma);
|
||||
gst_tag_register (GST_TAG_APPLICATION, GST_TAG_FLAG_META,
|
||||
G_TYPE_STRING,
|
||||
_("application"),
|
||||
_("application that wrote the stream"),
|
||||
gst_tag_merge_strings_with_comma);
|
||||
gst_tag_register (GST_TAG_DURATION, GST_TAG_FLAG_DECODED,
|
||||
G_TYPE_UINT64,
|
||||
_("duration"),
|
||||
|
|
|
@ -240,7 +240,6 @@ GstTagList * gst_event_tag_get_list (GstEvent * tag_event);
|
|||
#define GST_TAG_CONTACT "contact"
|
||||
#define GST_TAG_LICENSE "license"
|
||||
#define GST_TAG_PERFORMER "performer"
|
||||
#define GST_TAG_APPLICATION "application"
|
||||
#define GST_TAG_DURATION "duration"
|
||||
#define GST_TAG_CODEC "codec"
|
||||
#define GST_TAG_BITRATE "bitrate"
|
||||
|
|
|
@ -142,11 +142,6 @@ _gst_tag_initialize (void)
|
|||
_("performer"),
|
||||
_("person(s) performing"),
|
||||
gst_tag_merge_strings_with_comma);
|
||||
gst_tag_register (GST_TAG_APPLICATION, GST_TAG_FLAG_META,
|
||||
G_TYPE_STRING,
|
||||
_("application"),
|
||||
_("application that wrote the stream"),
|
||||
gst_tag_merge_strings_with_comma);
|
||||
gst_tag_register (GST_TAG_DURATION, GST_TAG_FLAG_DECODED,
|
||||
G_TYPE_UINT64,
|
||||
_("duration"),
|
||||
|
|
|
@ -240,7 +240,6 @@ GstTagList * gst_event_tag_get_list (GstEvent * tag_event);
|
|||
#define GST_TAG_CONTACT "contact"
|
||||
#define GST_TAG_LICENSE "license"
|
||||
#define GST_TAG_PERFORMER "performer"
|
||||
#define GST_TAG_APPLICATION "application"
|
||||
#define GST_TAG_DURATION "duration"
|
||||
#define GST_TAG_CODEC "codec"
|
||||
#define GST_TAG_BITRATE "bitrate"
|
||||
|
|
Loading…
Reference in a new issue