mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +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
82eacd3599
commit
307eadcc14
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>
|
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…
Reference in a new issue