diff options
| author | Michael Meeks <mmeeks@ximian.org> | 2008-05-20 17:27:35 +0000 |
|---|---|---|
| committer | Wim Taymans <wim.taymans@gmail.com> | 2008-05-20 17:27:35 +0000 |
| commit | b9775592e388cea7fe8f100001f6e81a99fbbe01 (patch) | |
| tree | 67d0f6a94d920f20ffdfc24d8bca718d2d1a1947 /ChangeLog | |
| parent | 736b7ba31f1744a327a6843444337b77acb65a0a (diff) | |
ext/esd/esdsink.c: When we post an error, we must return -1 to let the parent know that we cannot write the segment e...
Original commit message from CVS:
* ext/esd/esdsink.c: (gst_esdsink_write):
When we post an error, we must return -1 to let the parent know that we
cannot write the segment else it will loop and continue to call us again
forever. Patch by Michael Meeks.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2008-05-20 Wim Taymans <wim.taymans@collabora.co.uk> + + * ext/esd/esdsink.c: (gst_esdsink_write): + When we post an error, we must return -1 to let the parent know that we + cannot write the segment else it will loop and continue to call us again + forever. Patch by Michael Meeks. + 2008-05-20 Stefan Kost <ensonic@users.sf.net> * gst/videomixer/videomixer.c: |
