[gstreamer-bugs] [Bug 603986] gstdshowvideosink not releasing the filter media event interface

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Dec 8 01:25:22 PST 2009


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

--- Comment #3 from Stephen McNamara <steve.mcnamara at ultra-sml.com> 2009-12-08 09:25:20 UTC ---
The fix to release the filter_media_event interface has been tested in our
download of the OSSBuild project.

Simply pasting:

  if (sink->filter_media_event) {
    sink->filter_media_event->Release();
    sink->filter_media_event = NULL;
  }

into the end of 'dshowvideosink_stop (GstBaseSink * bsink)' fixes the issue.

Apologies for the header file error - I manually added the header change to a
downloaded version of your main trunk header file.

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