Fix type of GST_TAG_TRACK_COUNT.
authorColin Walters <walters@verbum.org>
Thu, 18 Dec 2003 04:28:43 +0000 (04:28 +0000)
committerColin Walters <walters@verbum.org>
Thu, 18 Dec 2003 04:28:43 +0000 (04:28 +0000)
Original commit message from CVS:
Fix type of GST_TAG_TRACK_COUNT.

gst/gsttag.c
gst/gsttaglist.c

index 558939b..d7e2cc7 100644 (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);
index 558939b..d7e2cc7 100644 (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);