Fixed some leftover errors.

Original commit message from CVS:
Fixed some leftover errors.
This commit is contained in:
Wim Taymans 2001-12-23 23:01:28 +00:00
parent 2648ddfe98
commit 0b872be62d

View file

@ -248,9 +248,6 @@ gst_adder_loop (GstElement *element)
adder = GST_ADDER (element); adder = GST_ADDER (element);
do
{
#ifdef DEBUG #ifdef DEBUG
printf ("DEBUG : gst_adder_loop iteration\n"); printf ("DEBUG : gst_adder_loop iteration\n");
#endif #endif
@ -365,10 +362,6 @@ gst_adder_loop (GstElement *element)
GST_DEBUG (0, "pushing buf_out\n"); GST_DEBUG (0, "pushing buf_out\n");
gst_pad_push (adder->srcpad, buf_out); gst_pad_push (adder->srcpad, buf_out);
GST_DEBUG (0, "pushed buf_out\n"); GST_DEBUG (0, "pushed buf_out\n");
/* thomas : quick fix try */
// GST_FLAG_SET (element, GST_ELEMENT_COTHREAD_STOPPING);
} while (!GST_ELEMENT_IS_COTHREAD_STOPPING (element));
} }
static gboolean static gboolean