[Bug 707523] d3dvideosink memleak

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jul 15 09:11:32 PDT 2014


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

--- Comment #24 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-07-15 16:11:28 UTC ---
You can't restart gst_parse_launch() pipelines like that reliably. You'll have
to create a new one after EOS, etc. Just setting them to READY or NULL, and
then starting again is not enough. This is actually a bug in gst_parse_launch()
though, with manually built pipelines exactly that is possible.
Not sure if that is related to your problem though... but do you still have
leaks when creating a new pipeline each time (and unreffing the old one after
setting it to NULL)?


For the decreased memory leakage... I fixed a huge memory leak in d3dvideosink
some days ago. That's probably the difference.

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