summaryrefslogtreecommitdiffstats
path: root/ext/flac
diff options
context:
space:
mode:
authorEdgard Lima <edgard.lima@indt.org.br>2006-02-03 18:07:35 +0000
committerEdgard Lima <edgard.lima@indt.org.br>2006-02-03 18:07:35 +0000
commit789a7b20ac383214965b2a71c64c057ef1797f97 (patch)
treef83304f4b9198bc67c6104dacb7bd969ec3cd97b /ext/flac
parent7ddee515d2efea12de1a2ba050b39ca2f9488c0a (diff)
Just make it compile with --disable-gst-debug.
Original commit message from CVS: Just make it compile with --disable-gst-debug.
Diffstat (limited to 'ext/flac')
-rw-r--r--ext/flac/gstflacenc.c2
1 files changed, 2 insertions, 0 deletions
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);