avvidenc: Fix error propagation
authorEdward Hervey <edward@centricular.com>
Fri, 29 Nov 2019 08:25:24 +0000 (09:25 +0100)
committerEdward Hervey <bilboed@bilboed.com>
Fri, 29 Nov 2019 10:33:41 +0000 (11:33 +0100)
commit5a9f3d4bf1a31bd1eba7c86419fc5d1a328694a1
tree9703fb3a380084ab716e8f46afc6266be1a9f7b7
parent9e56619b10e741dc7ffaba63c3001536fe3a8b66
avvidenc: Fix error propagation

Instead of returning the default return value (GST_FLOW_OK), actually
return an error one (res vs ret).
ext/libav/gstavvidenc.c