mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 10:38:27 +00:00
ext/ffmpeg/gstffmpegdec.c: Hi, I'm a memleak
Original commit message from CVS: * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain): Hi, I'm a memleak
This commit is contained in:
parent
f49587b477
commit
2f2827a890
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-05-16 Benjamin Otte <otte@gnome.org>
|
||||
|
||||
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
|
||||
Hi, I'm a memleak
|
||||
|
||||
2004-05-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
|
|
|
@ -468,8 +468,11 @@ gst_ffmpegdec_chain (GstPad * pad, GstData * _data)
|
|||
GST_ELEMENT_ERROR (ffmpegdec, CORE, NEGOTIATION, (NULL),
|
||||
("Failed to link ffmpeg decoder (%s) to next element",
|
||||
oclass->in_plugin->name));
|
||||
if (caps != NULL)
|
||||
gst_caps_free (caps);
|
||||
return;
|
||||
}
|
||||
gst_caps_free (caps);
|
||||
}
|
||||
|
||||
GST_BUFFER_TIMESTAMP (outbuf) = GST_BUFFER_TIMESTAMP (inbuf);
|
||||
|
|
Loading…
Reference in a new issue