diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/faad/gstfaad.c | 2 |
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; } |