gstreamer/gst-libs/gst/player
Askar Safin c881e0a505 gst-player: fix bug with changing playback direction
Fix gst_event_new_seek call in gst-libs/gst/player/gstplayer.c

If rate >= 0.0, then previous code doesn't set end of segment. So, the end of segment
will be in place where previous seek put it. This is not neccesary end of media file
(in case of reverse playback). So if we play video backward for some time and then
switched to forward playing, we will get EOS somewhere in the middle of media file.
This commit always sets end of segment, thus fixing this bug
2019-09-04 15:19:39 +00:00
..
gstplayer-g-main-context-signal-dispatcher.c Minor documentation fixes 2019-05-13 11:36:27 -04:00
gstplayer-g-main-context-signal-dispatcher.h player: GST_EXPORT -> GST_PLAYER_API 2018-03-13 13:02:54 +00:00
gstplayer-media-info-private.h player: Make use of GstStreams API with playbin3 2017-03-22 15:17:30 +02:00
gstplayer-media-info.c Minor documentation fixes 2019-05-13 11:36:27 -04:00
gstplayer-media-info.h player: fix deprecated api declaration 2018-09-24 14:46:40 +01:00
gstplayer-signal-dispatcher-private.h player: Import GstPlayer playback convenience API 2015-12-23 09:54:37 +01:00
gstplayer-signal-dispatcher.c player: Import GstPlayer playback convenience API 2015-12-23 09:54:37 +01:00
gstplayer-signal-dispatcher.h player: GST_EXPORT -> GST_PLAYER_API 2018-03-13 13:02:54 +00:00
gstplayer-types.h player: GST_EXPORT -> GST_PLAYER_API 2018-03-13 13:02:54 +00:00
gstplayer-video-overlay-video-renderer.c player: Fix various Since markers in the docs 2019-04-23 15:09:03 +03:00
gstplayer-video-overlay-video-renderer.h player: GST_EXPORT -> GST_PLAYER_API 2018-03-13 13:02:54 +00:00
gstplayer-video-renderer-private.h player: Import GstPlayer playback convenience API 2015-12-23 09:54:37 +01:00
gstplayer-video-renderer.c player: Import GstPlayer playback convenience API 2015-12-23 09:54:37 +01:00
gstplayer-video-renderer.h player: GST_EXPORT -> GST_PLAYER_API 2018-03-13 13:02:54 +00:00
gstplayer-visualization.c docs: Port all docstring to gtk-doc markdown 2017-04-12 12:57:57 -03:00
gstplayer-visualization.h player: GST_EXPORT -> GST_PLAYER_API 2018-03-13 13:02:54 +00:00
gstplayer.c gst-player: fix bug with changing playback direction 2019-09-04 15:19:39 +00:00
gstplayer.h player: API additions for subtitle-video-offset property 2018-11-01 09:52:57 +00:00
Makefile.am libs: fix API export/import and 'inconsistent linkage' on MSVC 2018-09-24 14:45:56 +01:00
meson.build libs: fix API export/import and 'inconsistent linkage' on MSVC 2018-09-24 14:45:56 +01:00
player-prelude.h player: fix deprecated api declaration 2018-09-24 14:46:40 +01:00
player.h player: GST_EXPORT -> GST_PLAYER_API 2018-03-13 13:02:54 +00:00