summaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* examples: fix linking problem by replacing LDFLAGS with LDADDTing-Wei Lan2014-12-231-2/+2
|
* examples: fix video-sinkLionel Landwerlin2014-12-061-28/+21
|
* Revert "VAAPI DEBUG"Lionel Landwerlin2014-06-071-10/+0
| | | | This reverts commit 95c7751a7c4ef44fc1c2345e75e8cec10385fb4d.
* VAAPI DEBUGLionel Landwerlin2014-06-071-0/+10
|
* Drop Cogl-Gst dependency and reimport video sinkLionel Landwerlin2014-05-281-2/+1
|
* 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
* video-player: By default use download bufferingSjoerd Simons2013-11-181-3/+2
| | | | | | Using download buffering by default is always safe to do for non-local sources. Gstreamer will automatically fallback to stream buffering if download buffering isn't possible or suitable for the remote media
* video-player: Listen to the right object for buffer-fill signalsSjoerd Simons2013-11-151-1/+1
|
* examples: camera-list: remove useless loggingLionel Landwerlin2013-08-121-1/+1
|
* examples: add camera list exampleLionel Landwerlin2013-08-092-0/+125
|
* camera: move device list to its own componentLionel Landwerlin2013-08-091-1/+1
|
* examples: update examples' descriptionsLionel Landwerlin2013-08-041-7/+30
|
* Handle both uris and local filesSjoerd Simons2013-07-251-1/+8
| | | | | | | | Currently it's impossible to play a file from the internet with the video-player example. Solve this by recognizing whether a filepath or a uri was given and use the appropriate api depending on that. https://bugzilla.gnome.org/show_bug.cgi?id=704854
* fix compilation warnings all over the placeLionel Landwerlin2013-07-222-1/+4
|
* remove ClutterGstActor now replaced by ClutterGstContentLionel Landwerlin2013-07-223-56/+19
|
* examples: camera-player: use given size from the playerLionel Landwerlin2013-07-081-9/+2
|
* examples: add simple playerLionel Landwerlin2013-07-082-0/+56
|
* switch ClutterGst to use ClutterContentLionel Landwerlin2013-07-086-70/+90
|
* Add ClutterGstContentBastian Winkler2013-07-083-1/+181
| | | | | | | | | 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: remove imports of external libraries not being dependenciesLionel Landwerlin2013-03-274-12/+0
|
* Introduce ClutterGstBox to replace usage of (soon to be deprecated) ↵Lionel Landwerlin2013-03-274-20/+20
| | | | | | ClutterActorBox https://bugzilla.gnome.org/show_bug.cgi?id=696630
* examples: add video-flip2 exampleLionel Landwerlin2013-03-262-0/+390
|
* examples: video-flip: fix typoLionel Landwerlin2013-03-261-1/+1
|
* examples: video-flip: tweak animation duration againLionel Landwerlin2013-03-191-2/+2
|
* examples: video-flip: remove unused codeLionel Landwerlin2013-03-191-12/+0
|
* examples: video-flip: tweak animation durationLionel Landwerlin2013-03-181-2/+2
|
* examples: fix camera-player to work with ClutterGst 3.0 APILionel Landwerlin2013-03-181-11/+14
|
* examples: add one more javascript exampleLionel Landwerlin2013-03-182-0/+181
|
* examples: add a couple of javascript examplesLionel Landwerlin2013-03-183-4/+430
|
* examples: video-player: use Aspectratio rendererLionel Landwerlin2013-03-181-44/+2
|
* examples: video-player: display video at right aspect ratioLionel Landwerlin2013-03-181-15/+12
|
* Break API and concepts around VideoTextureLionel Landwerlin2013-03-183-114/+93
|
* examples: remove usage of deprecated APIsLionel Landwerlin2013-03-181-13/+3
|
* video-player2 example: Demonstrate how to handle live streams.Andre Moreira Magalhaes (andrunko)2013-03-181-13/+48
|
* video-player example: Demonstrate how to handle stream buffering.Andre Moreira Magalhaes (andrunko)2013-03-181-2/+25
|
* Add new examples to .gitignore.Andre Moreira Magalhaes (andrunko)2013-03-181-0/+1
|
* Add new camera-player example for camera playback.Andre Moreira Magalhaes (andrunko)2013-03-182-1/+486
|
* Do not use deprecated ClutterMedia.Andre Moreira Magalhaes (andrunko)2013-03-181-11/+11
| | | | Merge ClutterMedia with ClutterGstPlayer.
* ClutterGstVideoActor: Add new actor replacing ClutterGstVideoTexture.Andre Moreira Magalhaes (andrunko)2013-03-182-48/+79
| | | | | 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-183-43/+34
| | | | | | | | - 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.
* examples: video-player: deal with enter/leave events to show/hide cursorLionel Landwerlin2013-01-311-2/+14
|
* remove most of remaining Clutter deprecation warningsLionel Landwerlin2013-01-313-35/+61
| | | | Apart from ClutterMedia/ClutterTexture because that would break API.
* remove usage of ClutterContainerLionel Landwerlin2013-01-301-17/+11
|
* remove clutter_stage_get_default() callsLionel Landwerlin2013-01-302-2/+2
|
* video-player: Play the goom visualisation if there's no videoNirbheek Chauhan2013-01-031-0/+40
| | | | Bugzilla: https://bugzilla.gnome.org/show_bug.cgi?id=690659
* video-sink* examples: Port to gstreamer 1.0.Andre Moreira Magalhaes (andrunko)2012-09-252-5/+5
|
* videoplayer: fix reset_animaton so it can be performed more than onceJosep Torra2012-04-271-1/+1
|
* video-player: don't use the deprecated clutter_stage_get_default()Josep Torra2012-04-271-2/+7
|
* tests, examples: switch to new API to instantiate the videosinkJosep Torra2011-11-022-2/+4
| | | | | Change the application related code to use the new preferred API to create the sink.