summaryrefslogtreecommitdiff
path: root/ext/sdl
AgeCommit message (Expand)AuthorFilesLines
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-2/+2
2014-12-16rectangle: clear rectangle struct before useWim Taymans1-1/+3
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-11-04Fix FSF addressTim-Philipp Müller2-4/+4
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller2-2/+2
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2-2/+2
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-04-04gst: Update versioningSebastian Dröge1-3/+3
2012-02-10Merge branch 'master' into 0.11Wim Taymans3-1/+4
2012-02-03build: fix CFLAGS order and LIBS orderTim-Philipp Müller1-1/+1
2012-01-27plenty: fixup glib deprecationsVincent Penquerc'h3-1/+4
2011-11-28various: fix pad template ref leaksVincent Penquerc'h2-2/+3
2010-11-25sdlaudiosink: Remove dead assignmentsEdward Hervey1-11/+1
2010-10-19various (ext): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost1-1/+2
2010-09-21sdlvideosink: Fix function prototype for touchy compilersEdward Hervey1-1/+1
2010-09-21sdl: Port to new XOverlay APIEdward Hervey1-4/+5
2010-09-04sdlvideosink: Re-enable YVYU and UYVYDavid Schleef1-5/+3
2010-03-21Add -Wmissing-declarations -Wmissing-prototypes to configure flagsBenjamin Otte1-1/+1
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2-19/+10
2009-06-29sdl: only include sys/time.h when we have itAndoni Morales1-0/+2
2009-06-19Make build without warnings with debugging disabledTim-Philipp Müller1-5/+5
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+1
2008-08-02ext/sdl/sdlvideosink.c: Use g_setenv() and g_unsetenv() instead of setenv() t...Tal Shalif1-2/+2
2007-12-29Fix 'xyz may be used uninitialized' compiler warnings caused by broken g_asse...Sebastian Dröge1-1/+3
2007-11-21ext/sdl/sdlaudiosink.c: Fix build on Mac OS X. (missing format parameter)Julien Moutte1-1/+1
2007-06-06ext/sdl/: Add GST_CFLAGS, which apparently somehow fixes the build somewhere ...Tim-Philipp Müller2-2/+2
2007-05-23ext/sdl/sdlvideosink.c: Separate the authors by newlines instead of nothing. ...René Stadler1-2/+2
2007-04-29autogen.sh: Require automake 1.7Thomas Vander Stichele1-13/+12
2007-01-04ext/: Fix various compiler warnings that reveal potential bugs.Julien Moutte3-10/+1
2006-08-29ext/sdl/: Only de-init the subsystem we previously initialised. Avoids borkag...Andrew Andkjar2-3/+3
2006-06-01Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2-7/+7
2006-05-06Add semicolons after GST_BOILERPLATE[_FULL] so that indent doesn't mess up fo...Maciej Katafiasz2-4/+6
2006-05-05ext/sdl/sdlaudiosink.c: Use (NULL) instead of just NULL in GST_ELEMENT_ERROR ...Tim-Philipp Müller1-3/+3
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost2-2/+2
2006-04-06Unify the long descriptions in the plugin details (#337263).j^2-9/+8
2006-04-01rework build; add translations for v4l2Thomas Vander Stichele1-1/+1
2006-01-27ext/sdl/sdlvideosink.*: Fix output stride copying, so that it displays correc...Jan Schmidt2-84/+172
2006-01-16Removed gst_base_src_set_live from mms and neon, and now calling parent_class...Edgard Lima1-0/+2
2006-01-11Now implementing navigation interface and using GST_BOILER_PLATE_FULL.Edgard Lima1-50/+127
2006-01-11Replaced wrong style code by GST_BOILERPLATE.Edgard Lima1-37/+6
2006-01-09Created new element, sdlaudiosink.Edgard Lima5-24/+611
2005-11-28fix includeThomas Vander Stichele1-1/+1
2005-11-23ext/sdl/sdlvideosink.*: Updates for fractional framerates and XOverlay interf...Jan Schmidt2-11/+13
2005-11-21Update for GST_FOURCC_FORMAT API change.Tim-Philipp Müller1-3/+3
2005-11-03Add support to exit when 'Esc' key is pressed.Edgard Lima2-3/+80
2005-10-31Changed property full-screen to fullscreen, using SDL_SWSURFACE instead of SD...Edgard Lima1-3/+3
2005-10-31Added a property that allows full-screen.Edgard Lima2-2/+29
2005-10-28ext/sdl/sdlvideosink.*: Fix I420 output on some machines (not very nice, but ...Tim-Philipp Müller2-19/+59
2005-10-27ext/sdl/sdlvideosink.c: Fix SDL videosink and did some cleanups.Wim Taymans1-101/+90
2005-10-27Trying to fix videos out of sync (not fixed yet)Edgard Lima2-2/+39