From 17d5914c59adea0bf1385d591eb3b07c4326c2f4 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Thu, 9 Dec 2010 12:21:16 +0200 Subject: [PATCH] basecamerasrc: comment cleanups --- gst/camerabin2/gstbasecamerasrc.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/gst/camerabin2/gstbasecamerasrc.c b/gst/camerabin2/gstbasecamerasrc.c index fac9c43dee..24e37ebf8c 100644 --- a/gst/camerabin2/gstbasecamerasrc.c +++ b/gst/camerabin2/gstbasecamerasrc.c @@ -68,7 +68,7 @@ GST_STATIC_PAD_TEMPLATE (GST_BASE_CAMERA_SRC_VIDEO_PAD_NAME, GST_PAD_ALWAYS, GST_STATIC_CAPS_ANY); -/* note: we could provide a vmethod for derived class to overload to provide +/* NOTE: we could provide a vmethod for derived class to overload to provide * it's own implementation of interface.. but in all cases I can think of at * moment, either the camerasrc itself, or some element within the bin, will * be implementing the interface.. @@ -301,10 +301,6 @@ gst_base_camera_src_finish_capture (GstBaseCameraSrc * self) g_object_notify (G_OBJECT (self), "ready-for-capture"); } - -/** - * - */ static void gst_base_camera_src_dispose (GObject * object) {