[Bug 687493] Huge memory leak using Python, Gtk+, GStreamer and vp8enc
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed Jan 23 19:26:20 PST 2013
https://bugzilla.gnome.org/show_bug.cgi?id=687493
GStreamer | don't know | 1.0.1
Olivier Crete (Tester) <olivier.crete> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |olivier.crete at ocrete.ca
--- Comment #8 from Olivier Crete (Tester) <olivier.crete at ocrete.ca> 2013-01-24 03:26:13 UTC ---
Instead of using a timer to NULL it, wait until playback is done with something
like:
self.pipeline.get_bus().timed_pop_filtered(Gst.CLOCK_TIME_NONE,
Gst.MessageType.EOS)
This will block until the pipeline is actually done playing.
--
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