[Bug 698712] playbin: autoplug video decoder and sink based on caps features

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed May 1 14:18:48 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=698712
  GStreamer | gst-plugins-base | git

--- Comment #62 from sreerenj <bsreerenj at gmail.com> 2013-05-01 21:18:47 UTC ---
Created an attachment (id=243011)
 View: https://bugzilla.gnome.org/attachment.cgi?id=243011
 Review: https://bugzilla.gnome.org/review?bug=698712&attachment=243011

playbin: Use GSequence instead of GList to store the GstAVElement list.

This one is just replacing the GList with GSequence. I don't know whether it is
giving any significant advantage in this scenario :) 
Because it is still iterating through the Sequence (not using
g_sequence_search, g_sequence_lookup methods).

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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