sys/: it's not legal to ask the
authorJan Schmidt <thaytan@mad.scientist.com>
Thu, 17 Jul 2008 13:57:33 +0000 (13:57 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Thu, 17 Jul 2008 13:57:33 +0000 (13:57 +0000)
commit6d641640bba89c4070bced561da937535a868129
treec864bc935a21d1fd6439b7ff2f484226ca3485a2
parentcc74285d1280852887c6a4107c657968bdbd2e34
sys/: it's not legal to ask the

Original commit message from CVS:
* sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
(gst_ximagesink_ximage_new):
* sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
(gst_xvimagesink_xvimage_new):
Apparently on Solaris and OS/X (at least), it's not legal to ask the
X server to attach to a shared memory segment after we've deleted it,
with the result that MIT-SHM is disabled. Instead, remove it only after
X succeeds in attaching too.
ChangeLog
sys/ximage/ximagesink.c
sys/xvimage/xvimagesink.c