mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
basetransform: remove unreachable return statement
https://bugzilla.gnome.org/show_bug.cgi?id=753538
This commit is contained in:
parent
9b0287cfa4
commit
039ac81ee3
1 changed files with 0 additions and 2 deletions
|
@ -2210,8 +2210,6 @@ no_buffer:
|
||||||
gst_flow_get_name (ret));
|
gst_flow_get_name (ret));
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
return GST_FLOW_OK;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* FIXME, getrange is broken, need to pull range from the other
|
/* FIXME, getrange is broken, need to pull range from the other
|
||||||
|
|
Loading…
Reference in a new issue