summaryrefslogtreecommitdiff
path: root/gst-play
AgeCommit message (Expand)AuthorFilesLines
2016-07-21Call gst_deinit() in all applications at the end of main()Guillaume Desmottes1-0/+1
2016-01-04player: Build against GstPlayer version from gst-plugins-bad everywhereSebastian Dröge1-3/+2
2016-01-04player: Remove gst_player_new() and make gst_player_new_full() the normal con...Sebastian Dröge1-1/+1
2015-10-04gst-play: trivial cleanupJimmy Ohn1-15/+8
2015-09-15gst-play: Check if the stream list is empty in print_all_stream_infoJimmy Ohn1-4/+6
2015-08-27gst-play: Remove useless variable initializationsSebastian Dröge1-3/+3
2015-08-27gst-play: Check if the stream list is empty in print_all_stream_info before u...Jimmy Ohn1-1/+4
2015-08-20gst-play: Fix leak of GError and GOptionContext on parsing errorsSebastian Dröge1-0/+2
2015-08-14player: Refactor video rendering APISebastian Dröge1-1/+1
2015-08-12player: Abstract the signal emission dispatching to a new interfaceSebastian Dröge1-5/+5
2015-05-08gst-play: add playlist loop command line optionBrijesh Singh1-1/+15
2015-05-06Fix indentionSebastian Dröge1-1/+1
2015-05-06gst-play: display global taglistBrijesh Singh1-0/+6
2015-04-25player: Rename some more functions for consistencySebastian Dröge1-9/+9
2015-04-25player: Rename gst_player_subtitle_get_language() to gst_player_subtitle_info...Sebastian Dröge1-2/+2
2015-04-25gst-play: Add copyright notice for Brijesh SinghSebastian Dröge1-0/+1
2015-04-25player: Add media information APIBrijesh Singh1-2/+232
2015-04-25gst-play: Fix compiler warningSebastian Dröge1-1/+1
2015-02-08Don't skip to next track immediately in gst-play when seeking after the durationSebastian Dröge1-10/+3
2015-02-08Make state handling more robust and notify the application about our statesSebastian Dröge1-6/+17
2014-08-03Move dispatch-to-main-context out of the constructor and make it a normal pro...Sebastian Dröge1-1/+2
2014-08-03Add a single-include headerSebastian Dröge1-1/+1
2014-08-03Add initial build system with docs and tests and magicSebastian Dröge2-21/+10
2014-08-02Move library around into a proper directorySebastian Dröge2-3/+3
2014-07-28Add debug loggingSebastian Dröge1-1/+3
2014-07-28Add a simple Makefile for gst-playSebastian Dröge1-0/+21
2014-07-27Port gst-play from gst-plugins-base to GstPlayerSebastian Dröge3-0/+692