summaryrefslogtreecommitdiffstats
path: root/gst/smpte/gstsmpte.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2002-10-13 18:46:10 +0000
committerWim Taymans <wim.taymans@gmail.com>2002-10-13 18:46:10 +0000
commite5c5f6be80792dbfc5db2906cc1564fb08d6aa41 (patch)
treeffecd036e8c523917e4ca359bbfcc84d7d602495 /gst/smpte/gstsmpte.h
parent9b067365c95ee0d987a74acd10a9c9890abab5db (diff)
downloadgst-plugins-bad-e5c5f6be80792dbfc5db2906cc1564fb08d6aa41.tar.gz
gst-plugins-bad-e5c5f6be80792dbfc5db2906cc1564fb08d6aa41.tar.bz2
gst-plugins-bad-e5c5f6be80792dbfc5db2906cc1564fb08d6aa41.zip
- reimplemented using organic masks, rendered with gouraud shaded triangles
Original commit message from CVS: - reimplemented using organic masks, rendered with gouraud shaded triangles - implemented more masks - implemented adjustable border
Diffstat (limited to 'gst/smpte/gstsmpte.h')
-rw-r--r--gst/smpte/gstsmpte.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/smpte/gstsmpte.h b/gst/smpte/gstsmpte.h
index 5ba6278a..5c863890 100644
--- a/gst/smpte/gstsmpte.h
+++ b/gst/smpte/gstsmpte.h
@@ -53,6 +53,9 @@ struct _GstSMPTE {
*sinkpad2;
gint type;
+ gint fps;
+ gint border;
+ gint depth;
GstMask *mask;
};