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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Apr 24 06:00:20 PDT 2013


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

--- Comment #5 from sreerenj <bsreerenj at gmail.com> 2013-04-24 13:00:17 UTC ---
reply to comment2:
@@ +3327,3 @@
+        ve->vdec = gst_object_ref (d_factory);
+        ve->vsink = gst_object_ref (s_factory);
+        ve_list = g_list_prepend (ve_list, ve);

You could keep this list smaller by only including decoder-sink combinations
that are compatible by their template caps

the list of decoders here is already the filtered list based on caps. so the
list won't be that big .Only thing is that it takes all video_sink_elements. 
And the sink-decoder template compatibility is checking in autoplug_select_cb.
Does it not enough?

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