summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2012-02-27 12:51:08 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2012-02-27 12:51:08 +0100
commit55076379b2983ddb2dff3058c161d4dd0fb479df (patch)
treebb0f3fc44d7c234e5a8014d1772829f5383284e1
parent15eb385412fb7e894a786442969b525eb4155ae0 (diff)
vorbisenc: chain up to parent event function
-rw-r--r--ext/vorbis/gstvorbisenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/vorbis/gstvorbisenc.c b/ext/vorbis/gstvorbisenc.c
index 5162b9254..8f75de8cd 100644
--- a/ext/vorbis/gstvorbisenc.c
+++ b/ext/vorbis/gstvorbisenc.c
@@ -603,7 +603,7 @@ gst_vorbis_enc_sink_event (GstAudioEncoder * enc, GstEvent * event)
}
/* we only peeked, let base class handle it */
- return FALSE;
+ return GST_AUDIO_ENCODER_CLASS (parent_class)->event (enc, event);
}
/* push out the buffer and do internal bookkeeping */