~ubuntu-branches/ubuntu/precise/gst-plugins-bad0.10/precise-proposed

« back to all changes in this revision

Viewing changes to gst/camerabin/gstcamerabin.h

Tags: upstream-0.10.17.2
Import upstream version 0.10.17.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#include <gst/gstbin.h>
29
29
#include <gst/interfaces/photography.h>
30
30
 
 
31
#include "gstcamerabin-enum.h"
31
32
#include "camerabinimage.h"
32
33
#include "camerabinvideo.h"
33
34
 
58
59
 
59
60
  /* private */
60
61
  GString *filename;
61
 
  gint mode;                    /* MODE_IMAGE or MODE_VIDEO */
62
 
  gboolean stop_requested;      /* TRUE if capturing stop needed */
63
 
  gboolean paused;              /* TRUE if capturing paused */
 
62
  gint mode;                      /* MODE_IMAGE or MODE_VIDEO */
 
63
  GstCameraBinFlags flags;
 
64
  gboolean stop_requested;        /* TRUE if capturing stop needed */
 
65
  gboolean paused;                /* TRUE if capturing paused */
64
66
 
65
67
  /* resolution and frames per second of image captured by v4l2 device */
66
68
  gint width;