[Bug 766524] audio-source: unref private capsfilter reference on finalize
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon May 16 16:20:26 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=766524
Thibault Saunier <tsaunier at gnome.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #327991|none |needs-work
status| |
--- Comment #3 from Thibault Saunier <tsaunier at gnome.org> ---
Review of attachment 327991:
--> (https://bugzilla.gnome.org/review?bug=766524&attachment=327991)
::: ges/ges-audio-source.c
@@ +172,3 @@
+ GESAudioSource *self = GES_AUDIO_SOURCE (object);
+
+ gst_object_unref (self->priv->capsfilter);
First check if it is not NULL, it might be as it is created in create_element.
--
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