[Bug 775615] decodebin3: Select default track by GstStreamFlags

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Feb 1 12:02:24 UTC 2017


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

--- Comment #9 from Seungha Yang <sh.yang at lge.com> ---
(In reply to Edward Hervey from comment #4)
> Review of attachment 341382 [details] [review]:
> 
> ::: gst/playback/gstdecodebin3.c
> @@ +1023,3 @@
> +
> +  /* 5. If not, match one stream of each type */
> +  for (i = 0; i < g_list_length (sorted); i++) {
> 
> When iterating lists use the following:
>   for (tmp = list; tmp; tmp = tmp->next) {
>      something = (cast) tmp->data;
>      ...
>   }

Done :)

Hello HoonHee
Could you update attachment 344092 on top of this 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