diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2002-10-13 18:46:10 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2002-10-13 18:46:10 +0000 |
commit | e5c5f6be80792dbfc5db2906cc1564fb08d6aa41 (patch) | |
tree | ffecd036e8c523917e4ca359bbfcc84d7d602495 /gst/smpte/gstsmpte.h | |
parent | 9b067365c95ee0d987a74acd10a9c9890abab5db (diff) | |
download | gst-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.h | 3 |
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; }; |