projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b70275f
)
fix compile for SEEK_TYPE_CUR removal
author
Wim Taymans
<wim.taymans@collabora.co.uk>
Fri, 28 Oct 2011 14:11:36 +0000
(16:11 +0200)
committer
Wim Taymans
<wim.taymans@collabora.co.uk>
Fri, 28 Oct 2011 14:11:36 +0000
(16:11 +0200)
gst-libs/gst/tag/gsttagdemux.c
patch
|
blob
|
history
diff --git
a/gst-libs/gst/tag/gsttagdemux.c
b/gst-libs/gst/tag/gsttagdemux.c
index
53ecccd
..
7239b58
100644
(file)
--- a/
gst-libs/gst/tag/gsttagdemux.c
+++ b/
gst-libs/gst/tag/gsttagdemux.c
@@
-817,8
+817,6
@@
gst_tag_demux_srcpad_event (GstPad * pad, GstEvent * event)
cur = 0;
cur += tagdemux->priv->strip_start;
break;
- case GST_SEEK_TYPE_CUR:
- break;
case GST_SEEK_TYPE_END:
/* Adjust the seek to be relative to the start of any end tag
* (note: 10 bytes before end is represented by stop=-10) */
@@
-837,8
+835,6
@@
gst_tag_demux_srcpad_event (GstPad * pad, GstEvent * event)
stop += tagdemux->priv->strip_start;
}
break;
- case GST_SEEK_TYPE_CUR:
- break;
case GST_SEEK_TYPE_END:
/* Adjust the seek to be relative to the start of any end tag
* (note: 10 bytes before end is represented by stop=-10) */