summaryrefslogtreecommitdiff
path: root/tools/gst-play.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-02gst-play: Removed erroneous commentVivia Nikolaidou1-1/+0
2015-10-02gst-play: Add keyboard shortcut '0' to seek to beginningVivia Nikolaidou1-0/+4
2015-10-02gstreamer: base: Fix memory leaks when context parse fails.Vineeth TM1-2/+4
2015-08-18tools: gst-play: Use g_build_filename instead of g_strconcatVivia Nikolaidou1-1/+1
2015-07-24tools: gst-play: seek at least in steps of a secondTim-Philipp Müller1-2/+6
2015-07-07gst-play: fix memory leakVineeth TM1-1/+3
2015-06-19tools: gst-play: fix seeking issueVineeth T M1-3/+3
2015-06-16tools: gst-play: error out instead of crashing if there's no playbin elementTim-Philipp Müller1-2/+12
2015-06-09tools: gst-play: don't print 64 whitespaces next to the time indicationVivia Nikolaidou1-5/+10
2015-06-09tools: gst-play: add shortcuts to switch audio/subtitle/video tracksTim-Philipp Müller1-1/+87
2015-06-08tools: gst-play: sort directory entriesVivia Nikolaidou1-3/+25
2015-05-30tools: gst-play: remove unnecessary variableLuis de Bethencourt1-6/+4
2015-05-24tools: gst-play: keep configured playback rate and trick mode when seekingTim-Philipp Müller1-7/+15
2015-05-24tools: gst-play: mark more strings for translationTim-Philipp Müller1-24/+52
2015-05-24tools: gst-play: add keyboard shortcut helpdanny song1-0/+23
2015-05-21tools: gst-play: enable interative mode by defaultTim-Philipp Müller1-3/+4
2015-04-29gst-play: add some more key navigation mappingsTim-Philipp Müller1-0/+13
2015-04-29tools: Add mouse/keyboard handling from messagesEdward Hervey1-0/+46
2015-02-28gst-play: fix compiler warningTim-Philipp Müller1-1/+1
2015-02-28gst-play: add keyboard shortcut to cycle through trick modesTim-Philipp Müller1-28/+118
2015-02-28gst-play: fix indentationTim-Philipp Müller1-1/+4
2015-02-26gst-play: more fine-grained playback rate controlTim-Philipp Müller1-4/+21
2015-02-26gst-play: stash current playback rate in app structureTim-Philipp Müller1-7/+10
2015-02-26gst-play: support changing the playback rate in interactive modeVíctor Manuel Jáquez Leal1-0/+60
2014-12-01gst-play: do not set system's volume to 100% by defaultThiago Santos1-2/+3
2014-09-22gst-play: Fix format string compiler warningSebastian Dröge1-0/+1
2014-09-19gst-play: add --quiet option to suppress outputTim-Philipp Müller1-0/+30
2014-05-23tools: play: use cubic volume factor when adjusting volumeTim-Philipp Müller1-2/+2
2014-05-19gst-play: Free playlist_file string if only printing the versionSebastian Dröge1-0/+2
2014-05-19audio_sink and video_sink leakage fixedAnuj Jaiswal1-0/+11
2014-04-28gst-play: add option to supply media files from playlist fileRavi Kiran K N1-8/+38
2014-04-21play: Improve pipeline statesWim Taymans1-1/+3
2014-04-21play: Update buffering state for live pipelinesWim Taymans1-6/+5
2014-02-14tools: gst-play: add volume controlTim-Philipp Müller1-4/+35
2014-01-30gst-play: Support non-ASCII tagsSebastian Dröge1-0/+4
2014-01-17gst-play: Handle CLOCK_LOST messageSebastian Dröge1-0/+6
2014-01-10tools: gst-play: add dot file dumping for pipeline graph debuggingTim-Philipp Müller1-0/+13
2013-12-13tools: play: allow parse-launch strings for audio and video sinkTim-Philipp Müller1-2/+10
2013-11-29tools: gst-play: quit on Q or Esc keyTim-Philipp Müller1-0/+10
2013-11-24tools: play: implement seeking via console in interactive modeTim-Philipp Müller1-3/+55
2013-11-24tools: play: fix endless loop on unhandled keysTim-Philipp Müller1-2/+2
2013-11-24tools: play: add keyboard controls for next/previous item in listTim-Philipp Müller1-8/+32
2013-11-24tools: play: add --interactive switch and basic keyboard handlingTim-Philipp Müller1-4/+69
2013-11-22tools: play: add --shuffle command line optionTim-Philipp Müller1-1/+27
2013-09-07tools: play: set playbin to NULL state on error to flush messagesTim-Philipp Müller1-0/+3
2013-08-21gst-play: move current playlist index along in about-to-finishTim-Philipp Müller1-0/+1
2013-08-21gst-play: add --gapless modeTim-Philipp Müller1-9/+57
2013-08-16tools: add simple command-line gst-play utility for testing purposesTim-Philipp Müller1-0/+466