rmdemux: Actually return the return value for the seek handling.

This commit is contained in:
Edward Hervey 2009-04-21 20:21:11 +02:00
parent df349f9359
commit 29b34e049c

View file

@ -607,7 +607,7 @@ done:
/* streaming can continue now */
GST_PAD_STREAM_UNLOCK (rmdemux->sinkpad);
return TRUE;
return ret;
error:
{