summaryrefslogtreecommitdiff
path: root/gst/inter/gstintervideosrc.h
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2012-01-22 15:49:12 -0800
committerDavid Schleef <ds@schleef.org>2012-01-22 15:52:15 -0800
commit4eb4602746e6d9ed78b2d822d189a33e099f8836 (patch)
tree8100416e1e3e9070c3f48f95e7be92a724b69015 /gst/inter/gstintervideosrc.h
parente2abd5c83390032531f4470cc9356119cecb44e6 (diff)
downloadgstreamer-plugins-bad-4eb4602746e6d9ed78b2d822d189a33e099f8836.tar.gz
inter: Add channel property
Diffstat (limited to 'gst/inter/gstintervideosrc.h')
-rw-r--r--gst/inter/gstintervideosrc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/inter/gstintervideosrc.h b/gst/inter/gstintervideosrc.h
index e7a3cd045..100c21489 100644
--- a/gst/inter/gstintervideosrc.h
+++ b/gst/inter/gstintervideosrc.h
@@ -41,6 +41,8 @@ struct _GstInterVideoSrc
GstInterSurface *surface;
+ char *channel;
+
GstVideoFormat format;
int fps_n;
int fps_d;