Fix broken build due to syntax error
authorReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Wed, 14 Dec 2016 21:29:08 +0000 (13:29 -0800)
committerReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Wed, 14 Dec 2016 21:32:16 +0000 (13:32 -0800)
Problem was introduced by 8716c23e2b0553db2982eb84c437f493c974385e

omx/gstomx.c

index 6de1b03..f9b41eb 100644 (file)
@@ -1343,7 +1343,7 @@ retry:
       GST_DEBUG_OBJECT (comp->parent, "Component %s port %d signalled EOS",
           comp->name, port->index);
       ret = GST_OMX_ACQUIRE_BUFFER_EOS;
-      port->eos = FALSE
+      port->eos = FALSE;
       goto done;
     }
   }