Skip to content
Snippets Groups Projects
Commit ada43d69 authored by Leo Singer's avatar Leo Singer
Browse files
parents d37c0a31 6986f4cd
No related branches found
No related tags found
No related merge requests found
......@@ -258,7 +258,7 @@ static GstFlowReturn transform( GstBaseTransform *trans, GstBuffer *inbuf, GstBu
guint delaysize = element->unit_size*element->delay;
guint64 delaytime;
if ( GST_BUFFER_SIZE(inbuf) < delaysize )
if ( GST_BUFFER_SIZE(inbuf) <= delaysize )
/* drop entire buffer */
{
if ( !element->silent )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment