mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
[MOVED FROM GST-P-FARSIGHT] Implement first version of seeking
20080515012227-3e2dc-7f53f78d1c3dfdcdb6e7ad53e6c7f16d5e998a05.gz
This commit is contained in:
parent
72ca8467eb
commit
4d44cf5fe2
1 changed files with 0 additions and 4 deletions
|
@ -817,10 +817,6 @@ gst_live_adder_src_event (GstPad * pad, GstEvent * event)
|
||||||
/* TODO : QoS might be tricky */
|
/* TODO : QoS might be tricky */
|
||||||
result = FALSE;
|
result = FALSE;
|
||||||
break;
|
break;
|
||||||
case GST_EVENT_SEEK:
|
|
||||||
/* TODO : I'm not certain how to handle seeks yet */
|
|
||||||
result = FALSE;
|
|
||||||
break;
|
|
||||||
case GST_EVENT_NAVIGATION:
|
case GST_EVENT_NAVIGATION:
|
||||||
/* TODO : navigation is rather pointless. */
|
/* TODO : navigation is rather pointless. */
|
||||||
result = FALSE;
|
result = FALSE;
|
||||||
|
|
Loading…
Reference in a new issue