Summary: | Can you specify the offset and size of a d3dvideosink element? | ||
---|---|---|---|
Product: | GStreamer SDK | Reporter: | testsdk123 |
Component: | Windows SDK Distribution | Assignee: | bugs |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
testsdk123
2012-07-27 06:19:33 UTC
Please read an understand the basic tutorial 5[*] and focus your attention on the XOverlay interface. [*] http://docs.gstreamer.com/display/GstSDK/Basic+tutorial+5%3A+GUI+toolkit+integration Thanks for the comment, does that mean this something like this should work? gst_x_overlay_set_window_handle (GST_X_OVERLAY (d3dvideosink1), hwnd1 ); gst_x_overlay_set_window_handle (GST_X_OVERLAY (d3dvideosink2), hwnd2 ); gst_x_overlay_set_window_handle (GST_X_OVERLAY (d3dvideosink3), hwnd3 ); gst_x_overlay_set_window_handle (GST_X_OVERLAY (d3dvideosink4), hwnd4 ); Yes, you can try to build the tutorial and see how it works. Is there anything left to be done here? ok, I will look at basic tutorial #5. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.