summaryrefslogtreecommitdiff
path: root/gst-libs/gst/player
Commit message (Expand)AuthorAgeFilesLines
* player: Fix/add various annotationsSebastian Dröge2021-09-202-29/+40
* player: Add missing nullable annotationsMarijn Suijten2021-09-192-11/+12
* player: Add static keyword to _config_quark_tableImanol Fernandez2021-07-281-1/+1
* Tell programmers that set_volume uses linear scale (fixes https://gitlab.free...Matthieu De Beule2021-04-071-0/+4
* player: Rewrite as GstPlay wrapperPhilippe Normand2021-03-096-3427/+495
* player/transcoder: Use bus signal watchThibault Saunier2020-12-141-7/+2
* player: Fix get_current_subtitle_track annotationPhilippe Normand2020-11-251-1/+1
* doc: player: mention that get_pipeline method needs unrefRafostar2020-11-051-1/+3
* player: call ref_sink on pipelineRafostar2020-11-051-0/+2
* Meson: Use pkg-config generatorXavier Claessens2020-10-231-0/+10
* player: Add g_autoptr() supportGuillaume Desmottes2020-08-051-0/+3
* remove various useless linefeed in logsStéphane Cerveau2019-12-111-5/+4
* documentation: fixed a heap o' typosAaron Boxer2019-11-052-2/+2
* Remove autotools build systemTim-Philipp Müller2019-10-141-112/+0
* gst-player: fix bug with changing playback directionAskar Safin2019-09-041-1/+1
* docs: Build documentation with hotdocThibault Saunier2019-05-131-0/+2
* Minor documentation fixesThibault Saunier2019-05-133-2/+5
* player: Fix various Since markers in the docsSebastian Dröge2019-04-232-13/+13
* player: Logging fix for updated audio infoPhilippe Normand2018-12-221-1/+1
* player: Don't crash if playbin is not available but kill the process cleanlySebastian Dröge2018-12-101-1/+7
* player: don't change uri when setting subtitle uriVíctor Manuel Jáquez Leal2018-11-011-2/+0
* player: API additions for subtitle-video-offset propertyPhilippe Normand2018-11-012-0/+60
* player: Don't set state to READY if we're already stoppedSebastian Dröge2018-10-241-0/+5
* player: fix deprecated api declarationTim-Philipp Müller2018-09-242-5/+11
* libs: fix API export/import and 'inconsistent linkage' on MSVCTim-Philipp Müller2018-09-243-2/+7
* player: Set default position and duration value to GST_CLOCK_TIME_NONEPhilippe Normand2018-09-031-2/+2
* meson: Maintain macOS ABI through dylib versioningNirbheek Chauhan2018-08-311-0/+1
* player: Avoid trying to join the player thread from itselfRoland Jon2018-07-021-1/+4
* player: Fix duration-changed CRITICAL warning if duration did not actually ch...Lyon Wang2018-06-041-1/+2
* player: GST_EXPORT -> GST_PLAYER_APITim-Philipp Müller2018-03-1312-112/+150
* player: doc update for set_subtitle_uri()Philippe Normand2018-01-071-1/+3
* player: transfer ownership of info propertiesPhilippe Normand2017-12-271-8/+4
* player: Fix-up set_seek_accurate() configuration to take a player config inst...Sebastian Dröge2017-12-162-4/+3
* player: Consistently use GstVideoMultiviewFramePacking instead of ModeSebastian Dröge2017-12-162-6/+8
* meson: remove vs_module_defsHavard Graff2017-10-051-1/+0
* meson: Fix namespace and add some missing args in the gir generationRico Tzschichholz2017-10-051-1/+1
* player: introduce helper method to remove seek sourcePhilippe Renon2017-09-151-23/+18
* player: remove duplicate state_ret check in play internalPhilippe Renon2017-09-151-5/+0
* player: notify of media-info update after duration changePhilippe Normand2017-08-151-0/+8
* player: propagate updated duration to media_infoPhilippe Normand2017-08-141-0/+5
* player: Constify the config argument to gst_player_get_video_snapshot()Sebastian Dröge2017-08-082-2/+2
* player: mark symbols explicitly for export with GST_EXPORTTim-Philipp Müller2017-07-188-98/+237
* gst: Clear floating flag in constructor of all GstObject subclasses that are ...Sebastian Dröge2017-05-171-1/+2
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-125-0/+5
* player: Make use of GstStreams API with playbin3Seungha Yang2017-03-223-37/+444
* 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