summaryrefslogtreecommitdiff
path: root/tools/gst-launch.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-27tools: gst-launch: print structure property notifies nicerTim-Philipp Müller1-0/+2
2016-12-23tools: gst-launch: set GST_GL_XINITTHREADSNicolas Dechesne1-0/+2
2016-11-04tools: gst-launch: fix minor memory leak when failing to parse optionsAntonio Ospite1-1/+1
2016-04-13tools: gst-launch: fix up caps printing in verbose modeTim-Philipp Müller1-1/+4
2016-04-08tools: gst-launch: use new async property change notification APITim-Philipp Müller1-3/+41
2015-12-04gst-launch: Fix process return value on errorNicolas Dufresne1-0/+1
2015-12-04Revert "tools: gst-launch: return non-0 exit code on async error"Nicolas Dufresne1-2/+0
2015-12-04tools: gst-launch: return non-0 exit code on async errorTim-Philipp Müller1-0/+2
2015-10-05tests/gst-launch: Fix sample memory leakVineeth TM1-0/+1
2015-10-02gstreamer: Fix memory leaks when context parse failsVineeth TM1-5/+7
2015-09-05tools: gst-launch: fix --exclude command line optionTim-Philipp Müller1-6/+6
2014-12-01Don't compare booleans for equality to TRUE and FALSESebastian Dröge1-2/+2
2014-07-28gst-launch: Support SIGINT (Ctrl+C) on W32Руслан Ижбулатов1-2/+24
2014-03-25launch: place the deep-notify on the right pipelineWim Taymans1-7/+6
2014-01-30tools: Support non-ASCII tagsSebastian Dröge1-0/+2
2013-12-10gst-launch: Handle taglist copy failureEdward Hervey1-1/+2
2013-12-05tools: gst-launch: don't try to remove already-removed GSource from main loopTim-Philipp Müller1-4/+7
2013-11-25gst-launch: exit with an error code when an error occuredPhilippe Normand1-0/+4
2013-11-01gst-launch: fix potential uninitialized variable warningMatthieu Bouron1-8/+10
2013-09-18gst-launch: Update for GstContext changesSebastian Dröge1-73/+9
2013-08-26tools: gst-launch: don't print properties being reset when shutting downTim-Philipp Müller1-1/+6
2013-06-11gst-launch: Remove unref that should not be thereSebastian Dröge1-1/+0
2013-06-09gst-launch: Improve GstContext handlingSebastian Dröge1-21/+61
2013-04-18tools: update for latest context API changesTim-Philipp Müller1-2/+3
2013-04-17gst-launch: Add GstContext supportSebastian Dröge1-0/+42
2013-04-11launch: handle PROGRESS messagesWim Taymans1-8/+44
2013-04-06gst-launch: Fix space in fault messageDavid Schleef1-1/+1
2013-03-11launch: don't exit the loop on buffering in pausedWim Taymans1-10/+11
2013-02-14gst-launch: Use g_unix_signal_add() to handle keyboard interruptionKrzysztof Konopko1-117/+28
2012-12-10gst-launch: report execution time in GST_TIME_FORMATAndrzej Bieniek1-1/+2
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-09-25Make intel compiler happierJosep Torra Valles1-1/+1
2012-08-02tools: fix printing of partial dates in gst-launchTim-Philipp Müller1-3/+2
2012-08-02Revert "tools: print TOC scope"Tim-Philipp Müller1-6/+0
2012-07-28tools: print TOC scopeTim-Philipp Müller1-0/+6
2012-07-26gst-launch: print image tags and other GstSample tags properlyTim-Philipp Müller1-11/+20
2012-07-05toc: Make structures opaque and clean up function names and fields a bitSebastian Dröge1-11/+15
2012-06-26tools: minor clean-upTim-Philipp Müller1-1/+1
2012-06-26tools: remove useless g_set_prgname() wrapperTim-Philipp Müller1-1/+1
2012-06-26tools: point people to right binary when a crash happensTim-Philipp Müller1-3/+4
2012-06-24tocsetter, gst-launch, tests: update for GstToc API changesTim-Philipp Müller1-1/+1
2012-06-23tools: remove pointless get_state() in gst-launchTim-Philipp Müller1-1/+0
2012-06-20bus: add GDestroyNotify to set_sync_handler()Wim Taymans1-1/+1
2012-05-28gst_tag_list_free() -> gst_tag_list_unref()Tim-Philipp Müller1-1/+1
2012-05-21gst-launch: fix -c, --toc messageAnton Belka1-1/+1
2012-05-18launch: improve EOS on shutdown handlingWim Taymans1-9/+28
2012-05-15gst: Rename gst_toc_entry_type_to_string() to gst_toc_entry_type_get_nick()Sebastian Dröge1-1/+1
2012-05-15gst-launch: fix print_toc_entry()Anton Belka1-3/+3
2012-05-09gst-launch: print tags in tocAnton Belka1-1/+24
2012-04-02tools: fix compiler warningTim-Philipp Müller1-4/+5