[Bug 794316] Gst.Pipeline never disposes Gst.Bus

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Mar 14 07:59:24 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=794316

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #369646|none                        |reviewed
             status|                            |

--- Comment #3 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 369646:
 --> (https://bugzilla.gnome.org/review?bug=794316&attachment=369646)

::: sources/custom/Pipeline.cs
@@ +29,3 @@
+        {
+            this.Bus.Dispose ();
+            base.Dispose(disposed);

That this fixes it would suggest that the C# Bus wrapper object is leaked
somehow, and with this fix the native GstBus would be disposed but the C#
wrapper object stays around.

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