curl: remove duplicate assignment
Coverity 1197708
This commit is contained in:
parent
f82d9ec4a9
commit
feede7ddfa
@ -333,7 +333,7 @@ gst_curl_base_sink_is_live (GstCurlBaseSink * sink)
|
|||||||
static GstFlowReturn
|
static GstFlowReturn
|
||||||
gst_curl_base_sink_render (GstBaseSink * bsink, GstBuffer * buf)
|
gst_curl_base_sink_render (GstBaseSink * bsink, GstBuffer * buf)
|
||||||
{
|
{
|
||||||
GstCurlBaseSink *sink = GST_CURL_BASE_SINK (bsink);
|
GstCurlBaseSink *sink;
|
||||||
GstMapInfo map;
|
GstMapInfo map;
|
||||||
guint8 *data;
|
guint8 *data;
|
||||||
size_t size;
|
size_t size;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user