FreeBSD. The official GNOME 2.22 release notes can be found at http://library.gnome.org/misc/release-notes/2.22/ . On the FreeBSD front, this release features an updated hal port with support for video4linux devices, DRM (Direct Rendering), and better support of removable media. Work is also underway to tie webkit more closely into GNOME. As part of the GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well. Be sure to consult UPDATING on the proper steps to upgrade all of your GNOME ports. This release would not have been possible without the contributions and testing efforts of the following people: Pawel Worach kan edwin Peter Ulrich Kruppa J. W. Ballantine Yasuda Keisuke Andriy Gapon
11 lines
293 B
C
11 lines
293 B
C
--- sys/v4l/gstv4lelement.h.orig 2008-02-23 15:31:39.000000000 -0500
|
|
+++ sys/v4l/gstv4lelement.h 2008-02-23 15:32:00.000000000 -0500
|
|
@@ -91,6 +91,8 @@ struct _GstV4lElement {
|
|
/* X-overlay */
|
|
GstV4lXv *xv;
|
|
gulong xwindow_id;
|
|
+
|
|
+ gboolean use_read;
|
|
};
|
|
|
|
struct _GstV4lElementClass {
|