omxvideoenc: Remove spurious locking
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Sat, 8 Sep 2018 02:57:30 +0000 (22:57 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Mon, 10 Sep 2018 21:09:11 +0000 (17:09 -0400)
commita84badc5c4fd7d02937cea8eed23c80579a04c9f
treeff021ecebd2d6b617c898cf79b6de153f8732609
parentd80504afcc3902dc7f7f5be18af908c45a8cb094
omxvideoenc: Remove spurious locking

The method we call in the context of pushing a buffer are all thread
safe. Holding a lock would prevent input buffers from being queued while
pushing.

https://bugzilla.gnome.org/show_bug.cgi?id=715192
omx/gstomxvideoenc.c