[0.11] gst-plugins-base: fix compile for SEEK_TYPE_CUR removal
Wim Taymans
wtay at kemper.freedesktop.org
Fri Oct 28 07:17:22 PDT 2011
Module: gst-plugins-base
Branch: 0.11
Commit: 7247eb5f2c6b2a6ce960fb85fdbb0dfe7924eab9
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=7247eb5f2c6b2a6ce960fb85fdbb0dfe7924eab9
Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date: Fri Oct 28 16:11:36 2011 +0200
fix compile for SEEK_TYPE_CUR removal
---
gst-libs/gst/tag/gsttagdemux.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/gst-libs/gst/tag/gsttagdemux.c b/gst-libs/gst/tag/gsttagdemux.c
index 53ecccd..7239b58 100644
--- 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) */
More information about the gstreamer-commits
mailing list