v4l2videoenc: Remove dead code
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Fri, 22 Dec 2017 03:55:49 +0000 (22:55 -0500)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Mon, 8 Jan 2018 22:20:52 +0000 (17:20 -0500)
commita46756bd566f7b8b2c78297680a657f5a39e0797
tree405a59fcd617804704e4bf96ae6d1058565f343c
parent4aa5298f56dbbb87abc3a5d86a93ac84296c9bf1
v4l2videoenc: Remove dead code

gst_v4l2_object_stop() will free and nullify the pool, so the
following if will never be true.

https://bugzilla.gnome.org/show_bug.cgi?id=791338
sys/v4l2/gstv4l2videoenc.c