mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-26 00:58:12 +00:00
curl: remove duplicate assignment
Coverity 1197708
This commit is contained in:
parent
f82d9ec4a9
commit
feede7ddfa
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue