asfdemux: map WM/TrackNumber to GST_TAG_TRACK_NUMBER as well
There's both WM/Track and WM/TrackNumber.
This commit is contained in:
parent
0cdfa3dcd2
commit
aa52dd1320
@ -2199,6 +2199,7 @@ gst_asf_demux_get_gst_tag_from_tag_name (const gchar * name_utf8)
|
||||
"WM/AlbumArtist", GST_TAG_ARTIST}, {
|
||||
"WM/Picture", GST_TAG_IMAGE}, {
|
||||
"WM/Track", GST_TAG_TRACK_NUMBER}, {
|
||||
"WM/TrackNumber", GST_TAG_TRACK_NUMBER}, {
|
||||
"WM/Year", GST_TAG_DATE}
|
||||
/* { "WM/Composer", GST_TAG_COMPOSER } */
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user