summaryrefslogtreecommitdiffstats
path: root/ext/raw1394/gstdv1394src.h
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2009-09-09 17:51:19 -0700
committerDavid Schleef <ds@schleef.org>2009-09-09 18:19:56 -0700
commit3dc2c2472c0b70a05b09c2248e9c332fdb08b98d (patch)
tree892d68dfd5be62647d5a43fd723f29badd8624b2 /ext/raw1394/gstdv1394src.h
parenta9909c1abfd11787954baaf87676505d57da6fae (diff)
dv1394src: Add a clock based on isochronous cycle counter
Partial fix for #169383.
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 {