[MOVED FROM GST-P-FARSIGHT] added TODO comments

20080428161235-4f0f6-fbc78533d29d37b65add6f6046fec17ce5e30cae.gz
This commit is contained in:
Youness Alaoui 2008-04-28 16:12:35 +00:00 committed by Edward Hervey
parent 5cc67e45c5
commit a3ad3be905

View file

@ -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: