diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-06-03 10:53:19 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-06-03 10:53:19 +0000 |
commit | 016e6ef291c080b7e0aba2039b20a358b2bca049 (patch) | |
tree | f5f4e0ae8f36d191146ef61176373e4281c34c49 | |
parent | 2ab07d030f65bb8c1c2c4681678fc49f8e7a46e0 (diff) | |
download | gst-plugins-bad-016e6ef291c080b7e0aba2039b20a358b2bca049.tar.gz gst-plugins-bad-016e6ef291c080b7e0aba2039b20a358b2bca049.tar.bz2 gst-plugins-bad-016e6ef291c080b7e0aba2039b20a358b2bca049.zip |
sys/ximage/ximagesrc.c: Some extra checks, move display initialization to state change function, proper error reporti...
Original commit message from CVS:
* sys/ximage/ximagesrc.c: (gst_ximagesrc_getcaps),
(gst_ximagesrc_change_state), (gst_ximagesrc_init),
(gst_ximagesrc_get_property), (gst_ximagesrc_base_init),
(gst_ximagesrc_class_init):
Some extra checks, move display initialization to state change
function, proper error reporting if no $DISPLAY is available.
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2005-06-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + * sys/ximage/ximagesrc.c: (gst_ximagesrc_getcaps), + (gst_ximagesrc_change_state), (gst_ximagesrc_init), + (gst_ximagesrc_get_property), (gst_ximagesrc_base_init), + (gst_ximagesrc_class_init): + Some extra checks, move display initialization to state change + function, proper error reporting if no $DISPLAY is available. + +2005-06-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + * ext/audiofile/gstafparse.c: (gst_afparse_class_init), (gst_afparse_init), (gst_afparse_finalize): Portability fix for non-exported function (#305435). |