ext/faad/gstfaad.c: Compile fixes.

Original commit message from CVS:
* ext/faad/gstfaad.c: (gst_faad_event):
Compile fixes.
This commit is contained in:
Wim Taymans 2005-07-27 20:29:15 +00:00
parent 3953f4a03e
commit 0e6ea270ef
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-07-27 Wim Taymans <wim@fluendo.com>
* ext/faad/gstfaad.c: (gst_faad_event):
Compile fixes.
2005-07-27 Wim Taymans <wim@fluendo.com>
* ext/amrnb/amrnbparse.c: (gst_amrnbparse_event),

View file

@ -593,7 +593,7 @@ gst_faad_event (GstPad * pad, GstEvent * event)
switch (GST_EVENT_TYPE (event)) {
case GST_EVENT_EOS:
case GST_EVENT_DISCONTINUOUS:
case GST_EVENT_NEWSEGMENT:
default:
break;
}