~ubuntu-branches/ubuntu/quantal/gst-plugins-bad-multiverse0.10/quantal

« back to all changes in this revision

Viewing changes to gst/videosignal/gstvideodetect.h

  • Committer: Bazaar Package Importer
  • Author(s): Onkar Shinde
  • Date: 2009-12-07 08:54:28 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20091207085428-ml6aaukf0p2ph34d
Tags: 0.10.17-0ubuntu1
* New upstream release.
* Add myself to maintainer.
* Fix misc lintian warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#define __GST_VIDEO_DETECT_H__
22
22
 
23
23
#include <gst/video/gstvideofilter.h>
 
24
#include <gst/video/video.h>
24
25
 
25
26
G_BEGIN_DECLS
26
27
 
47
48
  GstVideoFilter videofilter;
48
49
  
49
50
  gint width, height;
50
 
  guint32 format;
 
51
  GstVideoFormat format;
51
52
 
52
53
  gboolean message;
53
54
  gint pattern_width;