remove redundant flag set

Original commit message from CVS:
remove redundant flag set
This commit is contained in:
David I. Lehn 2003-01-03 23:33:57 +00:00
parent d03285407c
commit 4ec698fa6c
2 changed files with 0 additions and 2 deletions

View file

@ -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);
}

View file

@ -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);
}