[Bug 773570] gstplayer: add media info get track num API

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Dec 20 10:23:03 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=773570

--- Comment #3 from Lyon <lyon.wang at nxp.com> ---
Hi, slomo,
If we replace current Glist with GQueue, we may have to change the media-info
API, it returns Glist* in some API . besides, although GQueue keeps track of
the length itself, it still need g_queue_get_length() to get the length. how
about in the get_number_of_streams(), we just return
g_list_length(steram_list), it will make it more easier to realize than use
GQueue()

Could you please see the attached updated patch?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list