mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
Remove invalid GST_ERROR() call
This commit is contained in:
parent
b07cd212ac
commit
3c40a9ca56
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue