<span style="border-collapse:collapse;font-family:Verdana, Geneva, Helvetica, Arial, sans-serif;font-size:13px">Hi guys, <br>
<br>I am trying to write a small media player using GTK+ and GStreamer and currently using the XOverlay Interface to embed the video in a GtkDrawing Area INSIDE the mainwindow. <br><br>The program was compiled using this command: <br>

<b>g++ /home/phongcao/cacao.cc -o /home/phongcao/cacao `pkg-config --cflags --libs gtk+-2.0 gstreamer-0.10 gstreamer-plugins-base-0.10 gstreamer-interfaces-0.10` </b><br><br>However, after compiling the program, I got this error: <br>

<b>/home/phongcao/cacao.cc:61: error: ‘gst_x_overlay_set_window_handle’ was not declared in this scope </b><br><br>I wonder if this is GStreamer&#39;s error or my fault when writing this program. <b>I have attached the source code of the program with this message. If possible I hope you guys can check the code out and tell me the errors, since I am pretty new to GStreamer and not sure how to use the XOverlay Interface correctly.</b><img src="http://n4.nabble.com/images/smiley/smiley_unhappy.gif"> <br>

<br>Thank you for helping me with this problem! I have spent almost 3 days scratching over my head for this. <br>Please tell me if you need any additional information... Thank you!! </span>