From 1795cddc9f9b62b53e2c964b76643edd4192894a Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 4 Feb 2002 23:28:55 +0000 Subject: [PATCH] small compile fix Original commit message from CVS: small compile fix --- gst/elements/gsttee.c | 3 +-- plugins/elements/gsttee.c | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/gst/elements/gsttee.c b/gst/elements/gsttee.c index 5bddebe..2f817dd 100644 --- a/gst/elements/gsttee.c +++ b/gst/elements/gsttee.c @@ -256,14 +256,13 @@ gst_tee_chain (GstPad *pad, GstBuffer *buf) { GstTee *tee; GList *pads; - gint i; g_return_if_fail (pad != NULL); g_return_if_fail (GST_IS_PAD (pad)); g_return_if_fail (buf != NULL); tee = GST_TEE (gst_pad_get_parent (pad)); -/* gst_trace_add_entry (NULL, 0, buf, "tee buffer");*/ + /*gst_trace_add_entry (NULL, 0, buf, "tee buffer");*/ gst_buffer_ref_by_count (buf, GST_ELEMENT (tee)->numsrcpads - 1); diff --git a/plugins/elements/gsttee.c b/plugins/elements/gsttee.c index 5bddebe..2f817dd 100644 --- a/plugins/elements/gsttee.c +++ b/plugins/elements/gsttee.c @@ -256,14 +256,13 @@ gst_tee_chain (GstPad *pad, GstBuffer *buf) { GstTee *tee; GList *pads; - gint i; g_return_if_fail (pad != NULL); g_return_if_fail (GST_IS_PAD (pad)); g_return_if_fail (buf != NULL); tee = GST_TEE (gst_pad_get_parent (pad)); -/* gst_trace_add_entry (NULL, 0, buf, "tee buffer");*/ + /*gst_trace_add_entry (NULL, 0, buf, "tee buffer");*/ gst_buffer_ref_by_count (buf, GST_ELEMENT (tee)->numsrcpads - 1); -- 2.7.4