Re: Strange 'regression' in gtk+/gstreamer app

2016-12-09 Thread Eric Cashon via gtk-app-devel-list
It could be a problem with the double buffering. gtk_widget_set_double_buffered() Try to set that to false and see if that makes any difference. This is on Linux? Usually you don't need this function any more and it is deprecated but it can sometimes still be useful. I know to get gnuplot pict

Strange 'regression' in gtk+/gstreamer app

2016-12-09 Thread Nathanael D. Noblet
Hello, So many years ago we wrote a custom app for a client. It does video recording from either network cameras or optionally built in webcams. Its worked well for a long time. Originally built against gstreamer 0.10. Recently we've replaced some of the hardware and have noticed an issue that I