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
commit20ef6b8c2c14674ae1afcce162517768e014d25f (patch)
tree051b027954ff62843dcc37e6c5a5efd39dd0acd6 /gst/smpte/gstsmpte.h
parentcea94d9130ef92d46589ec8b416acdf5905d7a66 (diff)
- 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;
};