mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-04 22:48:54 +00:00
Fix type of GST_TAG_TRACK_COUNT.
Original commit message from CVS: Fix type of GST_TAG_TRACK_COUNT.
This commit is contained in:
parent
c231ca28a8
commit
6b9383ce6c
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue