media: Return FALSE if seeking is not supported

This commit is contained in:
Youness Alaoui 2013-09-09 21:51:23 -04:00 committed by Wim Taymans
parent d138f79da0
commit 33dc78209c

View file

@ -1325,7 +1325,7 @@ not_seekable:
{ {
g_rec_mutex_unlock (&priv->state_lock); g_rec_mutex_unlock (&priv->state_lock);
GST_INFO ("pipeline is not seekable"); GST_INFO ("pipeline is not seekable");
return TRUE; return FALSE;
} }
not_supported: not_supported:
{ {