[gst-cvs] gst-plugins-bad: [MOVED FROM GST-P-FARSIGHT] Remove leak
Olivier Crête
tester at kemper.freedesktop.org
Tue Mar 3 14:19:59 PST 2009
Module: gst-plugins-bad
Branch: master
Commit: 7b80bac3ab0b3eb9f2e5a05594ef0153b26a8ad4
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=7b80bac3ab0b3eb9f2e5a05594ef0153b26a8ad4
Author: Olivier Crete <olivier.crete at collabora.co.uk>
Date: Fri Jul 4 21:59:36 2008 +0000
[MOVED FROM GST-P-FARSIGHT] Remove leak
20080704215936-3e2dc-22d992f98c9931f062662fc05f1ce65bc97f619a.gz
---
ext/mimic/gstmimdec.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/ext/mimic/gstmimdec.c b/ext/mimic/gstmimdec.c
index 5cf1a5f..fa70af7 100644
--- a/ext/mimic/gstmimdec.c
+++ b/ext/mimic/gstmimdec.c
@@ -161,12 +161,9 @@ gst_mimdec_chain (GstPad *pad, GstBuffer *in)
mimdec = GST_MIMDEC (gst_pad_get_parent (pad));
g_return_val_if_fail (GST_IS_MIMDEC (mimdec), GST_FLOW_ERROR);
- g_return_val_if_fail(GST_PAD_IS_LINKED(mimdec->srcpad), GST_FLOW_ERROR);
-
buf = GST_BUFFER (in);
gst_adapter_push (mimdec->adapter, buf);
-
if (!GST_CLOCK_TIME_IS_VALID (mimdec->gst_timestamp))
mimdec->gst_timestamp = GST_BUFFER_TIMESTAMP (in);
More information about the Gstreamer-commits
mailing list