[Bug 752367] dashdemux: adaptation set language could be better detected
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Oct 2 07:05:56 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=752367
--- Comment #5 from Olivier CrĂȘte <olivier.crete at ocrete.ca> ---
Review of attachment 310976:
--> (https://bugzilla.gnome.org/review?bug=752367&attachment=310976)
::: ext/dash/gstdashdemux.c
@@ +542,3 @@
+ for (GList * it = g_list_first (adp_set->ContentComponents);
+ it != g_list_last (adp_set->ContentComponents);
+ it = g_list_next (it)) {
Also, declare the GList before the for ().. And you can skip g_list_first(), it
does, nothing, just do for (it = adp_set->ContentComponents; it; it = it->next)
--
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