documentation: fixed a heap o' typos
[platform/upstream/gstreamer.git] / gst-libs / gst / player / gstplayer.c
2019-11-05 Aaron Boxerdocumentation: fixed a heap o' typos
2019-09-04 Askar Safingst-player: fix bug with changing playback direction
2019-05-13 Thibault Saunierdocs: Build documentation with hotdoc
2019-05-13 Thibault SaunierMinor documentation fixes
2019-04-23 Sebastian Drögeplayer: Fix various Since markers in the docs
2018-12-22 Philippe Normandplayer: Logging fix for updated audio info
2018-12-10 Sebastian Drögeplayer: Don't crash if playbin is not available but...
2018-11-01 Víctor Manuel Jáqu... player: don't change uri when setting subtitle uri
2018-11-01 Philippe Normandplayer: API additions for subtitle-video-offset property
2018-10-24 Sebastian Drögeplayer: Don't set state to READY if we're already stopped
2018-09-03 Philippe Normandplayer: Set default position and duration value to...
2018-07-02 Roland Jonplayer: Avoid trying to join the player thread from...
2018-06-04 Lyon Wangplayer: Fix duration-changed CRITICAL warning if durati...
2018-01-07 Philippe Normandplayer: doc update for set_subtitle_uri()
2017-12-27 Philippe Normandplayer: transfer ownership of info properties
2017-12-16 Sebastian Drögeplayer: Fix-up set_seek_accurate() configuration to...
2017-12-16 Sebastian Drögeplayer: Consistently use GstVideoMultiviewFramePacking...
2017-09-15 Philippe Renonplayer: introduce helper method to remove seek source
2017-09-15 Philippe Renonplayer: remove duplicate state_ret check in play internal
2017-08-15 Philippe Normandplayer: notify of media-info update after duration...
2017-08-14 Philippe Normandplayer: propagate updated duration to media_info
2017-08-08 Sebastian Drögeplayer: Constify the config argument to gst_player_get_...
2017-05-17 Sebastian Drögegst: Clear floating flag in constructor of all GstObjec...
2017-04-12 Thibault Saunierdocs: Port all docstring to gtk-doc markdown
2017-03-22 Seungha Yangplayer: Make use of GstStreams API with playbin3
2017-03-09 Haihua Huplayer: Fix setting of external subtitle URI
2017-01-17 Lyon Wangplayer: Add get video snapshot API
2016-12-21 Sebastian Drögeplayer: Move audio/video/subtitle stream list getters...
2016-12-08 Arun Raghavanplayer: Don't try to cache the GQuark for GST_PLAYER_ERROR
2016-11-01 Lyon Wangplayer: Add configuration for enabling accurate seeks
2016-11-01 Sebastian Drögeplayer: Cache duration and return cached duration
2016-09-30 Sebastian Drögeplayer: Remove Return documentation for function return...
2016-09-26 Sebastian Drögeplayer: Only report the initial duration if the query...
2016-09-17 Sebastian Drögeplayer: Remove some leftovers from external GstPlayer
2016-09-15 Sebastian Drögeplayer: Remove boolean return from set_subtitle_uri()
2016-09-14 Sebastian Drögeplayer: Don't change state to PLAYING immediately if...
2016-08-24 Sebastian Drögeplayer: On redirects, remember the redirect URI separat...
2016-08-24 Sebastian Drögeplayer: Don't report spurious STOPPED state changes...
2016-08-24 Sebastian Drögeplayer: Ensure that rate is initialized to 1.0
2016-08-23 Sebastian Drögeplayer: De-duplicate rate setting code and always use...
2016-08-23 Sebastian Drögeplayer: Protect setter/getter for the configuration...
2016-08-23 Sebastian Drögeplayer: Move subtitle URI setter next to the uri setter
2016-07-25 Sebastian Drögeplayer: Add some 'const' to config getters
2016-07-25 Sebastian Drögeplayer: G-I annotation fixes
2016-07-25 Guillaume Desmottesplayer: move 'position-update-interval' setting to...
2016-07-25 Guillaume Desmottesplayer: add API to change http user agent
2016-06-06 Sebastian Drögeplayer: pause() should not inhibit signals but work...
2016-05-30 Guillaume Desmottesplayer: inhibit signals after gst_player_stop() has...
2016-05-28 Havard Graffplayer: use correct _NONE enum
2016-05-25 Guillaume Desmottesplayer: fix suburi getter debug message
2016-05-25 Sebastian Drögeplayer: Don't set subtitle URI directly but dispatch...
2016-05-15 Sebastian Drögeplayer: Add uri-loaded signal that is fired whenever...
2016-04-28 Barun Kumar Singhplayer: Add audio-video-offset property and setter...
2016-04-21 Barun Kumar Singhplayer: Add support for multiview settings
2016-03-25 Sebastian Drögeplayer: Add is_live flag to the GstPlayerMediaInfo
2016-01-06 Sebastian Drögeplayer: Only set the pipeline to PLAYING in play()...
2016-01-04 Sebastian Drögeplayer: Remove gst_player_new() and make gst_player_new...
2015-12-23 Sebastian Drögeplayer: Import GstPlayer playback convenience API