From 4d44cf5fe2d405ded3168b5475e07754628f2040 Mon Sep 17 00:00:00 2001 From: Olivier Crete Date: Thu, 15 May 2008 01:22:27 +0000 Subject: [PATCH] [MOVED FROM GST-P-FARSIGHT] Implement first version of seeking 20080515012227-3e2dc-7f53f78d1c3dfdcdb6e7ad53e6c7f16d5e998a05.gz --- gst/liveadder/liveadder.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gst/liveadder/liveadder.c b/gst/liveadder/liveadder.c index c20400bb57..02af82cb73 100644 --- a/gst/liveadder/liveadder.c +++ b/gst/liveadder/liveadder.c @@ -817,10 +817,6 @@ gst_live_adder_src_event (GstPad * pad, GstEvent * event) /* TODO : QoS might be tricky */ result = FALSE; break; - case GST_EVENT_SEEK: - /* TODO : I'm not certain how to handle seeks yet */ - result = FALSE; - break; case GST_EVENT_NAVIGATION: /* TODO : navigation is rather pointless. */ result = FALSE;