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 | 3b7b81ba0587701237847d7dab577121cbc96aec (patch) | |
tree | fe058ee81ce9801c3f35ae54445d5683eeb9b689 | |
parent | 79da6742f3c637fe5359f1a149e88fe5723c5245 (diff) |
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.
-rw-r--r-- | ChangeLog | 8 | ||||
m--------- | common | 0 |
2 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) diff --git a/common b/common -Subproject d03e4388098656fa65df4d3a29e40fc556173d2 +Subproject e55182f6eece70ff99e33b9800b27a926670dbd |