diff options
author | Benjamin Otte <otte@gnome.org> | 2004-04-17 02:30:28 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-04-17 02:30:28 +0000 |
commit | b7f3f486a23029bfc4ab1bc0bdaa66e9730d7681 (patch) | |
tree | 7e4cddadb753b708840eb5b5f88a726882c4fecb /ChangeLog | |
parent | ef813c899df9b24c315e69ca3adcb8a936bfbf1e (diff) | |
download | gst-plugins-bad-b7f3f486a23029bfc4ab1bc0bdaa66e9730d7681.tar.gz gst-plugins-bad-b7f3f486a23029bfc4ab1bc0bdaa66e9730d7681.tar.bz2 gst-plugins-bad-b7f3f486a23029bfc4ab1bc0bdaa66e9730d7681.zip |
sys/xvimage/xvimagesink.c: call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes assorted cleanup fixes.
Original commit message from CVS:
* sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
(gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
(gst_xvimagesink_set_xwindow_id):
call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
assorted cleanup fixes.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2004-04-17 Benjamin Otte <otte@gnome.org> + + * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support), + (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state), + (gst_xvimagesink_set_xwindow_id): + call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes + assorted cleanup fixes. + 2004-04-16 David Schleef <ds@schleef.org> * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268) |