mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 06:16:36 +00:00
rmdemux: target is unsigned and can't be < 0
This commit is contained in:
parent
d229a538dc
commit
a184490e6c
1 changed files with 0 additions and 3 deletions
|
@ -400,9 +400,6 @@ find_seek_offset_bytes (GstRMDemux * rmdemux, guint target)
|
||||||
GSList *cur;
|
GSList *cur;
|
||||||
gboolean ret = FALSE;
|
gboolean ret = FALSE;
|
||||||
|
|
||||||
if (target < 0)
|
|
||||||
return FALSE;
|
|
||||||
|
|
||||||
for (cur = rmdemux->streams; cur; cur = cur->next) {
|
for (cur = rmdemux->streams; cur; cur = cur->next) {
|
||||||
GstRMDemuxStream *stream = cur->data;
|
GstRMDemuxStream *stream = cur->data;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue