How can I install gstreamer plugins on Microsoft Windows 8.1?
Tim Müller
tim at centricular.com
Thu Aug 20 09:53:37 PDT 2015
On Thu, 2015-08-20 at 08:48 -0700, Giacomo D wrote:
Hi Giacomo,
> I have downloaded
> http://gstreamer.freedesktop.org/data/pkg/windows/1.5.2/gstreamer-1.0-x86_64-1.5.2.msi
> and installed it on my PC with Microsoft Windows 8.1.
> Now, when I run my test (on Ubuntu) application I get an error like this:
>
> self.v4lsrc1.set_property("device", "/dev/video0")
> AttributeError: "NoneType" object has no attribute set_property
>
>
> Is it possible that I haven't installed base, ugly and bad gstreamer
> plugins? If yes, how I can do it?
I don't have the rest of your code for context, but my guess would be
that you tried to create a "v4l2src" element on Windows, and that
returned NULL, because v4l2 is a Linux/*nix-specific API and the element
doesn't exist on Windows.
"ksvideosrc" should exist on Windows.
Cheers
-Tim
--
Tim Müller, Centricular Ltd - http://www.centricular.com
Join us at the GStreamer Conference: 8-9 October 2015 in Dublin, Ireland
More information about the gstreamer-devel
mailing list