diff options
author | David Schleef <ds@schleef.org> | 2007-12-17 21:12:28 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2007-12-17 21:12:28 +0000 |
commit | 45e90efd1b3f19b231fd4e4cc753e2870aa62d0a (patch) | |
tree | f0bbf863e1f6013f1f856cb31f5121de5293f4bb /ChangeLog | |
parent | d9cf6cc948a56e3524e53a6a43e869d9eb894bce (diff) | |
download | gst-plugins-bad-45e90efd1b3f19b231fd4e4cc753e2870aa62d0a.tar.gz gst-plugins-bad-45e90efd1b3f19b231fd4e4cc753e2870aa62d0a.tar.bz2 gst-plugins-bad-45e90efd1b3f19b231fd4e4cc753e2870aa62d0a.zip |
gst/multifile/gstmultifilesrc.*: When subsequent files are read, if the file doesn't exist, send an EOS instead of ca...
Original commit message from CVS:
* gst/multifile/gstmultifilesrc.c:
* gst/multifile/gstmultifilesrc.h:
When subsequent files are read, if the file doesn't exist, send
an EOS instead of causing an error.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2007-12-17 David Schleef <ds@schleef.org> + + * gst/multifile/gstmultifilesrc.c: + * gst/multifile/gstmultifilesrc.h: + When subsequent files are read, if the file doesn't exist, send + an EOS instead of causing an error. + 2007-12-17 Andy Wingo <wingo@pobox.com> * gst/switch/gstswitch.c (gst_selector_pad_chain): Return OK when |