summaryrefslogtreecommitdiffstats
path: root/gst/smpte/gstsmpte.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2005-05-06 19:55:22 +0000
committerWim Taymans <wim.taymans@gmail.com>2005-05-06 19:55:22 +0000
commit556e8a62393ac4816a9947d92fd07565e0bbf775 (patch)
treee17ead54a4e6638c79748913ce033fe3e416fb53 /gst/smpte/gstsmpte.h
parentbc885a1aea303533ff240b6752632c446ffce310 (diff)
Ported 2 more plugins. usgly hack in the Makefile.am though, I'm sure someone will fix it.
Original commit message from CVS: * configure.ac: * ext/aalib/Makefile.am: * ext/aalib/gstaasink.c: (gst_aasink_get_type), (gst_aasink_class_init), (gst_aasink_fixate), (gst_aasink_setcaps), (gst_aasink_init), (gst_aasink_get_times), (gst_aasink_render), (gst_aasink_set_property), (gst_aasink_get_property), (gst_aasink_open), (gst_aasink_close), (gst_aasink_change_state): * ext/aalib/gstaasink.h: * gst/smpte/Makefile.am: * gst/smpte/gstsmpte.c: (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_collected): * gst/smpte/gstsmpte.h: Ported 2 more plugins. usgly hack in the Makefile.am though, I'm sure someone will fix it.
Diffstat (limited to 'gst/smpte/gstsmpte.h')
-rw-r--r--gst/smpte/gstsmpte.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/smpte/gstsmpte.h b/gst/smpte/gstsmpte.h
index 2142c054..107ccc0d 100644
--- a/gst/smpte/gstsmpte.h
+++ b/gst/smpte/gstsmpte.h
@@ -22,6 +22,8 @@
#define __GST_SMPTE_H__
#include <gst/gst.h>
+#include <gst/base/gstcollectpads.h>
+
#include "gstmask.h"
#define GST_TYPE_SMPTE \
@@ -53,6 +55,8 @@ struct _GstSMPTE {
*sinkpad1,
*sinkpad2;
+ GstCollectPads *collect;
+
gint type;
gint border;
gint depth;