[gstreamer-bugs] [Bug 574290] [dshowvideosink] make set_xwindow_id() in PLAYING state work

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Jul 25 07:32:39 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=574290
  GStreamer | gst-plugins-bad | git

Andoni Morales <ylatuya> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |ylatuya at gmail.com
     Ever Confirmed|0                           |1

--- Comment #6 from Andoni Morales <ylatuya at gmail.com> 2010-07-25 14:32:34 UTC ---
The patch looks good, but you need to close the original window if it's the one
element created, something like:

 /* If we created a new window */
  if (sink->is_new_window) {
    SendMessage (sink->window_id, WM_CLOSE, NULL, NULL);
    sink->is_new_window = FALSE;
  }

I'll provide a patch in a few minutes.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list