[xvimagesink] Fixed ifdef statement in gst_xvimagesink_xwindow_clear()
authorSangchul Lee <sc11.lee@samsung.com>
Fri, 3 May 2013 13:03:08 +0000 (22:03 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Fri, 3 May 2013 13:03:08 +0000 (22:03 +0900)
Change-Id: I06ac1c6ff8016ef1226a3ef0e0de5f2d2d1b28ef

packaging/gst-plugins-base.spec
sys/xvimage/xvimagesink.c

index e7258bf..c5616a9 100644 (file)
@@ -1,7 +1,7 @@
 Name:       gst-plugins-base
 Summary:    GStreamer streaming media framework base plug-ins
 Version:    0.10.36
-Release:    22
+Release:    23
 Group:      Applications/Multimedia
 License:    LGPLv2+
 Source0:    %{name}-%{version}.tar.gz
index a55c9fd..9cbb0bc 100644 (file)
@@ -2174,7 +2174,7 @@ gst_xvimagesink_xwindow_clear (GstXvImageSink * xvimagesink,
 
   XvStopVideo (xvimagesink->xcontext->disp, xvimagesink->xcontext->xv_port_id,
       xwindow->win);
-#ifndef GST_EXT_XV_ENHANCEMENT
+#ifdef GST_EXT_XV_ENHANCEMENT
   /* Preview area is not updated before other UI is updated in the screen. */
   XSetForeground (xvimagesink->xcontext->disp, xwindow->gc,
       xvimagesink->xcontext->black);