diff options
author | MaZderMind <github@mazdermind.de> | 2014-07-28 23:39:06 +0200 |
---|---|---|
committer | MaZderMind <github@mazdermind.de> | 2014-07-28 23:39:06 +0200 |
commit | 52b6625b131ae569bcc96a45aabdfd5a731c2914 (patch) | |
tree | 2d8d977aca651a4c1fa6e381ff050c5f7c7faab6 /gst-vocschnipselssink/src/gstvocschnipselsink.h | |
parent | 4d9ef5cb66e9ce657b7fd59540cac1e1846e4124 (diff) |
configure via properties
Diffstat (limited to 'gst-vocschnipselssink/src/gstvocschnipselsink.h')
-rw-r--r-- | gst-vocschnipselssink/src/gstvocschnipselsink.h | 5 |
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; |