summaryrefslogtreecommitdiffstats
path: root/sys/glsink/glimagesink.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-12Remove glimagesink, as it's been moved to gst-plugins-gl.David Schleef1-557/+0
2008-02-12Fix some finalize leaks by chaining up to the parent method.Jan Schmidt1-0/+2
2008-01-06sys/glsink/: Handle xoverlay exposes correctly. This means glimagesink works...David Schleef1-2/+23
2008-01-06sys/glsink/: Reenable video/x-raw-rgb and x-raw-yuv for glimagesink. Enable ...David Schleef1-145/+58
2007-12-29Major cleanup of code. Convert glupload to BaseTransform.David Schleef1-16/+11
2007-12-27sys/glsink/: Change glimagesink over to using GL buffers. This breaks glimag...David Schleef1-25/+94
2007-12-24sys/glsink/: Rewrite a bunch of code to use textures as the intermediate inst...David Schleef1-25/+1
2007-12-21sys/glsink/: Switch to using framebuffer_objects instead of GLXPixmaps, becau...David Schleef1-20/+9
2007-12-18sys/glsink/: Use new GstVideoFormat checked into -base. Add new glupload ele...David Schleef1-1/+1
2007-12-16sys/glsink/: Rename GLVideo* to GstGL*.David Schleef1-15/+15
2007-12-15sys/glsink/: Add support for xRGB, xBGR, and AYUV. Re-add support for power-...David Schleef1-4/+16
2007-12-15sys/glsink/gstvideo-common.*: Pull together some common raw video functions i...David Schleef1-103/+29
2007-12-12sys/glsink/: Split out gl-related code into a separate file with a sensible A...David Schleef1-392/+61
2007-06-06sys/glsink/glimagesink.c: Sprinkle in some XSync calls to avoid raciness with...Jan Schmidt1-0/+12
2007-05-18sys/glsink/glimagesink.c: Update the cached caps after opening the display so...Jan Schmidt1-0/+1
2007-04-03sys/glsink/glimagesink.c: Fix handling of video/x-raw-yuv. Add overlay handl...David Schleef1-39/+192
2006-09-23sys/glsink/glimagesink.c: Fix problems when the element cannot open the displ...David Schleef1-9/+16
2006-09-22ext/directfb/dfbvideosink.c: Lower rank from SECONDARY to MARGINAL. Plugins i...Tim-Philipp Müller1-1/+1
2006-08-15Fix leaks (#351502).Tim-Philipp Müller1-1/+1
2006-06-23Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) and fix one GObject bo...Tim-Philipp Müller1-2/+2
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost1-1/+1
2006-04-01rework build; add translations for v4l2Thomas Vander Stichele1-1/+1
2006-02-25sys/glsink/glimagesink.c: It doesn't seem we need GLU.hJulien Moutte1-1/+0
2006-02-22Cygwin Ports maintainer.Jan Schmidt1-4/+4
2006-02-14sys/glsink/glimagesink.c (gst_glimage_sink_init): Come on schleef, don't brea...Andy Wingo1-3/+3
2006-01-28revival of glimagesink. Kind of works.David Schleef1-1354/+557
2005-11-21Rename gst_caps_structure_fixate_* to gst_structure_fixate_* (#322027)Jan Schmidt1-4/+3
2005-10-12renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost1-2/+2
2005-09-05Fix up all the state change functions.Jan Schmidt1-12/+12
2004-11-01Fixes a bunch of problems with finalize and dispose functions, either assumpt...Jan Schmidt1-4/+4
2004-08-27sys/glsink/glimagesink.c: Move local variable declarations to make gcc-2.95 h...David Schleef1-19/+20
2004-08-09GL sink plugin. (Bug #147302)Gernot Ziegler1-0/+1610