Fix type of GST_TAG_TRACK_COUNT.

Original commit message from CVS:
Fix type of GST_TAG_TRACK_COUNT.
This commit is contained in:
Colin Walters 2003-12-18 04:28:43 +00:00
parent c231ca28a8
commit 6b9383ce6c
2 changed files with 2 additions and 2 deletions

View file

@ -91,7 +91,7 @@ _gst_tag_initialize (void)
_("track number inside a collection"),
gst_tag_merge_use_first);
gst_tag_register (GST_TAG_TRACK_COUNT,
G_TYPE_STRING,
G_TYPE_UINT,
_("track count"),
_("count of tracks inside collection this track belongs to"),
gst_tag_merge_use_first);

View file

@ -91,7 +91,7 @@ _gst_tag_initialize (void)
_("track number inside a collection"),
gst_tag_merge_use_first);
gst_tag_register (GST_TAG_TRACK_COUNT,
G_TYPE_STRING,
G_TYPE_UINT,
_("track count"),
_("count of tracks inside collection this track belongs to"),
gst_tag_merge_use_first);