From 9442e37ea7c372d8b8aca39c901e23edeae93c61 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 9 Dec 2008 10:28:11 +0000 Subject: [PATCH] ext/dv/gstdvdemux.c: Restore previous behaviour of not passing QoS and navigation events upstream, which presumably w... Original commit message from CVS: * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event): Restore previous behaviour of not passing QoS and navigation events upstream, which presumably wasn't meant to be changed. --- ChangeLog | 6 ++++++ ext/dv/gstdvdemux.c | 3 +++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index fc93ecd..d94a138 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-12-09 Tim-Philipp Müller + + * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event): + Restore previous behaviour of not passing QoS and navigation + events upstream, which presumably wasn't meant to be changed. + 2008-12-09 Sebastian Dröge * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad), diff --git a/ext/dv/gstdvdemux.c b/ext/dv/gstdvdemux.c index a12b2d6..3934011 100644 --- a/ext/dv/gstdvdemux.c +++ b/ext/dv/gstdvdemux.c @@ -1201,9 +1201,12 @@ gst_dvdemux_handle_src_event (GstPad * pad, GstEvent * event) break; case GST_EVENT_QOS: /* we can't really (yet) do QoS */ + res = FALSE; + break; case GST_EVENT_NAVIGATION: /* no navigation either... */ res = FALSE; + break; default: res = gst_pad_push_event (dvdemux->sinkpad, event); event = NULL; -- 2.7.4