summaryrefslogtreecommitdiffstats
path: root/sys/glsink
AgeCommit message (Expand)AuthorFilesLines
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 Schmidt2-5/+5
2006-02-14sys/glsink/glimagesink.c (gst_glimage_sink_init): Come on schleef, don't brea...Andy Wingo1-3/+3
2006-01-30sys/glsink/Makefile.am (libgstglimagesink_la_LIBADD)Andy Wingo1-2/+4
2006-01-28sys/glsink/Makefile.am: glimagesink.h is dead, long live glimagesink.hEdward Hervey1-2/+0
2006-01-28revival of glimagesink. Kind of works.David Schleef3-1494/+560
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-09sys/glsink/ARB_multitexture.h: Remove old files.David Schleef10-3462/+0
2004-08-09GL sink plugin. (Bug #147302)Gernot Ziegler3-7/+1755
2004-03-15don't mix tabs and spacesThomas Vander Stichele6-109/+111
2004-03-15*.h: Revert indentingJohan Dahlin4-859/+511
2004-03-14gst-indentThomas Vander Stichele10-1767/+2206
2004-01-12Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_HDavid Schleef3-0/+6
2003-12-22Merge CAPS branchDavid Schleef1-25/+2
2003-12-04remove copyright field from pluginsAndy Wingo1-1/+0
2003-11-07Remove all config.h includes from header files, add it to each source file an...Ronald S. Bultje3-0/+13
2003-11-06updates to glsinkGernot Ziegler1-46/+44
2003-10-31glsink with correct threading supportGernot Ziegler6-52/+162
2003-10-28welcome to glsink for 0.7.x :)Gernot Ziegler11-0/+3276