configure.ac: In the output at the end, don't show the first plugin on the same line...
authorJan Schmidt <thaytan@mad.scientist.com>
Tue, 6 Sep 2005 23:26:49 +0000 (23:26 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Tue, 6 Sep 2005 23:26:49 +0000 (23:26 +0000)
commit71ab6314a14b30e712cdbaaf02232a6439cf2e0f
treed527abcafed7c7beb444380adcc43152d34dd8a4
parent3e8ada2cfeb6c0fce816d9c3d23432c07764dca5
configure.ac: In the output at the end, don't show the first plugin on the same line as "Core plug-ins, always built:".

Original commit message from CVS:
* configure.ac:
In the output at the end, don't show the first plugin on the same
line as "Core plug-ins, always built:".
Indent the output as for other plugin categories
* gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
#define that can be used to not use peer buffer_alloc functions for
test purposes.
* sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
(gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
(gst_ximagesink_show_frame):
* sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
(gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
(gst_xvimagesink_show_frame):
Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
fails gracefully instead of XError aborting or deadlocking.
ChangeLog
configure.ac
gst/videotestsrc/gstvideotestsrc.c
sys/ximage/ximagesink.c
sys/xvimage/xvimagesink.c