mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue