gst/elements/gstfilesrc.c: Fixing seeking by making FLUSH happen again and even befor...
authorJulien Moutte <julien@moutte.net>
Thu, 29 Jan 2004 22:43:41 +0000 (22:43 +0000)
committerJulien Moutte <julien@moutte.net>
Thu, 29 Jan 2004 22:43:41 +0000 (22:43 +0000)
commitef6bdb01be4492972d7e2d137b73be213327cf55
tree02e4a74fadb41aa0b58d5a2916923426ffc3c711
parent55b67f084d8efa2dce077f89bfbf1765bb2e5f11
gst/elements/gstfilesrc.c: Fixing seeking by making FLUSH happen again and even before DISCONT.

Original commit message from CVS:
2004-01-29  Julien MOUTTE  <julien@moutte.net>

* gst/elements/gstfilesrc.c: (gst_filesrc_get),
(gst_filesrc_uri_handler_init): Fixing seeking by making FLUSH happen
again and even before DISCONT.
* gst/gstpad.c: (gst_pad_event_default): Remove a unused switch case.
* libs/gst/bytestream/bytestream.c: (gst_bytestream_get_next_buf): Fix
bytestream so that it's not stopping to fill the bytestream if events
different than EOS or DISCONT are received. Instead it process them so
that they go downstream.
ChangeLog
gst/elements/gstfilesrc.c
gst/gstpad.c
libs/gst/bytestream/bytestream.c
plugins/elements/gstfilesrc.c