small compile fix

Original commit message from CVS:
small compile fix
This commit is contained in:
Thomas Vander Stichele 2002-02-04 23:28:55 +00:00
parent bacad78afe
commit 1795cddc9f
2 changed files with 2 additions and 4 deletions

View file

@ -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);

View file

@ -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);