From 789a7b20ac383214965b2a71c64c057ef1797f97 Mon Sep 17 00:00:00 2001 From: Edgard Lima Date: Fri, 3 Feb 2006 18:07:35 +0000 Subject: Just make it compile with --disable-gst-debug. Original commit message from CVS: Just make it compile with --disable-gst-debug. --- ext/flac/gstflacenc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext') diff --git a/ext/flac/gstflacenc.c b/ext/flac/gstflacenc.c index 9a33104d..d6c1e8de 100644 --- a/ext/flac/gstflacenc.c +++ b/ext/flac/gstflacenc.c @@ -509,7 +509,9 @@ gst_flac_enc_seek_callback (const FLAC__SeekableStreamEncoder * encoder, absolute_byte_offset, GST_BUFFER_OFFSET_NONE, 0); if ((peerpad = gst_pad_get_peer (flacenc->srcpad))) { +#ifndef GST_DISABLE_GST_DEBUG gboolean ret = gst_pad_send_event (peerpad, event); +#endif gst_object_unref (peerpad); -- cgit