summaryrefslogtreecommitdiff
path: root/gst/gstinfo.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-12Add gst_print(), gst_println(), gst_printerr(), gst_printerrln()Tim-Philipp Müller1-1/+141
2016-11-11info: add GstStream and GstStreamCollection support to gst_debug_print_object()Guillaume Desmottes1-0/+64
2016-11-04debug: Remove the Gst only based stack trace printing implementationThibault Saunier1-69/+9
2016-11-04gst: Use libunwind/libdw to generate backtraces if avalaibleThibault Saunier1-11/+181
2016-11-01info: Replace %p and %r in GST_DEBUG_FILEStian Selnes1-1/+30
2016-08-26g-i: info: allow passing NULL to gst_debug_remove_log_function()Tim-Philipp Müller1-1/+2
2016-04-02info: only open log file when adding it to the log functionLuis de Bethencourt1-15/+16
2016-03-26info: make it possible to remove default log handler before gst_init()Tim-Philipp Müller1-2/+15
2016-02-15docs: annotate C examples as suchEvan Nemerson1-2/+2
2016-01-20tracer: add an internal ptr format for tracer serialisationStefan Sauer1-0/+3
2016-01-13info: expose debugging printf functionsMatthew Waters1-0/+85
2016-01-08info: add buffer list support to GST_PTR_FORMATTim-Philipp Müller1-0/+28
2016-01-07gst: Rename _priv_gst_info_start_time to _priv_gst_start_time and initialize ...Sebastian Dröge1-11/+1
2015-04-23gstinfo: fix infinite loop in gst_debug_unset_threshold_for_name()Jason Litzinger1-0/+2
2015-04-18protection: add GstProtectionMeta to support protected contentAlex Ashley1-0/+3
2015-04-06docs: fix cross-reference to environment variables in GstInfoTim-Philipp Müller1-1/+1
2015-03-12info: move category level threshold check into log function dispatcherTim-Philipp Müller1-3/+4
2015-03-10Fix double semicolonsTim-Philipp Müller1-1/+1
2015-03-05info: avoid malloc/free if log object is NULLTim-Philipp Müller1-2/+3
2015-03-05info: move __FILE__ path shortening into default log handlerTim-Philipp Müller1-5/+10
2015-03-05info: shorten __FILE__ on all platformsPeter Urbanec1-4/+0
2015-02-16info: nicer buffer offset printing when offsets are not setTim-Philipp Müller1-4/+19
2014-12-01Don't compare booleans for equality to TRUE and FALSESebastian Dröge1-1/+1
2014-09-25info: remove confusing warning about running under valgrindTim-Philipp Müller1-3/+0
2014-09-17info: avoid global variable for log_fileStefan Sauer1-8/+9
2014-06-03info: make printing datetimes work with GST_PTR_FORMATTim-Philipp Müller1-3/+0
2014-06-03info: first handle all miniobjects, then GObjectsWim Taymans1-9/+9
2014-06-03info: GstDateTime does not have a GType as first fieldWim Taymans1-0/+3
2014-06-03info: use macros to check typesWim Taymans1-3/+3
2014-05-30docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSEEvan Nemerson1-5/+5
2014-02-27docs: convert the examples to use gtk-doc markup, instead of docbookStefan Sauer1-12/+8
2014-01-16info: move some env-var checks from gst to gstinfo as wellStefan Sauer1-0/+11
2014-01-08info: debug segment offset field as wellWim Taymans1-10/+12
2013-12-07info: return existing category if a debug category is registered twiceVíctor Manuel Jáquez Leal1-2/+4
2013-12-04info: Make sure the same category is not added twiceOlivier Crête1-1/+10
2013-12-04info: Protect __categories list in get_category with lock tooOlivier Crête1-2/+14
2013-11-21gst: g_memmove() is deprecatedTim-Philipp Müller1-2/+2
2013-11-16docs: cosmetic since marker fixesTim-Philipp Müller1-1/+1
2013-09-17context: Change GstContext to contain only a single contextSebastian Dröge1-6/+4
2013-08-14gst: minor docstring fixups to make g-i happyEdward Hervey1-4/+4
2013-07-24info: parse debug levels > 9David Schleef1-3/+9
2013-07-18info: Add some Since: 1.2Sebastian Dröge1-0/+6
2013-07-18info: Add debug color mode optionРуслан Ижбулатов1-60/+132
2013-07-18info: Fix black and underline coloring on W32Руслан Ижбулатов1-3/+5
2013-07-18info: Cut down src file names for MinGW tooРуслан Ижбулатов1-2/+2
2013-04-13printf: don't build if debugging subsystem was disabledTim-Philipp Müller1-0/+40
2013-04-12printf: add infrastructure for pointer extensions hookTim-Philipp Müller1-57/+31
2013-04-12info: use new internal printf for debug message printingTim-Philipp Müller1-46/+17
2013-04-01info: minor cosmetic changesTim-Philipp Müller1-8/+8
2013-04-01info: fix object printing of caps features in debug logTim-Philipp Müller1-1/+1