diff options
author | Julien Moutte <julien@moutte.net> | 2006-07-31 16:50:27 +0000 |
---|---|---|
committer | Julien Moutte <julien@moutte.net> | 2006-07-31 16:50:27 +0000 |
commit | f91baadfcd578246f61d362e199394f7d74019a8 (patch) | |
tree | 807e76561da2bf1d8b4fdc008e428b3f7cc4f80a /ChangeLog | |
parent | f186c1b29c20afc62aed64cfea3d8c3b121440a2 (diff) | |
download | gst-plugins-bad-f91baadfcd578246f61d362e199394f7d74019a8.tar.gz gst-plugins-bad-f91baadfcd578246f61d362e199394f7d74019a8.tar.bz2 gst-plugins-bad-f91baadfcd578246f61d362e199394f7d74019a8.zip |
ext/directfb/dfbvideosink.c: Don't try allocating if we are not setup yet. Fail changing state if setup fails.
Original commit message from CVS:
2006-07-31 Julien MOUTTE <julien@moutte.net>
* ext/directfb/dfbvideosink.c: (gst_dfbvideosink_change_state),
(gst_dfbvideosink_buffer_alloc): Don't try allocating if we are
not
setup yet. Fail changing state if setup fails.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2006-07-31 Julien MOUTTE <julien@moutte.net> + + * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_change_state), + (gst_dfbvideosink_buffer_alloc): Don't try allocating if we are not + setup yet. Fail changing state if setup fails. + 2006-07-31 Wim Taymans <wim@fluendo.com> * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init), |