gldifferencematte

gldifferencematte

Synopsis

struct              GstGLDifferenceMatte;

Properties

  "location"                 gchar*                : Read / Write

Description

Details

struct GstGLDifferenceMatte

struct GstGLDifferenceMatte {
  GstGLFilter filter;

  GstGLShader *shader[4];

  gchar *location;
  gboolean bg_has_changed;

  guchar *pixbuf;
  gint pbuf_width, pbuf_height;
  GLuint savedbgtexture;
  GLuint newbgtexture;
  GLuint midtexture[4];
  GLuint intexture;
  float kernel[7];
};

Property Details

The "location" property

  "location"                 gchar*                : Read / Write

Background image location.

Default value: NULL