summaryrefslogtreecommitdiffstats
path: root/ext/faad
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2005-07-27 20:29:15 +0000
committerWim Taymans <wim.taymans@gmail.com>2005-07-27 20:29:15 +0000
commit0e6ea270ef27bf74420563610d56adc492ff1668 (patch)
treeec39c598b8d49775192b4e0f2b929d7c7151f0cd /ext/faad
parent3953f4a03ec16bf666380dbbf555fa2f0e3af62a (diff)
downloadgst-plugins-bad-0e6ea270ef27bf74420563610d56adc492ff1668.tar.gz
gst-plugins-bad-0e6ea270ef27bf74420563610d56adc492ff1668.tar.bz2
gst-plugins-bad-0e6ea270ef27bf74420563610d56adc492ff1668.zip
ext/faad/gstfaad.c: Compile fixes.
Original commit message from CVS: * ext/faad/gstfaad.c: (gst_faad_event): Compile fixes.
Diffstat (limited to 'ext/faad')
-rw-r--r--ext/faad/gstfaad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/faad/gstfaad.c b/ext/faad/gstfaad.c
index 85a15bec..b2e2b56e 100644
--- a/ext/faad/gstfaad.c
+++ b/ext/faad/gstfaad.c
@@ -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;
}