diff options
Diffstat (limited to 'omx/gstomxvideoenc.h')
-rw-r--r-- | omx/gstomxvideoenc.h | 4 |
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; |