[Bug 752367] dashdemux: adaptation set language could be better detected

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Sep 9 03:52:09 PDT 2015


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

--- Comment #2 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> ---
Review of attachment 307404:
 --> (https://bugzilla.gnome.org/review?bug=752367&attachment=307404)

::: ext/dash/gstdashdemux.c
@@ +507,3 @@
+        for (gint j = 0; j < componentsCount; j++) {
+          GstContentComponentNode *cc_node =
+              g_list_nth_data (adp_set->ContentComponents, j);

This could walk the list in O(N) instead of O(N^2)

-- 
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