[Bug 722980] encodebin: should defer setting up profiles to state>NULL

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Feb 16 13:00:29 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=722980
  GStreamer | gst-plugins-base | 1.x

--- Comment #4 from Stefan Sauer (gstreamer, gtkdoc dev) <ensonic at sonicpulse.de> 2014-02-16 21:20:30 UTC ---
Yieks, we can't do this:

gst_element_link_many (audiotestsrc, ebin, fakesink, NULL)

as we don't have pads yet. Just having an identify element there by default is
probably not good enough to fix it.

That leaves us with option 2: documenting that if one wants to get the
missing-plugin message, either add a bus to the element and listen or first add
the element, set profile and later link.

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