summaryrefslogtreecommitdiff
path: root/clutter-gst/clutter-gst-player.c
Commit message (Expand)AuthorAgeFilesLines
* video-texture: Fix a circular dependency not breaking on unref()Damien Lespiau2011-10-281-2/+25
* 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