From 515dc1aba55d81f3da811897811f79fd4742c53a Mon Sep 17 00:00:00 2001 From: Stéphane Loeuillet Date: Wed, 6 Oct 2004 15:12:08 +0000 Subject: gst/wavparse/gstwavparse.c: add ATRAC3 to STATIC CAPS to fix a warning Original commit message from CVS: * gst/wavparse/gstwavparse.c: add ATRAC3 to STATIC CAPS to fix a warning * gst/matroska/ebml-read.c: * gst-libs/gst/riff/riff-read.c: fix typos --- gst/matroska/ebml-read.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/matroska') diff --git a/gst/matroska/ebml-read.c b/gst/matroska/ebml-read.c index 0ec5aac3..72a3bb7e 100644 --- a/gst/matroska/ebml-read.c +++ b/gst/matroska/ebml-read.c @@ -142,7 +142,7 @@ gst_ebml_read_use_event (GstEbmlRead * ebml, GstEvent * event) return FALSE; case GST_EVENT_DISCONTINUOUS: - GST_WARNING_OBJECT (ebml, "Unexected discont - might lose sync"); + GST_WARNING_OBJECT (ebml, "Unexpected discont - might lose sync"); gst_pad_event_default (ebml->sinkpad, event); return TRUE; -- cgit