- 26 May, 2011 2 commits
-
-
Sebastian Dröge authored
Fixes bug #630442.
-
Sreerenj Balachandran authored
-
- 25 May, 2011 2 commits
-
-
Stefan Kost authored
-
Stefan Kost authored
We check for matching_attr!=NULL right before already.
-
- 14 May, 2011 1 commit
-
-
Sreerenj Balachandran authored
-
- 18 Apr, 2011 1 commit
-
-
Sebastian Dröge authored
Fixes bug #647857.
-
- 05 Apr, 2011 1 commit
-
-
Stefan Kost authored
Leave dealing with the appearance of the window when we are not playing to the applications. We anyway want to go to NULL as quickly as possible. Fixes #635800
-
- 09 Dec, 2010 1 commit
-
-
Gavin Stark authored
Fixes a memory leak and bug #636827.
-
- 02 Dec, 2010 3 commits
-
-
Sebastian Dröge authored
Including Since markers
-
Sebastian Dröge authored
-
Andrea Sebastianutti authored
-
- 10 Oct, 2010 1 commit
-
-
Sebastian Dröge authored
Fixes bug #631774.
-
- 28 Sep, 2010 1 commit
-
-
René Stadler authored
Useful for cropped zooming.
-
- 15 Sep, 2010 1 commit
-
-
David Schleef authored
And deprecate the gulong versions. This is to support platforms where sizeof(unsigned long) < sizeof(void *). Fixes #627565. API: Add gst_x_overlay_set_window_handle() API: Deprecate: gst_x_overlay_set_xwindow_id() API: Add gst_x_overlay_got_window_handle() API: Deprecate: gst_x_overlay_got_xwindow_id() API: Add GstXOverlay::set_window_handle() API: Deprecate: GstXOverlay::set_xwindow_id()
-
- 11 Aug, 2010 2 commits
-
-
Sebastian Dröge authored
xvimagesink: Suggest caps with different width/height if bufferalloc is called with impossible width/height
-
Sebastian Dröge authored
-
- 06 May, 2010 1 commit
-
-
Stefan Kost authored
In place where we just need to know whether caps intersect, we can use this quicker function.
-
- 16 Apr, 2010 1 commit
-
-
Stefan Kost authored
Expose could be called before we have set the xwindow. Handle this gracefully like we do in image_put. Fixes #615789
-
- 14 Apr, 2010 1 commit
-
-
Stefan Kost authored
Don't rely on expose event to query geomentry after new xid is set. Fixes #615647.
-
- 28 Mar, 2010 1 commit
-
-
Tim-Philipp Müller authored
xoverlay: change new set_render_rectangle() vfunc to take four arguments so we don't depend on libgstvideo Don't make libgstinterfaces (and thus libgstaudio etc.) indirectly depend on libgstvideo by using the GstVideoRectangle helper structure in the API, which causes undesirable dependencies, esp. with the gobject-introspection (people will point and laugh at us if they find out that libgstaudio depends on libgstvideo). Instead, pass the x, y, width and height parameters directly to the function. Re-fixes #610249.
-
- 16 Mar, 2010 2 commits
-
-
Benjamin Otte authored
Fixes for the code included
-
Benjamin Otte authored
Also change my email from the old university one to the current one.
-
- 11 Mar, 2010 2 commits
-
-
Stefan Kost authored
Previously we hardcoded the target rectangle passes to Xv(Shm)PutImage. Extend the implementation to use a full rectangle and don't assume 0,0 for top,left.
-
Stefan Kost authored
We can update the geometry in ConfigureNotify (unless we disable event- handling). If event handling is disabled, one should use _expose() to trigger a redraw and update the geometry.
-
- 07 Oct, 2009 1 commit
-
-
Stefan Kost authored
The event thread is doing 20 wakeups per second to poll the events. If one runs xvimagesink with handle-events=false and handle-expose=false then we can avoid the extra thread.
-
- 08 Sep, 2009 1 commit
-
-
Tim-Philipp Müller authored
-
- 05 Sep, 2009 1 commit
-
-
René Stadler authored
-
- 06 Jul, 2009 1 commit
-
-
Stefan Kost authored
-
- 22 Jun, 2009 2 commits
-
-
Stefan Kost authored
When we call this from xwindow_new, x(v)imagesink->xwindow is not yet set.
-
Stefan Kost authored
Refactor the code that sets the window title. Catch tag-events and use title metadata for the window title.
-
- 18 Jun, 2009 2 commits
-
-
Stefan Kost authored
Don't set title if appname is unknown.
-
Stefan Kost authored
-
- 31 Mar, 2009 1 commit
-
-
Stefan Kost authored
According to the drivers in http://cgit.freedesktop.org/xorg/driver/ we should format the colorkey depending on xcontext->depth. This is what they will use to interprete the value. The max_value in turn is usualy a constant regardless of the depth.
-
- 25 Mar, 2009 1 commit
-
-
Stefan Kost authored
Use a default that won't be scales to 0,0,0
-
- 25 Feb, 2009 1 commit
-
-
Wim Taymans authored
Use the pool_lock in the buffer_alloc function to detect shutdown. Avoids crashes when the sink is shutdown.
-
- 22 Feb, 2009 1 commit
-
-
Sebastian Dröge authored
-
- 05 Feb, 2009 1 commit
-
-
Stefan Kost authored
Calling clear at that transition does things like stopping xvideo (which is not running at that time) and also clearing anything what the application might have drawn. This breaks handle-expose and autopaint-colorkey features.
-
- 23 Jan, 2009 1 commit
-
-
Wim Taymans authored
Add some more debugging to the strides as they are received from the server and the expected strides.
-
- 13 Jan, 2009 1 commit
-
-
Stefan Kost authored
Original commit message from CVS: * sys/xvimage/xvimagesink.c: Don't reset the colorkey when element is reused. Fixes #567511.
-
- 03 Dec, 2008 1 commit
-
-
Edward Hervey authored
Original commit message from CVS: * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc): * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc): Clear all flags on buffers returned from the image pool. Fixes #563143
-