mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +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
|
||||
gst_curl_base_sink_render (GstBaseSink * bsink, GstBuffer * buf)
|
||||
{
|
||||
GstCurlBaseSink *sink = GST_CURL_BASE_SINK (bsink);
|
||||
GstCurlBaseSink *sink;
|
||||
GstMapInfo map;
|
||||
guint8 *data;
|
||||
size_t size;
|
||||
|
|
Loading…
Reference in a new issue