aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-video-widget.c
Commit message (Collapse)AuthorAgeFilesLines
* Add colorspace and videoscale elements before the videosinkSjoerd Simons2009-03-281-1/+35
| | | | | | | | | | | | Farsight only adds colorspace and videoscale automatically on the input side of things, not on the output side. This causes things to break when the videosink isn't xvimagesink which can do scaling and colorspace conversion in hardware. Fixes gbz #576386 From: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2746
* Redraw the video widget if there is no underlying overlaySjoerd Simons2009-03-091-1/+5
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2643
* Assert that the widget is realized before using its XIDSjoerd Simons2009-03-091-0/+1
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2637
* Keep a weak pointer on the overlay in case it goes awaySjoerd Simons2009-03-091-0/+2
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2635
* Add sync and async propertiesSjoerd Simons2009-03-041-8/+80
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2552
* Fix naming of macros to be consistent with the class nameXavier Claessens2009-02-031-3/+3
| | | | svn path=/trunk/; revision=2418
* Add minimum width and height propertiesSjoerd Simons2009-02-031-1/+48
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2403
* sink the videosink so we can hold a ref to itSjoerd Simons2009-02-031-0/+9
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2397
* Add audio/video sink and source abstractionsSjoerd Simons2009-02-031-0/+298
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2384