[Bug 677386] unhandled exception in d3dvideosink.c ver 0.10.22

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jun 4 21:09:05 PDT 2012


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

--- Comment #2 from Sergei <sergei.vorobyov at facilitylabs.com> 2012-06-04 17:15:29 UTC ---
right, I replaced

sink = gst_element_factory_make ("autovideosink", "directdrawsink");

with

sink = gst_element_factory_make ("directdrawsink", "directdrawsink");

and it fares much better now, for 2.5+ hrs w/o breakdowns.

Will keep watching.

My app repeatedly plays random 5 sec segments from a bunch of gnl-composed
*.avi, *.png, *.jpg, *.mp4, ... media files; just to hard test how reliable the
whole framework is. Frankly, it does not seem reliable so far.

Under Linux (with newer versions of GStreamer and plugins) the same app plays
reliably for weeks, without leaking memory nor breaking down.

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