[gstreamer-bugs] [Bug 100931] [PATCH] subtitles

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Sat Jan 8 08:45:49 PST 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=100931
 GStreamer | gst-plugins | Ver: 0.8.0





------- Additional Comments From rbultje at ronald.bitfreak.net  2005-01-08 11:45 -------
Found it, the source pad of each preroll element is disposed as the element is
destroyed in group_destroy() from the probe dispatcher callback. From there on,
control is returned to the dispatch function, but it's fully freed already.
That'll take a while to get correct, we could use g_idle_add hacks... I don't
like that, but hey... We're basically destroying an element in its own
context... Bah.

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list