summaryrefslogtreecommitdiffstats
path: root/ext/jack
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2002-07-09 17:39:17 +0000
committerAndy Wingo <wingo@pobox.com>2002-07-09 17:39:17 +0000
commit2b60d602862446df94bf763a8feda3e4de6f2b84 (patch)
tree29ede9a74bf24b08c0aecd2166f217f27df3bf7e /ext/jack
parent10a96978de6e6d463989ae8ae1ad238c958ba566 (diff)
downloadgst-plugins-bad-2b60d602862446df94bf763a8feda3e4de6f2b84.tar.gz
gst-plugins-bad-2b60d602862446df94bf763a8feda3e4de6f2b84.tar.bz2
gst-plugins-bad-2b60d602862446df94bf763a8feda3e4de6f2b84.zip
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
Diffstat (limited to 'ext/jack')
-rw-r--r--ext/jack/gstjack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/jack/gstjack.c b/ext/jack/gstjack.c
index c86f8566..3a9aef79 100644
--- a/ext/jack/gstjack.c
+++ b/ext/jack/gstjack.c
@@ -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;
}