summaryrefslogtreecommitdiff
path: root/clutter-gst/clutter-gst-video-sink.c
Commit message (Expand)AuthorAgeFilesLines
* video-sink: force upload of video frames when creating texturesLionel Landwerlin2015-07-101-31/+6
* video-sink: clear buffer in flushWim Taymans2015-05-191-0/+26
* video-sink: advertize the GstVideoOverlayComposition feature in capsMatthieu Bouron2015-05-091-0/+16
* memory leaks at loggingVíctor Manuel Jáquez Leal2015-05-091-2/+2
* video-sink: do not advertise anything but RGBA for texture uploadLionel Landwerlin2015-01-151-3/+6
* video-sink: remove unused functionLionel Landwerlin2014-12-061-10/+0
* video-sink: add empty navigation interface implementationLionel Landwerlin2014-12-061-2/+22
* video-sink: add RGBx/BGRx supportLionel Landwerlin2014-12-061-2/+7
* configure.ac: add opportunity to disable gl texture upload supportLionel Landwerlin2014-06-261-2/+11
* video-sink: keep GstBuffer around until the next frameLionel Landwerlin2014-06-261-8/+28
* video-sink: only bind required number of layersLionel Landwerlin2014-06-261-1/+1
* video-sink: expose overlay composition support in capsLionel Landwerlin2014-06-221-22/+25
* video-sink: use filter when responding to get_caps()Lionel Landwerlin2014-06-211-2/+5
* video-sink: clear textures when new caps are detectedLionel Landwerlin2014-06-211-0/+1
* plugins: reorganize debug topicsLionel Landwerlin2014-06-211-17/+44
* video-sink: fix documentation sectionLionel Landwerlin2014-06-091-2/+2
* video-sink: subclass GstVideoSink rather than GstBaseSinkLionel Landwerlin2014-06-091-1/+11
* Revert "VAAPI DEBUG"Lionel Landwerlin2014-06-071-21/+3
* VAAPI DEBUGLionel Landwerlin2014-06-071-3/+21
* sink: position RGBA GL upload as first capLionel Landwerlin2014-06-071-9/+9
* video-sink: add overlay supportLionel Landwerlin2014-06-071-0/+142
* video-sink: add gl texture upload supportLionel Landwerlin2014-05-281-4/+84
* Drop Cogl-Gst dependency and reimport video sinkLionel Landwerlin2014-05-281-0/+2317
* remove ClutterGstVideoSink as we know it, we rely on CoglSink nowLionel Landwerlin2013-03-181-1729/+0
* Break API and concepts around VideoTextureLionel Landwerlin2013-03-181-219/+275
* Update docs.Andre Moreira Magalhaes (andrunko)2013-03-181-1/+1
* Do not use deprecated ClutterMedia.Andre Moreira Magalhaes (andrunko)2013-03-181-1/+1
* Do not use deprecated ClutterTexture.Andre Moreira Magalhaes (andrunko)2013-03-181-52/+52
* Use shared template materials for multiple sinksSunjin Yang2013-03-181-34/+65
* Bump Cogl dependency to 1.10Lionel Landwerlin2013-01-311-8/+6
* remove usage of ClutterContainerLionel Landwerlin2013-01-301-3/+3
* remove clutter_stage_get_default() callsLionel Landwerlin2013-01-301-1/+1
* Do not use deprecated gstreamer symbolsJavier Jardón2013-01-031-1/+1
* sink: Remove unused enumDamien Lespiau2012-09-261-7/+0
* video-sink: Use GstVideoInfo/GstVideoFrame for more consistencyEdward Hervey2012-09-251-78/+102
* video-sink: Remove usage of GL_TEXTURE_2DEdward Hervey2012-09-251-4/+0
* video-sink: Detect errors, propagate them, add debugEdward Hervey2012-09-251-45/+128
* video-sink: Don't use GL* valuesEdward Hervey2012-09-251-2/+5
* gst-indent codeEdward Hervey2012-09-251-580/+477
* Enable navigation in standalone pluginNicolas Dufresne2012-08-201-1/+2
* Don't use GLint needlesslySjoerd Simons2012-08-161-1/+1
* gst: Use new g_mutex APIEdward Hervey2012-07-121-14/+14
* port to GStreamer 1.0Edward Hervey2012-07-121-146/+154
* sink: Don't try to set the aspect ratio on a texture we don't have (yet)Damien Lespiau2012-02-281-13/+29
* plugin: Add a autocluttersink elementJosep Torra2012-01-251-29/+0
* Revert "Do synchronous render to allow QOS"Damien Lespiau2012-01-241-80/+59
* build: Fix the usage of the CLUTTER_WINDOWING_X11 macroDamien Lespiau2011-11-081-2/+2
* sink: Disable slicing when creating the textureDamien Lespiau2011-11-071-1/+3
* plugin: Don't depend on libclutter-gstDamien Lespiau2011-11-071-1/+11
* sink: Set the no clear hint on the stageDamien Lespiau2011-11-071-0/+1