From: Colin Walters Date: Thu, 18 Dec 2003 04:28:43 +0000 (+0000) Subject: Fix type of GST_TAG_TRACK_COUNT. X-Git-Tag: MOVE-TO-FDO~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6b9383ce6c8c546d81b67c1513c004beb1946f31;p=platform%2Fupstream%2Fgstreamer.git Fix type of GST_TAG_TRACK_COUNT. Original commit message from CVS: Fix type of GST_TAG_TRACK_COUNT. --- diff --git a/gst/gsttag.c b/gst/gsttag.c index 558939b..d7e2cc7 100644 --- a/gst/gsttag.c +++ b/gst/gsttag.c @@ -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); diff --git a/gst/gsttaglist.c b/gst/gsttaglist.c index 558939b..d7e2cc7 100644 --- a/gst/gsttaglist.c +++ b/gst/gsttaglist.c @@ -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);