mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
[MOVED FROM GST-P-FARSIGHT] added TODO comments
20080428161235-4f0f6-fbc78533d29d37b65add6f6046fec17ce5e30cae.gz
This commit is contained in:
parent
5cc67e45c5
commit
a3ad3be905
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue