Added reset button to exposure settings
[harmattan/cameraplus] / lib / qtcamanalysisbin.h
index 8fb29fd..265c15f 100644 (file)
@@ -3,7 +3,7 @@
 /*!
  * This file is part of CameraPlus.
  *
- * Copyright (C) 2012 Mohammed Sameer <msameer@foolab.org>
+ * Copyright (C) 2012-2013 Mohammed Sameer <msameer@foolab.org>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -28,6 +28,7 @@
 
 class QtCamAnalysisBinPrivate;
 class QStringList;
+class QString;
 
 class QtCamAnalysisBin {
 public:
@@ -40,6 +41,8 @@ public:
 
   GstElement *bin();
 
+  QList<GstElement *> lookup(const QString& factory);
+
 private:
   QtCamAnalysisBin(QtCamAnalysisBinPrivate *d);