summaryrefslogtreecommitdiff
path: root/omx/gstomxvideoenc.h
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-11-12 11:29:48 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-11-12 11:29:48 +0100
commit2481ceb8c41c0f3bbbfe2579d2e6299397905540 (patch)
tree627b1b20b8dd2578df8db9aa77a406c212ad6256 /omx/gstomxvideoenc.h
parentbced70525a022e3f856f51c5ed78bc0493cd8967 (diff)
downloadgst-omx-2481ceb8c41c0f3bbbfe2579d2e6299397905540.tar.gz
omx: Update to new GLib thread API
Diffstat (limited to 'omx/gstomxvideoenc.h')
-rw-r--r--omx/gstomxvideoenc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/omx/gstomxvideoenc.h b/omx/gstomxvideoenc.h
index 41ad7c8..a0cd3ff 100644
--- a/omx/gstomxvideoenc.h
+++ b/omx/gstomxvideoenc.h
@@ -65,8 +65,8 @@ struct _GstOMXVideoEnc
GstClockTime last_upstream_ts;
/* Draining state */
- GMutex *drain_lock;
- GCond *drain_cond;
+ GMutex drain_lock;
+ GCond drain_cond;
/* TRUE if EOS buffers shouldn't be forwarded */
gboolean draining;