mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +00:00
media: Return FALSE if seeking is not supported
This commit is contained in:
parent
d138f79da0
commit
33dc78209c
1 changed files with 1 additions and 1 deletions
|
@ -1325,7 +1325,7 @@ not_seekable:
|
|||
{
|
||||
g_rec_mutex_unlock (&priv->state_lock);
|
||||
GST_INFO ("pipeline is not seekable");
|
||||
return TRUE;
|
||||
return FALSE;
|
||||
}
|
||||
not_supported:
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue