building plugins-base-0.10.36

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

building plugins-base-0.10.36

Chuck Crisler-2
The configure script seems to include /linux/videodev.h to check for VID_TYPE_MPEG_ENCODER (= 2048). However, I don't have that file installed. Instead I have videodev2.h which does define VID_TYPE_MPEG_ENCODER. Is this an error in the script or should I also find and install videodev.h?

Thank you,
Chuck Crisler

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: building plugins-base-0.10.36

Tim-Philipp Müller-2
On Thu, 2012-08-09 at 09:31 -0400, Chuck Crisler wrote:

> The configure script seems to include /linux/videodev.h to check for
> VID_TYPE_MPEG_ENCODER (= 2048). However, I don't have that file
> installed. Instead I have videodev2.h which does define
> VID_TYPE_MPEG_ENCODER. Is this an error in the script or should I also
> find and install videodev.h?

No, that is ancient API that has been removed in the kernel a while
back.

You are looking for the v4l2 plugin which is in gst-plugins-good.

Cheers
 -Tim

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel