summaryrefslogtreecommitdiff
path: root/gst-vocschnipselssink/src/gstvocschnipselsink.h
diff options
context:
space:
mode:
authorMaZderMind <github@mazdermind.de>2014-07-28 23:39:06 +0200
committerMaZderMind <github@mazdermind.de>2014-07-28 23:39:06 +0200
commit52b6625b131ae569bcc96a45aabdfd5a731c2914 (patch)
tree2d8d977aca651a4c1fa6e381ff050c5f7c7faab6 /gst-vocschnipselssink/src/gstvocschnipselsink.h
parent4d9ef5cb66e9ce657b7fd59540cac1e1846e4124 (diff)
configure via properties
Diffstat (limited to 'gst-vocschnipselssink/src/gstvocschnipselsink.h')
-rw-r--r--gst-vocschnipselssink/src/gstvocschnipselsink.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gst-vocschnipselssink/src/gstvocschnipselsink.h b/gst-vocschnipselssink/src/gstvocschnipselsink.h
index ae292a4..220aac2 100644
--- a/gst-vocschnipselssink/src/gstvocschnipselsink.h
+++ b/gst-vocschnipselssink/src/gstvocschnipselsink.h
@@ -76,9 +76,10 @@ struct _GstVocSchnipselSink
GstPad *sinkpad;
- gboolean silent;
+ gchar *location;
FILE *file;
- int frames;
+ guint64 frames;
+ guint64 maxframes;
int n_streamheaders;
GstBuffer **streamheaders;