summaryrefslogtreecommitdiff
path: root/clutter-gst/clutter-gst-video-texture.c
Commit message (Expand)AuthorAgeFilesLines
* video-texture: Fix a circular dependency not breaking on unref()Damien Lespiau2011-10-281-2/+11
* player: Change how we report audio and subtitles trackDamien Lespiau2011-09-301-4/+4
* introspection: Add mission annotationsDamien Lespiau2011-08-301-2/+4
* video-texture: Remote the dispose vfuncDamien Lespiau2011-08-301-7/+0
* video-player: Actually implement clutter_gst_player_deinit()Damien Lespiau2011-08-301-0/+2
* doc: Add latest API addition to the gtk-doc sectionsDamien Lespiau2011-08-301-2/+2
* video-texture: Add API to manage subtitlesDamien Lespiau2011-08-261-0/+54
* video-texture: Don't use an internal is_idle stateDamien Lespiau2011-08-261-10/+3
* video-texture: Separate out the playbin2 logic.Lionel Landwerlin2011-08-221-1577/+48
* video-texture: Fix leaking of GstBusDamien Lespiau2011-07-061-13/+16
* video-texture: Remove unused message callbackDamien Lespiau2011-07-061-12/+0
* video-texture: Add missing transfer annotationsBastian Winkler2011-07-051-2/+2
* video-texture: Add support for audio stream selectionDamien Lespiau2011-07-041-1/+324
* video-texture: Reset the subtitle URI when playing the NULL URIDamien Lespiau2011-06-291-0/+2
* Revert "video-texture: speed up switching to another uri"Damien Lespiau2011-06-061-1/+1
* video-texture: Remove debugging message...Damien Lespiau2011-04-061-1/+0
* video-texture: Put the object in idle mode on errorDamien Lespiau2011-04-051-0/+4
* video-texture: Revert the set_playing() guardsDamien Lespiau2011-04-051-7/+2
* video-texture: Report sane values when in error or eosDamien Lespiau2011-04-051-1/+27
* video-texture: Set the pipeline to NULL *before* signalling an errorDamien Lespiau2011-04-051-2/+2
* video-texture: Set the state of the pipeline to READY on EOSDamien Lespiau2011-04-051-1/+1
* video-texture: Don't forget to reset the subtitle URI with new mediaDamien Lespiau2011-04-041-0/+4
* video-texture: Initial support for download bufferingDamien Lespiau2011-04-041-13/+302
* video-player: set_playing: Don't do anything when not changing stateDamien Lespiau2011-03-301-1/+7
* video-texture: Remove unused variableDamien Lespiau2011-03-301-1/+1
* video-texture: Clean up and fix the stream bufferingDamien Lespiau2011-03-301-17/+47
* video-texture: introduce change_uri internal stateLionel Landwerlin2011-03-291-4/+20
* video-texture: filter out non-changing state eventsLionel Landwerlin2011-03-291-0/+27
* video-texture: complete get_progress tracesLionel Landwerlin2011-03-281-2/+3
* video-texture: don't pause the pipeline when seekingLionel Landwerlin2011-03-281-10/+0
* style: Remove trailing spacesDamien Lespiau2011-03-251-26/+26
* video-texture: Fix an pimp the audio-volume behaviourDamien Lespiau2011-03-251-11/+42
* video-texture: speed up switching to another uriLionel Landwerlin2011-03-231-1/+1
* video-texture: set_progress improvementLionel Landwerlin2011-03-231-2/+10
* video-texture: Fix small typo of notificationDamien Lespiau2011-02-251-1/+1
* video-texture: set_uri (NULL) now goes to "idle" mode and stops playingDamien Lespiau2011-02-251-12/+16
* texture: Reset the pipeline state to NULL *before* emitting EOSDamien Lespiau2011-02-231-2/+2
* video-texture: Restore the idle state at EOSDamien Lespiau2010-12-071-0/+4
* video-texture: Add a note when get_progress() is called while seekingDamien Lespiau2010-12-071-1/+4
* video-texture: Fix the notification of the target progressDamien Lespiau2010-12-071-4/+4
* video-texture: Allow to make accurate seeksDamien Lespiau2010-12-061-2/+78
* video-texture: Don't return in progress of 0.0 when seekingDamien Lespiau2010-12-051-0/+9
* video-texture: Set the pipeline line state to NULL on errorJuanZhao2010-10-201-0/+6
* video-texture: Respect the pixel aspect ratio of the incoming framesDamien Lespiau2010-09-161-1/+236
* video-texture: Fix reading of the subtitle-font-name propertyDamien Lespiau2010-08-051-2/+5
* video-texture: Fix segmentation fault by assigning 'priv'Frederik Zipp2010-07-271-0/+2
* video-texture: You can now customize the user-agentDamien Lespiau2010-06-181-4/+133
* video-texture: Add Since: tags for newly introduced symbolsDamien Lespiau2010-06-171-0/+4
* video-texture: Fix the logic to get out of the idle modeDamien Lespiau2010-06-081-1/+1
* video-texture: Correct symbol name and remove debug outputChris Lord2010-06-081-3/+1