summaryrefslogtreecommitdiff
path: root/clutter-gst/clutter-gst-player.c
Commit message (Expand)AuthorAgeFilesLines
* player: remove deprecated flag from propertiesLionel Landwerlin2015-01-151-4/+2
* Drop Cogl-Gst dependency and reimport video sinkLionel Landwerlin2014-05-281-14/+12
* update documentationLionel Landwerlin2013-07-221-3/+1
* switch ClutterGst to use ClutterContentLionel Landwerlin2013-07-081-0/+24
* player: emit signals using ids instead of namesLionel Landwerlin2013-03-181-4/+4
* players: listen to pixel-aspect-ratio changesLionel Landwerlin2013-03-181-3/+23
* move update frame util function to playerLionel Landwerlin2013-03-181-0/+27
* Break API and concepts around VideoTextureLionel Landwerlin2013-03-181-3053/+112
* ClutterGstPlayer: Handle buffering for live media.Andre Moreira Magalhaes (andrunko)2013-03-181-16/+20
* ClutterGstPlayer: Add method to check if the player is using a live media.Andre Moreira Magalhaes (andrunko)2013-03-181-0/+60
* ClutterGstPlayer: Add API to set/get buffer size/duration.Andre Moreira Magalhaes (andrunko)2013-03-181-0/+133
* ClutterGstPlayer: Use gst_query_parse_buffering_percent to parse buffer downl...Andre Moreira Magalhaes (andrunko)2013-03-181-6/+5
* Do not use deprecated ClutterMedia.Andre Moreira Magalhaes (andrunko)2013-03-181-19/+498
* Do not use deprecated gstreamer symbolsJavier Jardón2013-01-031-1/+1
* Update for GST_MESSAGE_DURATION -> DURATION_CHANGED renameTim-Philipp Müller2012-09-251-13/+7
* port to GStreamer 1.0Edward Hervey2012-07-121-12/+11
* player: Add a "in-seek" propertyMichael Wood2012-04-271-4/+73
* fix gir annotationsLionel Landwerlin2012-04-271-4/+4
* gst-player: take a reference on the player when adding an idle functionThomas Wood2011-12-201-7/+17
* build: Fix the usage of the CLUTTER_WINDOWING_X11 macroDamien Lespiau2011-11-081-3/+3
* Add HW accelerated element supportNicolas Dufresne2011-11-071-0/+44
* video-texture: Fix a circular dependency not breaking on unref()Damien Lespiau2011-10-281-2/+25
* player: force reset of text bit in playing flagsLionel Landwerlin2011-10-111-3/+19
* player: Don't try to free NULL GstTagListDamien Lespiau2011-09-301-1/+2
* player: Change how we report audio and subtitles trackDamien Lespiau2011-09-301-95/+68
* player: split interface API from default implementationLionel Landwerlin2011-09-261-145/+313
* player: ensure suburi is set to NULL without subtitle fileLionel Landwerlin2011-09-261-2/+2
* player: autoload subtitles only once uri is setLionel Landwerlin2011-09-261-1/+1
* Add "-Wsign-compare" to the maintainer flags and fix the resulting warningsThomas Wood2011-09-211-3/+3
* media: Refine the idle state management in the EOS callbackDamien Lespiau2011-09-011-2/+20
* introspection: Add mission annotationsDamien Lespiau2011-08-301-2/+4
* video-player: Actually implement clutter_gst_player_deinit()Damien Lespiau2011-08-301-21/+47
* doc: Fix copy/paste typo in clutter_gst_player_get_pipeline() annotationDamien Lespiau2011-08-301-2/+1
* doc: Add latest API addition to the gtk-doc sectionsDamien Lespiau2011-08-301-0/+35
* player: -1 is a acceptable value for the subtitles track (No subtitles)Damien Lespiau2011-08-261-1/+1
* video-texture: Add API to manage subtitlesDamien Lespiau2011-08-261-2/+178
* player: Finish porting the eos_cb from the old video-textureDamien Lespiau2011-08-261-1/+8
* player: Finish porting the error_cb from the old video-textureDamien Lespiau2011-08-261-0/+8
* clutter-gst: Expose ClutterGstPlayer interface and document APILionel Landwerlin2011-08-251-5/+205
* video-texture: Separate out the playbin2 logic.Lionel Landwerlin2011-08-221-0/+1859