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
2ff1cbabe5
commit
18e3bf9591
@ -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>
|
2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
|
||||||
|
|
||||||
* gst-libs/gst/riff/riff-media.c:
|
* gst-libs/gst/riff/riff-media.c:
|
||||||
|
@ -179,7 +179,7 @@ gst_riff_read_use_event (GstRiffRead * riff, GstEvent * event)
|
|||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
case GST_EVENT_DISCONTINUOUS:
|
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);
|
gst_pad_event_default (riff->sinkpad, event);
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user