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
This commit is contained in:
Stéphane Loeuillet 2004-10-06 15:12:08 +00:00
parent b425777f9e
commit c26602d02d
2 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,12 @@
2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
* 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
2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
* gst-libs/gst/riff/riff-media.c:

View file

@ -179,7 +179,7 @@ gst_riff_read_use_event (GstRiffRead * riff, GstEvent * event)
return FALSE;
case GST_EVENT_DISCONTINUOUS:
GST_WARNING_OBJECT (riff, "Unexected discont - might lose sync");
GST_WARNING_OBJECT (riff, "Unexpected discont - might lose sync");
gst_pad_event_default (riff->sinkpad, event);
return TRUE;