Track_Number of container formats like wma,asf, ogg
kcu
karthikuppund1 at gmail.com
Tue Jun 23 04:28:11 PDT 2015
Hi,
I am trying to develop a gstreamer based media player, To print track number
i am doing this
BOMBAY_AWAKENS.wma
<http://gstreamer-devel.966125.n4.nabble.com/file/n4672414/BOMBAY_AWAKENS.wma>
if(!gst_tag_list_get_uint(tagList, GST_TAG_TRACK_NUMBER,
&TrackNumber))
{
TrackNumber = 0;
}
It works fine for mp3 and aac, only for wma,asf & ogg files track number is
always 0,( tried with different files, gst_tag_list_get_uint is returning
false )
what might be wrong?
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Track-Number-of-container-formats-like-wma-asf-ogg-tp4672414.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list