appsrc: Return FALSE from the seek handler if no seek callback was set
This commit is contained in:
parent
a34fe5df35
commit
611d87ce7a
@ -889,7 +889,7 @@ gst_app_src_do_seek (GstBaseSrc * src, GstSegment * segment)
|
|||||||
static gboolean
|
static gboolean
|
||||||
gst_app_src_emit_seek (GstAppSrc * appsrc, guint64 offset)
|
gst_app_src_emit_seek (GstAppSrc * appsrc, guint64 offset)
|
||||||
{
|
{
|
||||||
gboolean res;
|
gboolean res = FALSE;
|
||||||
gboolean emit;
|
gboolean emit;
|
||||||
GstAppSrcPrivate *priv = appsrc->priv;
|
GstAppSrcPrivate *priv = appsrc->priv;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user