summaryrefslogtreecommitdiffstats
path: root/ext/mimic/gstmimenc.h
diff options
context:
space:
mode:
authorOlivier Crete <olivier.crete@collabora.co.uk>2008-07-04 22:07:13 +0000
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-03-03 14:34:06 -0500
commit50d366b0f538c40bd027f34b06c070f954b17885 (patch)
tree455ecddbcbdfffa4b6c40f0ea92f152057fd8c03 /ext/mimic/gstmimenc.h
parent6c6a95130b80e50c5ab27c375bfe5c30b872496d (diff)
downloadgst-plugins-bad-50d366b0f538c40bd027f34b06c070f954b17885.tar.gz
gst-plugins-bad-50d366b0f538c40bd027f34b06c070f954b17885.tar.bz2
gst-plugins-bad-50d366b0f538c40bd027f34b06c070f954b17885.zip
[MOVED FROM GST-P-FARSIGHT] Add proper locking to mimenc
20080704220713-3e2dc-6a22d1a423716e8b84bc3bda9986a1b4ff0c0d37.gz
Diffstat (limited to 'ext/mimic/gstmimenc.h')
-rw-r--r--ext/mimic/gstmimenc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mimic/gstmimenc.h b/ext/mimic/gstmimenc.h
index c037f88c..77b0a783 100644
--- a/ext/mimic/gstmimenc.h
+++ b/ext/mimic/gstmimenc.h
@@ -49,6 +49,7 @@ struct _GstMimEnc
GstPad *sinkpad, *srcpad;
+ /* Protected by the object lock */
MimCtx *enc;
MimicResEnum res;