summaryrefslogtreecommitdiff
path: root/gst-libs/gst/player
AgeCommit message (Expand)AuthorFilesLines
2016-11-01player: Add configuration for enabling accurate seeksLyon Wang2-0/+63
2016-11-01player: Cache duration and return cached durationSebastian Dröge1-4/+7
2016-09-30player: Remove Return documentation for function returning voidSebastian Dröge1-2/+0
2016-09-26player: Only report the initial duration if the query was successfulSebastian Dröge1-2/+4
2016-09-17player: Remove some leftovers from external GstPlayerSebastian Dröge1-18/+2
2016-09-15player: Remove boolean return from set_subtitle_uri()Sebastian Dröge2-5/+3
2016-09-14player: Don't change state to PLAYING immediately if a seek is pendingSebastian Dröge1-1/+2
2016-09-08gstplayer: remove leftover update_interval apiJulien Isorce1-4/+0
2016-08-24player: On redirects, remember the redirect URI separately and don't consider...Sebastian Dröge1-6/+11
2016-08-24player: Don't report spurious STOPPED state changes when doing transient chan...Sebastian Dröge1-12/+22
2016-08-24player: Ensure that rate is initialized to 1.0Sebastian Dröge1-0/+1
2016-08-23player: De-duplicate rate setting code and always use the propertySebastian Dröge1-38/+30
2016-08-23player: Protect setter/getter for the configuration with a mutexSebastian Dröge1-1/+12
2016-08-23player: Move subtitle URI setter next to the uri setterSebastian Dröge2-44/+44
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+41
2016-07-25player: Add some 'const' to config gettersSebastian Dröge2-4/+4
2016-07-25player: G-I annotation fixesSebastian Dröge1-3/+2
2016-07-25player: move 'position-update-interval' setting to the config structGuillaume Desmottes2-82/+57
2016-07-25player: add API to change http user agentGuillaume Desmottes2-0/+176
2016-06-06player: pause() should not inhibit signals but work exactly like play()Sebastian Dröge1-3/+2
2016-05-30player: inhibit signals after gst_player_stop() has been calledGuillaume Desmottes1-5/+65
2016-05-28player: use correct _NONE enumHavard Graff1-2/+2
2016-05-25player: fix suburi getter debug messageGuillaume Desmottes1-2/+2
2016-05-25player: Don't set subtitle URI directly but dispatch to the player threadSebastian Dröge1-6/+1
2016-05-24g-i: pass compiler env to g-ir-scannerTim-Philipp Müller1-1/+3
2016-05-23player: Fix documentation for gst_player_video_info_get_framerate()Arun Raghavan1-1/+3
2016-05-15player: Add uri-loaded signal that is fired whenever a new URI is actually lo...Sebastian Dröge1-0/+39
2016-04-29player: Add required paths via pkg-config for gstreamer-base-1.0 and gstreame...Sebastian Dröge1-0/+4
2016-04-28player: Add audio-video-offset property and setter/getter APIBarun Kumar Singh2-1/+55
2016-04-21player: Add support for multiview settingsBarun Kumar Singh3-0/+139
2016-04-15Drop usage of 'overlayed' to mean 'overlaid'Reynaldo H. Verdejo Pinochet1-1/+1
2016-03-25player: Add is_live flag to the GstPlayerMediaInfoSebastian Dröge4-4/+23
2016-02-22player: Expose more GstVideoOverlay API in the GstPlayerVideoOverlayVideoRend...Sebastian Dröge2-1/+90
2016-02-02libs: player: use configured GST_PKG_CONFIG_PATH when invoking the introspect...David Waring1-4/+6
2016-01-19libs: g-i: fix init section to avoid compiler warningsTim-Philipp Müller1-1/+1
2016-01-06player: Only set the pipeline to PLAYING in play() if buffering>=100%Sebastian Dröge1-1/+2
2016-01-04player: Remove gst_player_new() and make gst_player_new_full() the normal con...Sebastian Dröge2-14/+2
2015-12-23player: Import GstPlayer playback convenience APISebastian Dröge20-0/+6279