mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-24 08:08:22 +00:00
appsrc: Return FALSE from the seek handler if no seek callback was set
This commit is contained in:
parent
a34fe5df35
commit
611d87ce7a
1 changed files with 1 additions and 1 deletions
|
@ -889,7 +889,7 @@ gst_app_src_do_seek (GstBaseSrc * src, GstSegment * segment)
|
|||
static gboolean
|
||||
gst_app_src_emit_seek (GstAppSrc * appsrc, guint64 offset)
|
||||
{
|
||||
gboolean res;
|
||||
gboolean res = FALSE;
|
||||
gboolean emit;
|
||||
GstAppSrcPrivate *priv = appsrc->priv;
|
||||
|
||||
|
|
Loading…
Reference in a new issue