basecamerasrc: comment cleanups
authorStefan Kost <ensonic@users.sf.net>
Thu, 9 Dec 2010 10:21:16 +0000 (12:21 +0200)
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>
Thu, 23 Dec 2010 15:11:59 +0000 (12:11 -0300)
gst/camerabin2/gstbasecamerasrc.c

index fac9c43..24e37eb 100644 (file)
@@ -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)
 {