Re: How to redraw the blanked section of a widget after a expose-event?

2007-10-09 Thread Arto Karppinen
krist misra wrote: > Hi experts, > > I am using GTK+ and gstreamer to capture and show the video frames, I > created a drawable widget using gtk_drawing_area_new() and using xvimage > element of gstreamer to render the video, I also connected them by a > gstreamer function gst_x_overlay_set_xwindow

How to redraw the blanked section of a widget after a expose-event?

2007-09-26 Thread krist misra
Hi experts, I am using GTK+ and gstreamer to capture and show the video frames, I created a drawable widget using gtk_drawing_area_new() and using xvimage element of gstreamer to render the video, I also connected them by a gstreamer function gst_x_overlay_set_xwindow_id(), so the video frames ren