Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Leave selection of audiosink to playbin | Sjoerd Simons | 2013-11-18 | 1 | -17/+0 |
| | | | | | | | gconfaudiosink has been deprecated a while ago, so clutter-gst example probably shouldn't use that. >eaving playbin to select the audiosink should just do the right thing on all platforms, so we can simply remove the audio sink selection code. | ||||
* | plugin: make 3.0 plugin parallel installable with 2.0 plugin | Lionel Landwerlin | 2013-11-15 | 1 | -4/+4 |
| | |||||
* | plugin: defer clutter_init() call from plugin registration to sink creation | Lionel Landwerlin | 2013-11-15 | 2 | -4/+10 |
| | |||||
* | aspectratio: add fill-allocation property to avoid pillarbox/letterbox | Lionel Landwerlin | 2013-11-15 | 1 | -13/+73 |
| | |||||
* | aspectratio: remove commented code | Lionel Landwerlin | 2013-11-15 | 1 | -127/+0 |
| | |||||
* | camaera-manager: Fix compilation without GUdev | Bastian Winkler | 2013-09-17 | 1 | -1/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=708215 | ||||
* | frame: fix introspection annotation | Lionel Landwerlin | 2013-08-19 | 1 | -1/+1 |
| | |||||
* | camera: add device property | Lionel Landwerlin | 2013-08-09 | 1 | -1/+27 |
| | |||||
* | camera-manager: add camera-added/camera-removed signals | Lionel Landwerlin | 2013-08-09 | 1 | -47/+163 |
| | |||||
* | autovideosink: fix content property getter/setter | Lionel Landwerlin | 2013-08-09 | 1 | -0/+8 |
| | |||||
* | camera: move device list to its own component | Lionel Landwerlin | 2013-08-09 | 6 | -137/+378 |
| | |||||
* | content: fix unref on wrong internal data | Lionel Landwerlin | 2013-08-04 | 1 | -1/+1 |
| | |||||
* | content: use new Cogl API to know if a sink is ready | Lionel Landwerlin | 2013-07-26 | 1 | -5/+6 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=704853 | ||||
* | fix compilation warnings all over the place | Lionel Landwerlin | 2013-07-22 | 5 | -5/+6 |
| | |||||
* | update documentation | Lionel Landwerlin | 2013-07-22 | 20 | -347/+102 |
| | |||||
* | remove ClutterGstPipeline | Lionel Landwerlin | 2013-07-22 | 4 | -469/+0 |
| | | | | | Now that we can attach CoglGstVideoSink directly to ClutterGstContent, ClutterGstPipeline become useless. | ||||
* | remove ClutterGstActor now replaced by ClutterGstContent | Lionel Landwerlin | 2013-07-22 | 9 | -1226/+197 |
| | |||||
* | content: start with no frame | Lionel Landwerlin | 2013-07-08 | 1 | -12/+13 |
| | |||||
* | switch ClutterGst to use ClutterContent | Lionel Landwerlin | 2013-07-08 | 13 | -242/+648 |
| | |||||
* | Add ClutterGstContent | Bastian Winkler | 2013-07-08 | 4 | -0/+491 |
| | | | | | | | | | 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 | ||||
* | actor: fix crash if no current frame | Lionel Landwerlin | 2013-04-25 | 1 | -2/+4 |
| | |||||
* | introduce ClutterGstPipeline to allow custom Gstreamer pipelines to feed Actors | Lionel Landwerlin | 2013-04-25 | 4 | -2/+471 |
| | |||||
* | util: expose help to create a CoglVideoSink | Lionel Landwerlin | 2013-04-14 | 2 | -0/+17 |
| | |||||
* | actor: expose clutter_gst_actor_new() | Lionel Landwerlin | 2013-04-14 | 2 | -0/+21 |
| | |||||
* | actor: implement get_preferred_width/height | Lionel Landwerlin | 2013-04-14 | 1 | -0/+30 |
| | |||||
* | Introduce ClutterGstBox to replace usage of (soon to be deprecated) ↵ | Lionel Landwerlin | 2013-03-27 | 3 | -15/+61 |
| | | | | | | ClutterActorBox https://bugzilla.gnome.org/show_bug.cgi?id=696630 | ||||
* | playback: Fix X11 code running on non-X11 backends | Bastien Nocera | 2013-03-26 | 1 | -2/+3 |
| | | | | | | | Check that we're running in X11 before calling clutter_x11_get_default_display() and using its result. https://bugzilla.gnome.org/show_bug.cgi?id=681508 | ||||
* | camera: silent warning | Lionel Landwerlin | 2013-03-20 | 1 | -1/+0 |
| | |||||
* | frame: Add missing return value to clutter_gst_frame_new | Bastian Winkler | 2013-03-20 | 1 | -0/+2 |
| | | | | | | Fix clutter_gst_frame_new to really return a new frame. https://bugzilla.gnome.org/show_bug.cgi?id=696127 | ||||
* | crop: add cull-backface property | Lionel Landwerlin | 2013-03-18 | 1 | -0/+25 |
| | |||||
* | actor: remove warnings | Lionel Landwerlin | 2013-03-18 | 1 | -6/+3 |
| | |||||
* | do not register any plugin for now | Lionel Landwerlin | 2013-03-18 | 1 | -18/+18 |
| | |||||
* | add Crop actor | Lionel Landwerlin | 2013-03-18 | 4 | -0/+373 |
| | |||||
* | aspectratio: return a ClutterActor type | Lionel Landwerlin | 2013-03-18 | 2 | -2/+2 |
| | |||||
* | aspectratio: add paint-borders property | Lionel Landwerlin | 2013-03-18 | 1 | -0/+64 |
| | |||||
* | playback: add missing header | Lionel Landwerlin | 2013-03-18 | 1 | -1/+32 |
| | |||||
* | headers: add missing protections against direct header inclusion | Lionel Landwerlin | 2013-03-18 | 3 | -0/+12 |
| | |||||
* | camera: get player working with the new infrastructure | Lionel Landwerlin | 2013-03-18 | 1 | -41/+55 |
| | |||||
* | actor: remove unused function | Lionel Landwerlin | 2013-03-18 | 1 | -9/+0 |
| | |||||
* | actor: fix player new-frame signal connection when set through property | Lionel Landwerlin | 2013-03-18 | 1 | -42/+46 |
| | |||||
* | player: emit signals using ids instead of names | Lionel Landwerlin | 2013-03-18 | 1 | -4/+4 |
| | |||||
* | players: listen to pixel-aspect-ratio changes | Lionel Landwerlin | 2013-03-18 | 5 | -23/+103 |
| | |||||
* | frame: add pixel aspect ratio values | Lionel Landwerlin | 2013-03-18 | 2 | -0/+5 |
| | |||||
* | move update frame util function to player | Lionel Landwerlin | 2013-03-18 | 2 | -25/+27 |
| | |||||
* | add Aspectratio renderer | Lionel Landwerlin | 2013-03-18 | 4 | -0/+301 |
| | |||||
* | playback: remove warnings | Lionel Landwerlin | 2013-03-18 | 1 | -13/+5 |
| | |||||
* | actor: don't use private data in paint_frame() vfunc | Lionel Landwerlin | 2013-03-18 | 1 | -2/+1 |
| | |||||
* | add util functions | Lionel Landwerlin | 2013-03-18 | 2 | -0/+39 |
| | |||||
* | clutter-gst-frame: fix resolution | Lionel Landwerlin | 2013-03-18 | 1 | -1/+1 |
| | |||||
* | clutter-gst-actor: remove commented code | Lionel Landwerlin | 2013-03-18 | 1 | -14/+0 |
| |