index
:
~bilboed/gstreamer
1.12
design
fastqueue-1.0
master
uridecodebin3-1.12
Personal copy of GStreamer (core)
bilboed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst
/
gstinfo.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-12
Add gst_print(), gst_println(), gst_printerr(), gst_printerrln()
Tim-Philipp Müller
1
-1
/
+141
2016-11-11
info: add GstStream and GstStreamCollection support to gst_debug_print_object()
Guillaume Desmottes
1
-0
/
+64
2016-11-04
debug: Remove the Gst only based stack trace printing implementation
Thibault Saunier
1
-69
/
+9
2016-11-04
gst: Use libunwind/libdw to generate backtraces if avalaible
Thibault Saunier
1
-11
/
+181
2016-11-01
info: Replace %p and %r in GST_DEBUG_FILE
Stian Selnes
1
-1
/
+30
2016-08-26
g-i: info: allow passing NULL to gst_debug_remove_log_function()
Tim-Philipp Müller
1
-1
/
+2
2016-04-02
info: only open log file when adding it to the log function
Luis de Bethencourt
1
-15
/
+16
2016-03-26
info: make it possible to remove default log handler before gst_init()
Tim-Philipp Müller
1
-2
/
+15
2016-02-15
docs: annotate C examples as such
Evan Nemerson
1
-2
/
+2
2016-01-20
tracer: add an internal ptr format for tracer serialisation
Stefan Sauer
1
-0
/
+3
2016-01-13
info: expose debugging printf functions
Matthew Waters
1
-0
/
+85
2016-01-08
info: add buffer list support to GST_PTR_FORMAT
Tim-Philipp Müller
1
-0
/
+28
2016-01-07
gst: Rename _priv_gst_info_start_time to _priv_gst_start_time and initialize ...
Sebastian Dröge
1
-11
/
+1
2015-04-23
gstinfo: fix infinite loop in gst_debug_unset_threshold_for_name()
Jason Litzinger
1
-0
/
+2
2015-04-18
protection: add GstProtectionMeta to support protected content
Alex Ashley
1
-0
/
+3
2015-04-06
docs: fix cross-reference to environment variables in GstInfo
Tim-Philipp Müller
1
-1
/
+1
2015-03-12
info: move category level threshold check into log function dispatcher
Tim-Philipp Müller
1
-3
/
+4
2015-03-10
Fix double semicolons
Tim-Philipp Müller
1
-1
/
+1
2015-03-05
info: avoid malloc/free if log object is NULL
Tim-Philipp Müller
1
-2
/
+3
2015-03-05
info: move __FILE__ path shortening into default log handler
Tim-Philipp Müller
1
-5
/
+10
2015-03-05
info: shorten __FILE__ on all platforms
Peter Urbanec
1
-4
/
+0
2015-02-16
info: nicer buffer offset printing when offsets are not set
Tim-Philipp Müller
1
-4
/
+19
2014-12-01
Don't compare booleans for equality to TRUE and FALSE
Sebastian Dröge
1
-1
/
+1
2014-09-25
info: remove confusing warning about running under valgrind
Tim-Philipp Müller
1
-3
/
+0
2014-09-17
info: avoid global variable for log_file
Stefan Sauer
1
-8
/
+9
2014-06-03
info: make printing datetimes work with GST_PTR_FORMAT
Tim-Philipp Müller
1
-3
/
+0
2014-06-03
info: first handle all miniobjects, then GObjects
Wim Taymans
1
-9
/
+9
2014-06-03
info: GstDateTime does not have a GType as first field
Wim Taymans
1
-0
/
+3
2014-06-03
info: use macros to check types
Wim Taymans
1
-3
/
+3
2014-05-30
docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSE
Evan Nemerson
1
-5
/
+5
2014-02-27
docs: convert the examples to use gtk-doc markup, instead of docbook
Stefan Sauer
1
-12
/
+8
2014-01-16
info: move some env-var checks from gst to gstinfo as well
Stefan Sauer
1
-0
/
+11
2014-01-08
info: debug segment offset field as well
Wim Taymans
1
-10
/
+12
2013-12-07
info: return existing category if a debug category is registered twice
Víctor Manuel Jáquez Leal
1
-2
/
+4
2013-12-04
info: Make sure the same category is not added twice
Olivier Crête
1
-1
/
+10
2013-12-04
info: Protect __categories list in get_category with lock too
Olivier Crête
1
-2
/
+14
2013-11-21
gst: g_memmove() is deprecated
Tim-Philipp Müller
1
-2
/
+2
2013-11-16
docs: cosmetic since marker fixes
Tim-Philipp Müller
1
-1
/
+1
2013-09-17
context: Change GstContext to contain only a single context
Sebastian Dröge
1
-6
/
+4
2013-08-14
gst: minor docstring fixups to make g-i happy
Edward Hervey
1
-4
/
+4
2013-07-24
info: parse debug levels > 9
David Schleef
1
-3
/
+9
2013-07-18
info: Add some Since: 1.2
Sebastian Dröge
1
-0
/
+6
2013-07-18
info: Add debug color mode option
Руслан Ижбулатов
1
-60
/
+132
2013-07-18
info: Fix black and underline coloring on W32
Руслан Ижбулатов
1
-3
/
+5
2013-07-18
info: Cut down src file names for MinGW too
Руслан Ижбулатов
1
-2
/
+2
2013-04-13
printf: don't build if debugging subsystem was disabled
Tim-Philipp Müller
1
-0
/
+40
2013-04-12
printf: add infrastructure for pointer extensions hook
Tim-Philipp Müller
1
-57
/
+31
2013-04-12
info: use new internal printf for debug message printing
Tim-Philipp Müller
1
-46
/
+17
2013-04-01
info: minor cosmetic changes
Tim-Philipp Müller
1
-8
/
+8
2013-04-01
info: fix object printing of caps features in debug log
Tim-Philipp Müller
1
-1
/
+1
[next]