From 2a255cca8b11df7e77e25b337413ea8ab8ab8502 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 9 Jan 2012 08:40:48 +0100 Subject: [PATCH] wrappercamerabinsrc: GstBaseCameraSrc is the base class, not GstBin --- gst/camerabin2/gstwrappercamerabinsrc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/camerabin2/gstwrappercamerabinsrc.c b/gst/camerabin2/gstwrappercamerabinsrc.c index e0f52df..8c2634a 100644 --- a/gst/camerabin2/gstwrappercamerabinsrc.c +++ b/gst/camerabin2/gstwrappercamerabinsrc.c @@ -48,7 +48,7 @@ GST_DEBUG_CATEGORY (wrapper_camera_bin_src_debug); #define gst_wrapper_camera_bin_src_parent_class parent_class G_DEFINE_TYPE (GstWrapperCameraBinSrc, gst_wrapper_camera_bin_src, - GST_TYPE_BIN); + GST_TYPE_BASE_CAMERA_SRC); static void set_capsfilter_caps (GstWrapperCameraBinSrc * self, GstCaps * new_caps); -- 2.7.4