1. 479b1ef player: Fix duration-changed CRITICAL warning if duration did not actually change by Lyon Wang · 7 years ago
  2. 0c14a92 player: doc update for set_subtitle_uri() by Philippe Normand · 7 years ago
  3. 13363f2 player: transfer ownership of info properties by Philippe Normand · 7 years ago
  4. cc58bd6 player: Fix-up set_seek_accurate() configuration to take a player config instead of a player instance by Sebastian Dröge · 7 years ago
  5. 20c4dc2 player: Consistently use GstVideoMultiviewFramePacking instead of Mode by Sebastian Dröge · 7 years ago
  6. 085f875 player: introduce helper method to remove seek source by Philippe Renon · 7 years ago
  7. 9fce294 player: remove duplicate state_ret check in play internal by Philippe Renon · 7 years ago
  8. 8a29da8 player: notify of media-info update after duration change by Philippe Normand · 8 years ago
  9. 98b0802 player: propagate updated duration to media_info by Philippe Normand · 8 years ago
  10. 4a45a01 player: Constify the config argument to gst_player_get_video_snapshot() by Sebastian Dröge · 8 years ago
  11. 634cd87 gst: Clear floating flag in constructor of all GstObject subclasses that are not owned by any parent by Sebastian Dröge · 8 years ago
  12. 78022a6 docs: Port all docstring to gtk-doc markdown by Thibault Saunier · 8 years ago
  13. e25da85 player: Make use of GstStreams API with playbin3 by Seungha Yang · 8 years ago
  14. 79be2e8 player: Fix setting of external subtitle URI by Haihua Hu · 8 years ago
  15. 2609aaa player: Add get video snapshot API by Lyon Wang · 8 years ago
  16. 00f9a21 player: Move audio/video/subtitle stream list getters into the correct namespace by Sebastian Dröge · 8 years ago
  17. 6a0d53b player: Don't try to cache the GQuark for GST_PLAYER_ERROR by Arun Raghavan · 8 years ago
  18. 8d41d81 player: Add configuration for enabling accurate seeks by Lyon Wang · 8 years ago
  19. 8ba57fb player: Cache duration and return cached duration by Sebastian Dröge · 8 years ago
  20. 254db11 player: Remove Return documentation for function returning void by Sebastian Dröge · 8 years ago
  21. fa31ea7 player: Only report the initial duration if the query was successful by Sebastian Dröge · 8 years ago
  22. ac6e2af player: Remove some leftovers from external GstPlayer by Sebastian Dröge · 8 years ago
  23. 79cab9f player: Remove boolean return from set_subtitle_uri() by Sebastian Dröge · 8 years ago
  24. a036b7e player: Don't change state to PLAYING immediately if a seek is pending by Sebastian Dröge · 8 years ago
  25. a2c03f2 player: On redirects, remember the redirect URI separately and don't consider this an URI property change by Sebastian Dröge · 9 years ago
  26. e416e79 player: Don't report spurious STOPPED state changes when doing transient changes there by Sebastian Dröge · 9 years ago
  27. c361907 player: Ensure that rate is initialized to 1.0 by Sebastian Dröge · 9 years ago
  28. c6d389c player: De-duplicate rate setting code and always use the property by Sebastian Dröge · 9 years ago
  29. fa8bfb3 player: Protect setter/getter for the configuration with a mutex by Sebastian Dröge · 9 years ago
  30. a0f6105 player: Move subtitle URI setter next to the uri setter by Sebastian Dröge · 9 years ago
  31. aa1a663 player: Add some 'const' to config getters by Sebastian Dröge · 9 years ago
  32. 1f7d341 player: G-I annotation fixes by Sebastian Dröge · 9 years ago
  33. 0f692e2 player: move 'position-update-interval' setting to the config struct by Guillaume Desmottes · 9 years ago
  34. 6e39cef player: add API to change http user agent by Guillaume Desmottes · 9 years ago
  35. a40ecc1 player: pause() should not inhibit signals but work exactly like play() by Sebastian Dröge · 9 years ago
  36. 0467923 player: inhibit signals after gst_player_stop() has been called by Guillaume Desmottes · 9 years ago
  37. 45a8326 player: use correct _NONE enum by Havard Graff · 9 years ago
  38. 586509d player: fix suburi getter debug message by Guillaume Desmottes · 9 years ago
  39. 3af9fd7 player: Don't set subtitle URI directly but dispatch to the player thread by Sebastian Dröge · 9 years ago
  40. 175e02b player: Add uri-loaded signal that is fired whenever a new URI is actually loaded by Sebastian Dröge · 9 years ago
  41. bf43460 player: Add audio-video-offset property and setter/getter API by Barun Kumar Singh · 9 years ago
  42. aa754f6 player: Add support for multiview settings by Barun Kumar Singh · 9 years ago
  43. 10a9b78 player: Add is_live flag to the GstPlayerMediaInfo by Sebastian Dröge · 9 years ago
  44. 7f8d9d1 player: Only set the pipeline to PLAYING in play() if buffering>=100% by Sebastian Dröge · 9 years ago
  45. b53972a player: Remove gst_player_new() and make gst_player_new_full() the normal constructor by Sebastian Dröge · 9 years ago
  46. 0b2d698 player: Import GstPlayer playback convenience API by Sebastian Dröge · 9 years ago