summaryrefslogtreecommitdiff
path: root/tools/gst-launch.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-03g_thread_init() is deprecated in glib masterTim-Philipp Müller1-0/+2
2011-05-27tools: catch and print missing-plugin messages in gst-launchTim-Philipp Müller1-0/+28
2011-04-16gst-launch: remove newline from translatable stringTim-Philipp Müller1-1/+1
2011-02-24gst-launch: add index supportStefan Kost1-0/+178
2011-02-13gst-launch: pretty-print datetime tagsTim-Philipp Müller1-0/+25
2010-09-17gst-launch: Use g_file_test() instead of access() which does not exist on MSVC6Sebastian Dröge1-1/+1
2010-09-09gst-launch: add a sync bus handler and move state-change logging thereStefan Kost1-12/+50
2010-07-16Revert "-launch: disable CLOCK_LOST message handling"Sebastian Dröge1-5/+0
2010-07-08tools: remove -p shorthand for --no-sigusr-handlerTim-Philipp Müller1-1/+1
2010-06-25gstxml: Deprecate GstXml and related functionsSebastian Dröge1-4/+4
2010-06-24tools: deprecate gst-xmllaunch and print fat warning if someone tries to use itTim-Philipp Müller1-0/+8
2010-06-24gst-launch: rename new --no-play command line option to --no-sigusr-handlerTim-Philipp Müller1-4/+5
2010-06-15gst-launch: print more errors to stderr and suppress more output in quiet modeTim-Philipp Müller1-31/+41
2010-04-30gst-launch: add -p option to disable play handler.Stefan Kost1-1/+6
2010-04-09launch: make -q be more quietWim Taymans1-19/+19
2010-02-16tools: call g_set_prgname() before doing the option parsingTim-Philipp Müller1-0/+2
2010-02-16Revert "tools: Move gst_tools_print_version call to avoid warning from new GL...Tim-Philipp Müller1-2/+2
2010-02-12gst-launch: don't leak timeout GSourceTim-Philipp Müller1-1/+7
2010-01-20tools: Run g_thread_init() unconditionallyBenjamin Otte1-2/+1
2009-12-23launch: also print leaked objectsWim Taymans1-1/+2
2009-12-09tools: Move gst_tools_print_version call to avoid warning from new GLib.Ole André Vadla Ravnås1-2/+2
2009-12-01tools: Fix check for WindowsDavid Schleef1-1/+1
2009-11-07gst-launch: wake up less often to check if we've been interruptedTim-Philipp Müller1-2/+2
2009-10-07build: sprintf, sscanf need stdio.hStefan Kost1-0/+1
2009-10-07gst-launch: Don't activate tracing if not requested.Edward Hervey1-2/+1
2009-07-08tools: Fix compilation if option parsing is disabledPhilip Jägenstedt1-0/+6
2009-06-04gst-launch: refer to element, pad, or object in some message stringsTim-Philipp Müller1-18/+34
2009-06-02tools: Set pipeline to PAUSED before waiting for main loop idleDavid Schleef1-3/+4
2009-05-21gst-launch: don't use G_GUINT32_FORMAT in translatable stringTim-Philipp Müller1-4/+2
2009-05-14gst-launch: Print the path string for message sourcesSebastian Dröge1-8/+21
2009-05-11-launch: connect to deep-notify with right nameWim Taymans1-1/+1
2009-04-16-launch: disable CLOCK_LOST message handlingWim Taymans1-0/+5
2009-04-10-launch: handle clock-lost messagesWim Taymans1-0/+5
2009-03-31gst-launch: Fixes error when DISABLE_FAULT_HANDLER is definedThiago Santos1-1/+2
2009-03-27Adds flag for eos on shutdown in gst-launch. Fixes #575814.Thiago Santos1-10/+43
2009-02-19tools: print normal output to stdout, and only errors and warnings to stderr ...Tim-Philipp Müller1-4/+4
2009-02-19tools: use g_print*() instead of *printf() in gst-launchTim-Philipp Müller1-51/+35
2009-02-18Add message to request a state changeWim Taymans1-15/+32
2009-02-15gst-launch: add -q/--quiet option to supress any non error output.Stefan Kost1-14/+31
2008-11-21tools/gst-launch.c: Make gst-launch handle LATENCY messages and make it recal...Wim Taymans1-0/+6
2008-11-04tools/gst-launch.c: Print the message seqnums.Wim Taymans1-1/+5
2008-10-12tools/gst-launch.c: Change the printing of the 'buffering...' output to avoid...Jan Schmidt1-1/+1
2008-02-05tools/gst-launch.c: Dump one graph per pipeline state-change and state change...Stefan Kost1-13/+9
2007-12-11Change GST_GET_TIMESTAMP into gst_util_get_timestamp and replace all uses as ...Stefan Kost1-2/+2
2007-11-28gst/: Fix wrong order of args in GST_CLOCK_DIFF() usage.Stefan Kost1-4/+4
2007-10-29Improve bin graph dumping, by using the envvar to specify a path.Stefan Kost1-7/+10
2007-10-17Allow dumping pipelines as dot graphs. Fixes #456573.Stefan Kost1-0/+19
2007-09-23plugins/elements/gstfakesink.c: Add some debug text to error message to indic...Tim-Philipp Müller1-0/+15
2007-08-17tools/gst-launch.c: Don´t try to do any state management when a live pipelin...Wim Taymans1-1/+7
2007-08-16gst/gstmessage.h: Add some more docs for the messages.Wim Taymans1-2/+1