summaryrefslogtreecommitdiffstats
path: root/ext/mimic/gstmimenc.h
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-07-06 16:24:59 +0100
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-07-07 19:19:52 +0100
commit62619e9d0343ce810581f29ae68d8c98619fe7bc (patch)
treeacb3f3732afc5db3cd344a8fbd278c3ac11d4f27 /ext/mimic/gstmimenc.h
parent6a763f6a471e9fbbd86358b0175498a6af78666e (diff)
downloadgst-plugins-bad-62619e9d0343ce810581f29ae68d8c98619fe7bc.tar.gz
gst-plugins-bad-62619e9d0343ce810581f29ae68d8c98619fe7bc.tar.bz2
gst-plugins-bad-62619e9d0343ce810581f29ae68d8c98619fe7bc.zip
mimenc: Add property for the paused mode
Diffstat (limited to 'ext/mimic/gstmimenc.h')
-rw-r--r--ext/mimic/gstmimenc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/mimic/gstmimenc.h b/ext/mimic/gstmimenc.h
index c21d714f..ca233eb7 100644
--- a/ext/mimic/gstmimenc.h
+++ b/ext/mimic/gstmimenc.h
@@ -54,6 +54,8 @@ struct _GstMimEnc
gint buffer_size;
guint32 frames;
guint16 height, width;
+
+ gboolean paused_mode;
};
struct _GstMimEncClass