[Bug 642732] [playbin2] sinks set to READY after activating groups causes bad autoplug-continue decisions

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Feb 23 00:30:20 PST 2011


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

Akihiro Tsukada <tskd2> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #181318|0                           |1
        is obsolete|                            |

--- Comment #10 from Akihiro Tsukada <tskd2 at yahoo.co.jp> 2011-02-23 08:30:15 UTC ---
Created an attachment (id=181674)
 View: https://bugzilla.gnome.org/attachment.cgi?id=181674
 Review: https://bugzilla.gnome.org/review?bug=642732&attachment=181674

[PATCH] [playbin2] collect the caps of sink elements in advance

updated the patch.
it collects the info. into a hashtable which maps the sink element's typename
to the caps in READY state. 
This is done in initialization and updated when custom-sinks are changed or
some plugins are added or removed, before those elements are created and used.
The hashtable holds the info not only on custom sinks but on auto-pluggable
sinks,
and in autoplug_continue_cb() it is used to determine the auto-plugging should
be stopped or not.
# Sinks with "ANY" caps should not be auto-pluggable, though, I think.

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