mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-04 05:22:30 +00:00
Fixed some leftover errors.
Original commit message from CVS: Fixed some leftover errors.
This commit is contained in:
parent
2648ddfe98
commit
0b872be62d
1 changed files with 79 additions and 86 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue