summaryrefslogtreecommitdiff
path: root/gst-libs/gst/player
Commit message (Expand)AuthorAgeFilesLines
* player: Fix setting of external subtitle URIHaihua Hu2017-03-091-6/+4
* meson: Build GIR filesThibault Saunier2017-01-231-1/+20
* player: Add support for selecting a specific video sinkLyon Wang2017-01-172-1/+38
* player: Add missing documentation for deprecated functionsSebastian Dröge2017-01-171-0/+21
* player: Add get video snapshot APILyon Wang2017-01-172-0/+109
* player: Add deprecated compatibility functions for the audio/video/subtitle s...Sebastian Dröge2016-12-212-0/+37
* player: Move audio/video/subtitle stream list getters into the correct namespaceSebastian Dröge2016-12-213-11/+13
* player: Add get track number media info APILyon Wang2016-12-212-0/+70
* player: Don't try to cache the GQuark for GST_PLAYER_ERRORArun Raghavan2016-12-081-6/+1
* player: Add configuration for enabling accurate seeksLyon Wang2016-11-012-0/+63
* player: Cache duration and return cached durationSebastian Dröge2016-11-011-4/+7
* player: Remove Return documentation for function returning voidSebastian Dröge2016-09-301-2/+0
* player: Only report the initial duration if the query was successfulSebastian Dröge2016-09-261-2/+4
* player: Remove some leftovers from external GstPlayerSebastian Dröge2016-09-171-18/+2
* player: Remove boolean return from set_subtitle_uri()Sebastian Dröge2016-09-152-5/+3
* player: Don't change state to PLAYING immediately if a seek is pendingSebastian Dröge2016-09-141-1/+2
* gstplayer: remove leftover update_interval apiJulien Isorce2016-09-081-4/+0
* player: On redirects, remember the redirect URI separately and don't consider...Sebastian Dröge2016-08-241-6/+11
* player: Don't report spurious STOPPED state changes when doing transient chan...Sebastian Dröge2016-08-241-12/+22
* player: Ensure that rate is initialized to 1.0Sebastian Dröge2016-08-241-0/+1
* player: De-duplicate rate setting code and always use the propertySebastian Dröge2016-08-231-38/+30
* player: Protect setter/getter for the configuration with a mutexSebastian Dröge2016-08-231-1/+12
* player: Move subtitle URI setter next to the uri setterSebastian Dröge2016-08-232-44/+44
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-201-0/+41
* player: Add some 'const' to config gettersSebastian Dröge2016-07-252-4/+4
* player: G-I annotation fixesSebastian Dröge2016-07-251-3/+2
* player: move 'position-update-interval' setting to the config structGuillaume Desmottes2016-07-252-82/+57
* player: add API to change http user agentGuillaume Desmottes2016-07-252-0/+176
* player: pause() should not inhibit signals but work exactly like play()Sebastian Dröge2016-06-061-3/+2
* player: inhibit signals after gst_player_stop() has been calledGuillaume Desmottes2016-05-301-5/+65
* player: use correct _NONE enumHavard Graff2016-05-281-2/+2
* player: fix suburi getter debug messageGuillaume Desmottes2016-05-251-2/+2
* player: Don't set subtitle URI directly but dispatch to the player threadSebastian Dröge2016-05-251-6/+1
* g-i: pass compiler env to g-ir-scannerTim-Philipp Müller2016-05-241-1/+3
* player: Fix documentation for gst_player_video_info_get_framerate()Arun Raghavan2016-05-231-1/+3
* player: Add uri-loaded signal that is fired whenever a new URI is actually lo...Sebastian Dröge2016-05-151-0/+39
* player: Add required paths via pkg-config for gstreamer-base-1.0 and gstreame...Sebastian Dröge2016-04-291-0/+4
* player: Add audio-video-offset property and setter/getter APIBarun Kumar Singh2016-04-282-1/+55
* player: Add support for multiview settingsBarun Kumar Singh2016-04-213-0/+139
* Drop usage of 'overlayed' to mean 'overlaid'Reynaldo H. Verdejo Pinochet2016-04-151-1/+1
* player: Add is_live flag to the GstPlayerMediaInfoSebastian Dröge2016-03-254-4/+23
* player: Expose more GstVideoOverlay API in the GstPlayerVideoOverlayVideoRend...Sebastian Dröge2016-02-222-1/+90
* libs: player: use configured GST_PKG_CONFIG_PATH when invoking the introspect...David Waring2016-02-021-4/+6
* libs: g-i: fix init section to avoid compiler warningsTim-Philipp Müller2016-01-191-1/+1
* player: Only set the pipeline to PLAYING in play() if buffering>=100%Sebastian Dröge2016-01-061-1/+2
* player: Remove gst_player_new() and make gst_player_new_full() the normal con...Sebastian Dröge2016-01-042-14/+2
* player: Import GstPlayer playback convenience APISebastian Dröge2015-12-2320-0/+6279