mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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:
parent
b425777f9e
commit
c26602d02d
2 changed files with 10 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue