[gstreamer-bugs] [Bug 613346] [dshowvideosink] Add support for updating video caps

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Mar 19 13:15:01 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=613346
  GStreamer | gst-plugins-bad | 0.10.18

--- Comment #2 from Raimo Järvi <raimo.jarvi at gmail.com> 2010-03-19 20:14:55 UTC ---
Error 80040210 is VFW_E_BUFFERS_OUTSTANDING, i.e. "One or more buffers are
still active". I never get this error, but maybe the old buffers need to be
flushed before changing media type. Can you try adding this before the call to
StartUsingOutputPin:

pin->Flush();

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