diff options
Diffstat (limited to 'gst/liveadder')
-rw-r--r-- | gst/liveadder/liveadder.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gst/liveadder/liveadder.c b/gst/liveadder/liveadder.c index 6fce81d8..3e8a754f 100644 --- a/gst/liveadder/liveadder.c +++ b/gst/liveadder/liveadder.c @@ -727,15 +727,15 @@ gst_live_adder_src_event (GstPad * pad, GstEvent * event) switch (GST_EVENT_TYPE (event)) { case GST_EVENT_QOS: - /* QoS might be tricky */ + /* TODO : QoS might be tricky */ result = FALSE; break; case GST_EVENT_SEEK: - /* I'm not certain how to handle seeks yet */ + /* TODO : I'm not certain how to handle seeks yet */ result = FALSE; break; case GST_EVENT_NAVIGATION: - /* navigation is rather pointless. */ + /* TODO : navigation is rather pointless. */ result = FALSE; break; default: |