summaryrefslogtreecommitdiff
path: root/examples/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* examples: fix linking problem by replacing LDFLAGS with LDADDTing-Wei Lan2014-12-231-2/+2
|
* fix automake warningsLionel Landwerlin2014-02-121-3/+3
|
* tests, examples: fix LDFLAGS vs LDADD useRyan Lortie2014-02-121-3/+3
| | | | | | | | Extra libraries to link belong in LDADD, not LDFLAGS. This fixes the build under jhbuild on FreeBSD. https://bugzilla.gnome.org/show_bug.cgi?id=724189
* examples: add simple playerLionel Landwerlin2013-07-081-0/+1
|
* Add ClutterGstContentBastian Winkler2013-07-081-1/+8
| | | | | | | | | This adds a ClutterContent implementation that uses a CoglGstVideoSink to display GStreamer video frames in any ClutterActor. It does not implement the ClutterGstPlayer interface, so you have to manage all GStreamer related tasks on your own. https://bugzilla.gnome.org/show_bug.cgi?id=699825
* examples: add video-flip2 exampleLionel Landwerlin2013-03-261-0/+1
|
* examples: add one more javascript exampleLionel Landwerlin2013-03-181-0/+1
|
* examples: add a couple of javascript examplesLionel Landwerlin2013-03-181-4/+8
|
* Add new camera-player example for camera playback.Andre Moreira Magalhaes (andrunko)2013-03-181-1/+8
|
* ClutterGstVideoActor: Add new actor replacing ClutterGstVideoTexture.Andre Moreira Magalhaes (andrunko)2013-03-181-8/+7
| | | | | This patch re-enables examples/video-player and the tests that were requiring ClutterGstVideoTexture (using ClutterGstVideoActor instead).
* Do not use deprecated ClutterTexture.Andre Moreira Magalhaes (andrunko)2013-03-181-7/+8
| | | | | | | | - Remove ClutterGstVideoTexture to be replaced by ClutterGstVideoActor. - Make cluttersink/autocluttersink gstreamer elements accept a ClutterGstActor instead of a ClutterTexture for painting. - This patch temporarily disable examples/video-player and some tests requiring ClutterGstVideoTexture.
* build: Remove duplicate definition of the nativation exampleDamien Lespiau2011-07-011-7/+0
|
* examples: Add navigation test to video-sinkBastien Nocera2011-04-051-0/+7
| | | | http://bugzilla.clutter-project.org/show_bug.cgi?id=2624
* examples: Add navigation test to video-sinkBastien Nocera2011-04-051-4/+11
| | | | http://bugzilla.clutter-project.org/show_bug.cgi?id=2624
* [Audio] Get rid of ClutterGstAudioDamien Lespiau2010-01-191-8/+1
| | | | | | | | | | The purpose of the library is to provide ClutterActors. You can play audio files using a ClutterGstVideoTexture as all you do is giving playbin2 an URI anyway. Not having to support an audio only ClutterMedia object will allow us to add more video related functions inside ClutterMedia without worrying about an audio-only implementation of the interface.
* [misc] Rename audio.c to audio-player.cDamien Lespiau2009-06-231-4/+4
| | | | | For the sake of consistency with the video player. This example is still very raw but hopefully useful.
* Introduce --enable-maintainer-cflagsDamien Lespiau2009-06-141-1/+1
| | | | | | Mimic Clutter with stricter warnings and the use of David Schleef's AS_COMPILER_FLAG macro. Fix a small shadow variable warning introducted by these flags.
* Make examples and tests use GCC_FLAGSDamien Lespiau2009-06-131-1/+5
| | | | And few the few resulting warnings.
* Move the tests into their own directoryDamien Lespiau2009-04-281-8/+1
| | | | Small unit tests should have their own directory separate from examples.
* Add a unit test for colospace conversion0.8.00.6.0Damien Lespiau2009-04-081-1/+8
| | | | Simple unit test to see if the sink is able to eat the specified format.
* 2007-07-10 Emmanuele Bassi <ebassi@openedhand.com>Emmanuele Bassi2007-07-101-7/+0
| | | | | | * examples/Makefile.am: * examples/video-cube.c: Remove the video-cube example: it has been broken for a while now.
* 2007-06-22 Matthew Allum <mallum@openedhand.com>Matthew Allum2007-06-221-1/+1
| | | | | | | | | | | | | | | | | | | | * configure.ac: Bump up to use Clutter 0.3 (trunk) * clutter-gst/clutter-gst-video-sink.c: Improve caps usage and switch to BGRA data, taking advantage of newer texture api and thus giving an alpha channel to video textures. Collect pixel aspect ratio info but do not expose as yet. * clutter-gst/clutter-gst-video-texture.c: Minor change to object creation. * examples/Makefile.am: * examples/audio.c: * examples/video-player.c: * examples/video-sink.c: Update for 0.3 API
* 2007-04-26 Matthew Allum <mallum@openedhand.com>Matthew Allum2007-04-261-1/+8
| | | | | | | | | | | | | | | | | * clutter-gst/Makefile.am: * clutter-gst/clutter-gst-util.c: * clutter-gst/clutter-gst-util.h: * clutter-gst/clutter-gst.h: Add a clutter_gst_init() call mainly for binding usage. * clutter-gst/clutter-gst-video-sink.c: * clutter-gst/clutter-gst-video-sink.h: * clutter-gst/clutter-gst-video-texture.c: * examples/Makefile.am: * examples/README: * examples/video-sink.c: Addition of clutter texture gstreamer video sink from Jonathan Matthew (#296)
* added clutter-gstJorn Baayen2006-08-301-0/+29