summaryrefslogtreecommitdiff
path: root/src/writer.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2011-02-20 05:05:53 (GMT)
committerChristian Pointner <equinox@helsinki.at>2011-02-20 05:05:53 (GMT)
commit6f80905b6b976e1355b8556fc3a1dd6288701593 (patch)
treea8151c8fec21a3b517cac33a4b7326393b62fb5b /src/writer.h
parent14e6a00caae8edd1022bb2c5a2c4dde1b1bc0b5a (diff)
no app sink anymore
tests with clocks
Diffstat (limited to 'src/writer.h')
-rw-r--r--src/writer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/writer.h b/src/writer.h
index 7ef5c26..5189f50 100644
--- a/src/writer.h
+++ b/src/writer.h
@@ -32,6 +32,8 @@
struct writer_struct {
GstElement* sink_;
+ GstClock* clock_;
+ GstClockID clock_id_;
GThread* thread_;
const char* name_format_;
const char* output_dir_;