summaryrefslogtreecommitdiff
path: root/tools/gst-play.c
Commit message (Expand)AuthorAgeFilesLines
* gst-play: remove peculiar setting of invalid -v propertyVincent Penquerc'h2016-03-041-2/+0
* tools: gst-play: add 'n' and 'b' as additional shortcuts for next/previous itemTim-Philipp Müller2016-02-251-2/+4
* tools: gst-play: allow setting of flags in serialized foo+bar formatTim-Philipp Müller2016-01-181-5/+17
* tools: gst-play: add command line options for verbose output and playbin flagsHugues Fruchet2016-01-181-2/+26
* gst-play: Removed erroneous commentVivia Nikolaidou2015-10-021-1/+0
* gst-play: Add keyboard shortcut '0' to seek to beginningVivia Nikolaidou2015-10-021-0/+4
* gstreamer: base: Fix memory leaks when context parse fails.Vineeth TM2015-10-021-2/+4
* tools: gst-play: Use g_build_filename instead of g_strconcatVivia Nikolaidou2015-08-181-1/+1
* tools: gst-play: seek at least in steps of a secondTim-Philipp Müller2015-07-241-2/+6
* gst-play: fix memory leakVineeth TM2015-07-071-1/+3
* tools: gst-play: fix seeking issueVineeth T M2015-06-191-3/+3
* tools: gst-play: error out instead of crashing if there's no playbin elementTim-Philipp Müller2015-06-161-2/+12
* tools: gst-play: don't print 64 whitespaces next to the time indicationVivia Nikolaidou2015-06-091-5/+10
* tools: gst-play: add shortcuts to switch audio/subtitle/video tracksTim-Philipp Müller2015-06-091-1/+87
* tools: gst-play: sort directory entriesVivia Nikolaidou2015-06-081-3/+25
* tools: gst-play: remove unnecessary variableLuis de Bethencourt2015-05-301-6/+4
* tools: gst-play: keep configured playback rate and trick mode when seekingTim-Philipp Müller2015-05-241-7/+15
* tools: gst-play: mark more strings for translationTim-Philipp Müller2015-05-241-24/+52
* tools: gst-play: add keyboard shortcut helpdanny song2015-05-241-0/+23
* tools: gst-play: enable interative mode by defaultTim-Philipp Müller2015-05-211-3/+4
* gst-play: add some more key navigation mappingsTim-Philipp Müller2015-04-291-0/+13
* tools: Add mouse/keyboard handling from messagesEdward Hervey2015-04-291-0/+46
* gst-play: fix compiler warningTim-Philipp Müller2015-02-281-1/+1
* gst-play: add keyboard shortcut to cycle through trick modesTim-Philipp Müller2015-02-281-28/+118
* gst-play: fix indentationTim-Philipp Müller2015-02-281-1/+4
* gst-play: more fine-grained playback rate controlTim-Philipp Müller2015-02-261-4/+21
* gst-play: stash current playback rate in app structureTim-Philipp Müller2015-02-261-7/+10
* gst-play: support changing the playback rate in interactive modeVíctor Manuel Jáquez Leal2015-02-261-0/+60
* gst-play: do not set system's volume to 100% by defaultThiago Santos2014-12-011-2/+3
* gst-play: Fix format string compiler warningSebastian Dröge2014-09-221-0/+1
* gst-play: add --quiet option to suppress outputTim-Philipp Müller2014-09-191-0/+30
* tools: play: use cubic volume factor when adjusting volumeTim-Philipp Müller2014-05-231-2/+2
* gst-play: Free playlist_file string if only printing the versionSebastian Dröge2014-05-191-0/+2
* audio_sink and video_sink leakage fixedAnuj Jaiswal2014-05-191-0/+11
* gst-play: add option to supply media files from playlist fileRavi Kiran K N2014-04-281-8/+38
* play: Improve pipeline statesWim Taymans2014-04-211-1/+3
* play: Update buffering state for live pipelinesWim Taymans2014-04-211-6/+5
* tools: gst-play: add volume controlTim-Philipp Müller2014-02-141-4/+35
* gst-play: Support non-ASCII tagsSebastian Dröge2014-01-301-0/+4
* gst-play: Handle CLOCK_LOST messageSebastian Dröge2014-01-171-0/+6
* tools: gst-play: add dot file dumping for pipeline graph debuggingTim-Philipp Müller2014-01-101-0/+13
* tools: play: allow parse-launch strings for audio and video sinkTim-Philipp Müller2013-12-131-2/+10
* tools: gst-play: quit on Q or Esc keyTim-Philipp Müller2013-11-291-0/+10
* tools: play: implement seeking via console in interactive modeTim-Philipp Müller2013-11-241-3/+55
* tools: play: fix endless loop on unhandled keysTim-Philipp Müller2013-11-241-2/+2
* tools: play: add keyboard controls for next/previous item in listTim-Philipp Müller2013-11-241-8/+32
* tools: play: add --interactive switch and basic keyboard handlingTim-Philipp Müller2013-11-241-4/+69
* tools: play: add --shuffle command line optionTim-Philipp Müller2013-11-221-1/+27
* tools: play: set playbin to NULL state on error to flush messagesTim-Philipp Müller2013-09-071-0/+3
* gst-play: move current playlist index along in about-to-finishTim-Philipp Müller2013-08-211-0/+1