compile fixen, and prepare to move MAINTAINER_MODE to as-version.m4

Original commit message from CVS:
compile fixen, and prepare to move MAINTAINER_MODE to as-version.m4
This commit is contained in:
Andy Wingo 2002-07-09 17:39:17 +00:00 committed by Tim-Philipp Müller
parent c2880b1c6d
commit 925babbf2a

View file

@ -451,7 +451,7 @@ gst_jack_loop (GstElement *element)
* also, for sample accuracy etc, we should play avail
* bytes, but hey. */
gst_element_set_eos (element);
gst_event_free (event);
gst_event_unref (event);
gst_element_yield (element); /* shouldn't return */
return;
}