[gstreamer-bugs] [Bug 366523] New: [PATCH] fix directdraw playback and vs8 fixes

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sat Oct 28 14:45:03 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=366523

  GStreamer | gst-plugins-bad | Ver: HEAD CVS

           Summary: [PATCH] fix directdraw playback and vs8 fixes
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Windows
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: sergey.scobich at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Hi,

directdrawsink doesn't display the video for me, because ddraw fails on BltFast
telling that clipper was not set on surface. Clipper is set too early on
HWND=(NULL) because the code doesn't wait for window creation.

I implemented and attached the patch waiting for output window creation on max
timeout 10 sec.

patch summary:
waiting for output window creation on max timeout 10 sec.
use HAVE_UNISTD_H
adding needed libs in vs8 project files.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list