gst_x_overlay_set_window_handle carsh please advice

Brendan Long self at brendanlong.com
Tue Jun 25 15:05:13 PDT 2013


On 06/25/2013 03:44 PM, chmario wrote:
> //cin >> i; //the code crash here
>
If the code crashes on a `cin`, then it has nothing to do with GStreamer.

Are you sure it's this line though, since it seems to be commented out?

Do you get any output when it crashes? If you run it in `gdb`, you can
use the `backtrace` tool to get more output:

gdb ./yourProgram
(gdb) run
// stuff happens here
Crash!
(gdb) backtrace
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20130625/5b71dfb7/attachment.html>


More information about the gstreamer-devel mailing list