[Bug 748337] ksvideosrc dropping frames

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Apr 25 06:12:12 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=748337

--- Comment #4 from Philippe Renon <philippe_renon at yahoo.fr> ---
I have been able to build gstreamer using cerbero! I am building 1.4 with mingw
on windows 7. Build had only two minor hiccups:

1- problem with certificates which I worked around with this change:

diff --git a/cerbero/bootstrap/windows.py b/cerbero/bootstrap/windows.py
index 71010f9..9d11456 100644
--- a/cerbero/bootstrap/windows.py
+++ b/cerbero/bootstrap/windows.py
@@ -136,7 +136,7 @@ class WindowsBootstrapper(BootstrapperBase):
         else:
             inst_path = os.path.join(self.prefix,
'x86_64-w64-mingw32/include/GL/wglext.h')
         gl_header = 'http://www.opengl.org/registry/api/GL/wglext.h'
-        shell.download(gl_header, inst_path)
+        shell.download(gl_header, inst_path, False, False)

     def install_bin_deps(self):
         # FIXME: build intltool as part of the build tools bootstrap

2- failure to build libtag which I simply skipped.

I then did a number of tests around ksvideosrc. See next comment...

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