gst-plugins-bad: wrappercamerabinsrc: Remove dead definition

Thiago Sousa Santos thiagoss at kemper.freedesktop.org
Fri Mar 11 13:41:34 PST 2011


Module: gst-plugins-bad
Branch: master
Commit: b38bf372185d4687e05ca68bddac1f0b07fd678f
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=b38bf372185d4687e05ca68bddac1f0b07fd678f

Author: Robert Swain <robert.swain at collabora.co.uk>
Date:   Fri Mar  4 15:53:42 2011 +0100

wrappercamerabinsrc: Remove dead definition

This definition is unused in this code.

---

 gst/camerabin2/gstwrappercamerabinsrc.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/gst/camerabin2/gstwrappercamerabinsrc.c b/gst/camerabin2/gstwrappercamerabinsrc.c
index 74ff324..81baca3 100644
--- a/gst/camerabin2/gstwrappercamerabinsrc.c
+++ b/gst/camerabin2/gstwrappercamerabinsrc.c
@@ -40,9 +40,6 @@ enum
   PROP_VIDEO_SRC
 };
 
-/* Using "bilinear" as default zoom method */
-#define CAMERABIN_DEFAULT_ZOOM_METHOD 1
-
 GST_DEBUG_CATEGORY (wrapper_camera_bin_src_debug);
 #define GST_CAT_DEFAULT wrapper_camera_bin_src_debug
 



More information about the gstreamer-commits mailing list