<div dir="ltr">I don't require GtkDrawingArea but I was able to successfully output multiple videos using GtkDrawingArea.<div>I was trying to continue with something I know will work for me. I guess I need to determine a different GtkBin</div><div>to use to output my videos. Do you have any suggestions? More of a Gtk question, but is it possible to pack a</div><div>GTK_WINDOW_TOPLEVEL window into a horizontal box that will be packed into another GTK_WINDOW_TOPLEVEL</div><div>window? I will attempt this and see what happens.</div><div><br></div><div>Thanks, </div><div>Jack</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Mar 16, 2016 at 8:50 AM, Sebastian Dröge <span dir="ltr"><<a href="mailto:sebastian@centricular.com" target="_blank">sebastian@centricular.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Mi, 2016-03-16 at 08:37 -0700, Jack D wrote:<br>
> I have already seen these and other examples that I could find doing<br>
> a gtksink search and they are very helpful.<br>
> But none of them address the issue listed in the code sample, that<br>
> the video overlay is derived from a gtk_drawing_area.<br>
> Is there a way to attach a gtksink widget to a gtk_drawing_area<br>
> derived widget or must I have all my videos defined <br>
> as GTK_WINDOW_TOPLEVEL?<br>
<br>
</span>Why do you want it inside a GtkDrawingArea? You can put the widget<br>
provided by the gtksink into any GtkBin, but GtkDrawingArea is a plain<br>
widget so that's not possible.<br>
<div class="HOEnZb"><div class="h5"><br>
--<br>
Sebastian Dröge, Centricular Ltd · <a href="http://www.centricular.com" rel="noreferrer" target="_blank">http://www.centricular.com</a><br>
<br>
</div></div><br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br></div>