mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
remove redundant flag set
Original commit message from CVS: remove redundant flag set
This commit is contained in:
parent
d03285407c
commit
4ec698fa6c
2 changed files with 0 additions and 2 deletions
|
@ -502,7 +502,6 @@ gst_filesrc_get (GstPad *pad)
|
|||
src->seek_happened = FALSE;
|
||||
GST_DEBUG (GST_CAT_EVENT, "filesrc sending discont");
|
||||
event = gst_event_new_discontinuous (FALSE, GST_FORMAT_BYTES, src->curoffset, NULL);
|
||||
GST_EVENT_DISCONT_NEW_MEDIA (event) = FALSE;
|
||||
src->need_flush = FALSE;
|
||||
return GST_BUFFER (event);
|
||||
}
|
||||
|
|
|
@ -502,7 +502,6 @@ gst_filesrc_get (GstPad *pad)
|
|||
src->seek_happened = FALSE;
|
||||
GST_DEBUG (GST_CAT_EVENT, "filesrc sending discont");
|
||||
event = gst_event_new_discontinuous (FALSE, GST_FORMAT_BYTES, src->curoffset, NULL);
|
||||
GST_EVENT_DISCONT_NEW_MEDIA (event) = FALSE;
|
||||
src->need_flush = FALSE;
|
||||
return GST_BUFFER (event);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue