[Bug 668909] [0.11] typefindelement is broken

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Feb 1 01:12:10 PST 2012


https://bugzilla.gnome.org/show_bug.cgi?id=668909
  GStreamer | gstreamer (core) | 0.11.x

--- Comment #8 from Sebastian Dröge <slomo at circular-chaos.org> 2012-02-01 09:12:07 UTC ---
Ok, so typefind's own loop thread should only be used if the sinkpad is
activated in PULL mode and the srcpad is activated in PUSH mode. In all other
cases typefind uses a different streaming thread (from upstream if PUSH/PUSH
and from downstream if PULL/PULL).

This means that the loop thread must only be started if both pads are activated
that way and it must be stopped again if one of the pads gets
deactivated/activated in a different mode.

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