mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
fix compile for SEEK_TYPE_CUR removal
This commit is contained in:
parent
b70275fa10
commit
7247eb5f2c
1 changed files with 0 additions and 4 deletions
|
@ -817,8 +817,6 @@ gst_tag_demux_srcpad_event (GstPad * pad, GstEvent * event)
|
||||||
cur = 0;
|
cur = 0;
|
||||||
cur += tagdemux->priv->strip_start;
|
cur += tagdemux->priv->strip_start;
|
||||||
break;
|
break;
|
||||||
case GST_SEEK_TYPE_CUR:
|
|
||||||
break;
|
|
||||||
case GST_SEEK_TYPE_END:
|
case GST_SEEK_TYPE_END:
|
||||||
/* Adjust the seek to be relative to the start of any end tag
|
/* Adjust the seek to be relative to the start of any end tag
|
||||||
* (note: 10 bytes before end is represented by stop=-10) */
|
* (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;
|
stop += tagdemux->priv->strip_start;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case GST_SEEK_TYPE_CUR:
|
|
||||||
break;
|
|
||||||
case GST_SEEK_TYPE_END:
|
case GST_SEEK_TYPE_END:
|
||||||
/* Adjust the seek to be relative to the start of any end tag
|
/* Adjust the seek to be relative to the start of any end tag
|
||||||
* (note: 10 bytes before end is represented by stop=-10) */
|
* (note: 10 bytes before end is represented by stop=-10) */
|
||||||
|
|
Loading…
Reference in a new issue