summaryrefslogtreecommitdiff
path: root/gst-libs/gst/player/gstplayer.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-20player: Fix/add various annotationsSebastian Dröge1-6/+9
2021-09-19player: Add missing nullable annotationsMarijn Suijten1-10/+11
2021-07-28player: Add static keyword to _config_quark_tableImanol Fernandez1-1/+1
2021-04-07Tell programmers that set_volume uses linear scale (fixes https://gitlab.free...Matthieu De Beule1-0/+4
2021-03-09player: Rewrite as GstPlay wrapperPhilippe Normand1-3273/+176
2020-12-14player/transcoder: Use bus signal watchThibault Saunier1-7/+2
2020-11-25player: Fix get_current_subtitle_track annotationPhilippe Normand1-1/+1
2020-11-05doc: player: mention that get_pipeline method needs unrefRafostar1-1/+3
2020-11-05player: call ref_sink on pipelineRafostar1-0/+2
2019-12-11remove various useless linefeed in logsStéphane Cerveau1-5/+4
2019-11-05documentation: fixed a heap o' typosAaron Boxer1-1/+1
2019-09-04gst-player: fix bug with changing playback directionAskar Safin1-1/+1
2019-05-13docs: Build documentation with hotdocThibault Saunier1-0/+2
2019-05-13Minor documentation fixesThibault Saunier1-0/+3
2019-04-23player: Fix various Since markers in the docsSebastian Dröge1-12/+12
2018-12-22player: Logging fix for updated audio infoPhilippe Normand1-1/+1
2018-12-10player: Don't crash if playbin is not available but kill the process cleanlySebastian Dröge1-1/+7
2018-11-01player: don't change uri when setting subtitle uriVíctor Manuel Jáquez Leal1-2/+0
2018-11-01player: API additions for subtitle-video-offset propertyPhilippe Normand1-0/+53
2018-10-24player: Don't set state to READY if we're already stoppedSebastian Dröge1-0/+5
2018-09-03player: Set default position and duration value to GST_CLOCK_TIME_NONEPhilippe Normand1-2/+2
2018-07-02player: Avoid trying to join the player thread from itselfRoland Jon1-1/+4
2018-06-04player: Fix duration-changed CRITICAL warning if duration did not actually ch...Lyon Wang1-1/+2
2018-01-07player: doc update for set_subtitle_uri()Philippe Normand1-1/+3
2017-12-27player: transfer ownership of info propertiesPhilippe Normand1-8/+4
2017-12-16player: Fix-up set_seek_accurate() configuration to take a player config inst...Sebastian Dröge1-3/+2
2017-12-16player: Consistently use GstVideoMultiviewFramePacking instead of ModeSebastian Dröge1-4/+6
2017-09-15player: introduce helper method to remove seek sourcePhilippe Renon1-23/+18
2017-09-15player: remove duplicate state_ret check in play internalPhilippe Renon1-5/+0
2017-08-15player: notify of media-info update after duration changePhilippe Normand1-0/+8
2017-08-14player: propagate updated duration to media_infoPhilippe Normand1-0/+5
2017-08-08player: Constify the config argument to gst_player_get_video_snapshot()Sebastian Dröge1-1/+1
2017-05-17gst: Clear floating flag in constructor of all GstObject subclasses that are ...Sebastian Dröge1-1/+2
2017-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier1-0/+1
2017-03-22player: Make use of GstStreams API with playbin3Seungha Yang1-37/+440
2017-03-09player: Fix setting of external subtitle URIHaihua Hu1-6/+4
2017-01-17player: Add get video snapshot APILyon Wang1-0/+97
2016-12-21player: Move audio/video/subtitle stream list getters into the correct namespaceSebastian Dröge1-2/+4
2016-12-08player: Don't try to cache the GQuark for GST_PLAYER_ERRORArun Raghavan1-6/+1
2016-11-01player: Add configuration for enabling accurate seeksLyon Wang1-0/+60
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öge1-4/+2
2016-09-14player: Don't change state to PLAYING immediately if a seek is pendingSebastian Dröge1-1/+2
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