summaryrefslogtreecommitdiffstats
path: root/ext/raw1394/gstdv1394src.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/raw1394/gstdv1394src.h')
-rw-r--r--ext/raw1394/gstdv1394src.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/raw1394/gstdv1394src.h b/ext/raw1394/gstdv1394src.h
index 0e750dc8..bf9a3e07 100644
--- a/ext/raw1394/gstdv1394src.h
+++ b/ext/raw1394/gstdv1394src.h
@@ -24,6 +24,7 @@
#include <gst/gst.h>
#include <gst/base/gstpushsrc.h>
+#include "gst1394clock.h"
#include <libraw1394/raw1394.h>
#ifdef HAVE_LIBIEC61883
@@ -82,6 +83,8 @@ struct _GstDV1394Src {
#ifdef HAVE_LIBIEC61883
iec61883_dv_fb_t iec61883dv;
#endif
+
+ Gst1394Clock *provided_clock;
};
struct _GstDV1394SrcClass {