mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
rmdemux: Actually return the return value for the seek handling.
This commit is contained in:
parent
df349f9359
commit
29b34e049c
1 changed files with 1 additions and 1 deletions
|
@ -607,7 +607,7 @@ done:
|
|||
/* streaming can continue now */
|
||||
GST_PAD_STREAM_UNLOCK (rmdemux->sinkpad);
|
||||
|
||||
return TRUE;
|
||||
return ret;
|
||||
|
||||
error:
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue