diff options
Diffstat (limited to 'gst/inter/gstintervideosrc.h')
-rw-r--r-- | gst/inter/gstintervideosrc.h | 2 |
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; |