gstreamer/sys/ximage
Jan Schmidt ea0d6ebf36 sys/: Move some cleanup stuff from the state change handler into a _reset() function that can be called from _finaliz...
Original commit message from CVS:
* sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
(gst_ximagesink_change_state), (gst_ximagesink_reset),
(gst_ximagesink_finalize):
* sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
(gst_xvimagesink_reset), (gst_xvimagesink_finalize):
Move some cleanup stuff from the state change handler into a _reset()
function that can be called from _finalize(). This ensures that things
get freed even if (for some reason) the NULL->READY state transition
fails in the parent class.
Even if a parent state change fails, process our downward state change
logic instead of bailing out early.
Free the correct xcontext pointer in ximagesink's xcontext_clear.
2007-03-08 15:22:53 +00:00
..
Makefile.am configure.ac: split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS so that GST_BASE_CFLAGS can go inbetwe... 2007-01-04 12:49:48 +00:00
ximage.c sys/ximage/: Rename ximage plugin to ximagesink (#321426) (Don't forget to remove your old libgstximage.* manually if... 2005-11-21 16:08:19 +00:00
ximagesink.c sys/: Move some cleanup stuff from the state change handler into a _reset() function that can be called from _finaliz... 2007-03-08 15:22:53 +00:00
ximagesink.h Add a method to the XOverlay interface to allow disabling of event handling in x[v]imagesink elements. This will let ... 2007-01-04 11:30:53 +00:00