Remove invalid GST_ERROR() call

This commit is contained in:
Sebastian Dröge 2012-09-14 13:31:21 +02:00
parent b07cd212ac
commit 3c40a9ca56

View file

@ -574,8 +574,6 @@ retry:
* let's handle it gracefully by allocating a new buffer for the current
* caps and filling it
*/
GST_ERROR_OBJECT (self, "No corresponding frame found");
if (idx >= self->n_input_buffers)
goto invalid_buffer_index;