summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJulien Moutte <julien@moutte.net>2006-07-31 17:29:22 +0000
committerJulien Moutte <julien@moutte.net>2006-07-31 17:29:22 +0000
commitd3b76b0583aaac18540b42459c680f252f6621ba (patch)
treee3e28b72602727d77f3d2f8bec4f281e783f6dca /ChangeLog
parentf91baadfcd578246f61d362e199394f7d74019a8 (diff)
downloadgst-plugins-bad-d3b76b0583aaac18540b42459c680f252f6621ba.tar.gz
gst-plugins-bad-d3b76b0583aaac18540b42459c680f252f6621ba.tar.bz2
gst-plugins-bad-d3b76b0583aaac18540b42459c680f252f6621ba.zip
ext/directfb/dfbvideosink.c: Post an error message.
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): Post an error message.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 550d84da..31cfc41a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
2006-07-31 Julien MOUTTE <julien@moutte.net>
* ext/directfb/dfbvideosink.c: (gst_dfbvideosink_change_state),
+ (gst_dfbvideosink_buffer_alloc): Post an error message.
+
+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.