Fix gst-plugins-base-0.10.29.bb
authorschon <schon@dev03-server>
Tue, 15 Jun 2010 01:09:40 +0000 (10:09 +0900)
committerschon <schon@dev03-server>
Tue, 15 Jun 2010 01:09:40 +0000 (10:09 +0900)
recipes/gstreamer/gst-plugins-base/jsseek_have_x.patch [new file with mode: 0644]
recipes/gstreamer/gst-plugins-base_0.10.28.bb [changed mode: 0755->0644]
recipes/gstreamer/gst-plugins-base_0.10.29.bb

diff --git a/recipes/gstreamer/gst-plugins-base/jsseek_have_x.patch b/recipes/gstreamer/gst-plugins-base/jsseek_have_x.patch
new file mode 100644 (file)
index 0000000..fd4822c
--- /dev/null
@@ -0,0 +1,15 @@
+diff --git a/tests/examples/seek/jsseek.c b/tests/examples/seek/jsseek.c
+index 16167e4..dd51990 100644
+--- a/tests/examples/seek/jsseek.c
++++ b/tests/examples/seek/jsseek.c
+@@ -3007,8 +3007,10 @@ main (int argc, char **argv)
+    * asks for the XID of the window to render onto */
+   gtk_widget_realize (window);
++#ifdef HAVE_X
+   /* we should have the XID now */
+   g_assert (embed_xid != 0);
++#endif
+   if (verbose) {
+     g_signal_connect (pipeline, "deep_notify",
old mode 100755 (executable)
new mode 100644 (file)
index 1b9febe..cee475c 100644 (file)
@@ -6,7 +6,8 @@ file://playbin2-If-a-text-sink-is-provided-let-subtitle-p.patch;patch=1 "
 
 SRC_URI_append_vuplus = " file://samihack.patch;patch=1 \
 file://playbin2-Set-subtitle-encoding-on-the-decodebins-a.patch;patch=1 \
-file://playbin2-If-a-text-sink-is-provided-let-subtitle-p.patch;patch=1 "
+file://playbin2-If-a-text-sink-is-provided-let-subtitle-p.patch;patch=1 \
+file://jsseek_have_x.patch;patch=1 "
 
 PR = "${INC_PR}.0"